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
/
rtnl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2009-12-20
Fix Ethernet address string representation
Marcel Holtmann
1
-3
/
+12
2009-12-19
Fix debugging output of link address
Marcel Holtmann
1
-3
/
+4
2009-12-19
Fix wrong extraction of link address
Marcel Holtmann
1
-12
/
+11
2009-12-19
Track link address and MTU settings
Marcel Holtmann
1
-13
/
+30
2009-11-30
Print some details of the interface statistics
Marcel Holtmann
1
-0
/
+9
2009-09-14
Add support for monitoring operation state from plugins
Marcel Holtmann
1
-1
/
+63
2009-09-14
Add support for tracking the operation state
Marcel Holtmann
1
-11
/
+64
2009-08-10
Add more detailed tracking of IP devices
Marcel Holtmann
1
-101
/
+16
2009-08-09
Add support for decoding Ethernet addresses coming from RTNL
Marcel Holtmann
1
-14
/
+28
2009-08-08
Add support for storing default gateway information
Marcel Holtmann
1
-4
/
+11
2009-08-08
Optimize the RTNL routing table parsing
Marcel Holtmann
1
-42
/
+14
2009-08-08
Fix issue with gateway notification for non default routes
Marcel Holtmann
1
-6
/
+12
2009-08-08
Add support for tracking route table changes via RTNL
Marcel Holtmann
1
-124
/
+173
2009-08-08
Fix some coding style in RTNL message handling
Marcel Holtmann
1
-9
/
+3
2009-08-08
Integrate RTNL deeper into IP configuration tracking
Marcel Holtmann
1
-32
/
+53
2009-08-08
Fix issues with hashing of RTNL interfaces and their flags
Marcel Holtmann
1
-7
/
+9
2009-08-08
Request current routing information after address details
Marcel Holtmann
1
-0
/
+1
2009-08-08
Track IP configuration based on RTNL interface list
Marcel Holtmann
1
-0
/
+48
2009-08-07
Add initial steps for IPv4 monitoring via RTNL
Marcel Holtmann
1
-10
/
+154
2009-07-23
Fix setup of udev context before loading any plugins
Marcel Holtmann
1
-0
/
+5
2009-05-08
Fix weird format warnings from netlink
Marcel Holtmann
1
-7
/
+7
2009-05-08
Fix some more wrong format identifiers
Marcel Holtmann
1
-6
/
+6
2009-01-04
Add support for RTNL newlink watches
Marcel Holtmann
1
-0
/
+90
2009-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2008-12-15
Add support RTNL gateway change notifications
Marcel Holtmann
1
-53
/
+263
2008-12-12
Remove usage of reader/write lock
Marcel Holtmann
1
-17
/
+0
2008-10-14
Increase message buffer size
Marcel Holtmann
1
-1
/
+1
2008-10-14
Fix spelling mistake of debug message
Marcel Holtmann
1
-2
/
+2
2008-10-14
Disable link attribute parsing for now
Marcel Holtmann
1
-0
/
+2
2008-10-14
Fix return value of getlink function
Marcel Holtmann
1
-1
/
+1
2008-10-14
Remove link_flags callback
Marcel Holtmann
1
-20
/
+0
2008-10-14
Add support for newlink and dellink callbacks
Marcel Holtmann
1
-2
/
+68
2008-10-14
Add function for requesting link status
Marcel Holtmann
1
-0
/
+20
2008-10-14
The interface flags are from type short
Marcel Holtmann
1
-1
/
+1
2008-10-14
Fix forgotten index parameter
Marcel Holtmann
1
-2
/
+2
2008-10-14
Add generic RTNL framework
Marcel Holtmann
1
-1
/
+71
2008-08-09
Add basics for a global RTNL engine
Marcel Holtmann
1
-62
/
+4
2008-04-14
Update copyright information
Marcel Holtmann
1
-1
/
+1
2008-04-04
Update state machine handling for wireless networks
Marcel Holtmann
1
-6
/
+10
2008-03-13
Use debug helper for the RTNL debugging output
Marcel Holtmann
1
-7
/
+6
2008-03-07
Disable unused RTNL address handling for now
Marcel Holtmann
1
-1
/
+2
2008-02-18
Fix 32-bit/64-bit format string issues
Marcel Holtmann
1
-8
/
+8
2008-01-14
Add more detailed interface state machine
Marcel Holtmann
1
-13
/
+36
2008-01-03
Fix netlink debugging and enable IPv4 address notifications
Marcel Holtmann
1
-9
/
+15
2008-01-02
Add more netlink debugging
Marcel Holtmann
1
-4
/
+7
2008-01-01
Add experimental IPv4 address retrieval over netlink
Marcel Holtmann
1
-80
/
+82
2007-12-30
Add carrier detection callbacks and driver data functions
Marcel Holtmann
1
-5
/
+14
2007-12-29
Add basic carrier detection
Marcel Holtmann
1
-5
/
+12
2007-12-29
Add callback for wireless netlink events
Marcel Holtmann
1
-72
/
+86
[next]