index
:
platform/upstream/connman
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel
ipsec
pristine-tar
sandbox/nmerinov/llvm
sandbox/pcoval/pc
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_devel
tizen_ivi_genivi
tizen_ivi_release
tizen_tv_devel
upstream
Domain: Network & Connectivity / Data Network;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-05
Remove unused connman_network_get_path function
Marcel Holtmann
1
-11
/
+0
2010-11-05
Remove DBusConnection reference from device/network interfaces
Marcel Holtmann
1
-3
/
+0
2010-11-04
Remove unneeded CONNMAN_NETWORK_INTERFACE
Marcel Holtmann
1
-174
/
+5
2010-11-04
Remove unneeded enum connman_network_protocol
Marcel Holtmann
1
-23
/
+0
2010-09-29
Define connman_network_set_passphrase
Samuel Ortiz
1
-0
/
+28
2010-09-20
Do not register 2 network drivers for the same network type
Samuel Ortiz
1
-0
/
+10
2010-09-09
device: add connman_device_get_ident()
Pekka Pessi
1
-1
/
+1
2010-09-09
Remove the no longer needed security framework
Marcel Holtmann
1
-7
/
+1
2010-09-08
network: don't connect if already removed
Pekka Pessi
1
-0
/
+3
2010-09-08
network: don't add into profile while unregistered
Pekka Pessi
1
-5
/
+9
2010-07-29
Initial IPv6 support
Martin Xu
1
-1
/
+74
2010-06-25
Create service ipconfig only when it's NULL
Samuel Ortiz
1
-4
/
+4
2010-06-16
Add helper for network update
Samuel Ortiz
1
-0
/
+21
2010-06-14
Use dedicated code path for fixed IP settings
Samuel Ortiz
1
-1
/
+47
2010-06-11
Add nameserver settings to the manual configuration setting
Samuel Ortiz
1
-0
/
+6
2010-05-18
network API for setting and clearing IPv4 settings on the fly
Samuel Ortiz
1
-0
/
+116
2010-04-13
Reset ipconfig index
Martin Xu
1
-5
/
+17
2010-04-09
Reset connman_network device pointer when it is no longer referenced
Samuel Ortiz
1
-0
/
+2
2010-03-25
Add static gateway support
Martin Xu
1
-0
/
+2
2010-03-23
Set network->device as NULL when the device is removed
Martin Xu
1
-1
/
+2
2010-03-07
Remove unneeded plugin for Ericsson MBM support
Marcel Holtmann
1
-5
/
+0
2010-03-07
Remove unneeded plugin for Option HSO support
Marcel Holtmann
1
-5
/
+0
2010-02-11
Add static IP support
Martin Xu
1
-3
/
+65
2010-01-29
Add network->driver->setup() callback function
Martin Xu
1
-1
/
+13
2010-01-19
Fix PropertyChanged for disconnect event
Lucas De Marchi
1
-1
/
+1
2010-01-13
Set the connecting flag to FALSE upon connection failure
Samuel Ortiz
1
-1
/
+3
2010-01-04
Fix issue when manual IP setup not using configuration state
Marcel Holtmann
1
-14
/
+15
2010-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2009-12-30
Add method handling into function set_connected()
Martin Xu
1
-33
/
+71
2009-12-30
Add function connman_network_set_method()
Martin Xu
1
-0
/
+6
2009-12-30
Don't reset associating from function connman_network_set_error()
Martin Xu
1
-1
/
+0
2009-12-21
Add IEEE 802.1x related fields to network structure
Samuel Ortiz
1
-1
/
+50
2009-12-20
Rename IP configuration methods to match specification
Marcel Holtmann
1
-2
/
+1
2009-12-19
Make use of property changed helper for arrays
Marcel Holtmann
1
-11
/
+2
2009-12-19
Use D-Bus property helpers for network list details
Marcel Holtmann
1
-20
/
+7
2009-12-19
Rename D-Bus helper for basic dictionary types
Marcel Holtmann
1
-10
/
+10
2009-12-19
Use helper for basic property changed signals
Marcel Holtmann
1
-13
/
+3
2009-12-19
Ignore WiFi networks with IBSS (adhoc mode)
Marcel Holtmann
1
-0
/
+2
2009-12-19
Use new D-Bus helpers wherever possible
Marcel Holtmann
1
-15
/
+6
2009-12-19
Add helpers for appending flexible D-Bus arrays
Marcel Holtmann
1
-1
/
+1
2009-12-17
Handle static method at function set_connected
Martin Xu
1
-0
/
+13
2009-12-17
Clear associating and connecting state at connman_network_set_error
Martin Xu
1
-0
/
+3
2009-12-17
Add function connman_network_get_element
Martin Xu
1
-0
/
+12
2009-12-07
Remove unused secondary feature of devices and networks
Marcel Holtmann
1
-12
/
+2
2009-12-06
Remove unfinished and unneeded PPP support
Marcel Holtmann
1
-3
/
+0
2009-12-05
The network interface for informational purpose only
Marcel Holtmann
1
-54
/
+0
2009-11-30
Add function to get current network connecting state
Marcel Holtmann
1
-0
/
+5
2009-11-29
Use network details also for Ethernet devices
Marcel Holtmann
1
-6
/
+6
2009-11-29
Add network type for cable/carrier detection
Marcel Holtmann
1
-0
/
+6
2009-11-23
Add function connman_network_set_error
Martin Xu
1
-0
/
+29
[next]