summaryrefslogtreecommitdiff
path: root/src/rtnl.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-20Fix Ethernet address string representationMarcel Holtmann1-3/+12
2009-12-19Fix debugging output of link addressMarcel Holtmann1-3/+4
2009-12-19Fix wrong extraction of link addressMarcel Holtmann1-12/+11
2009-12-19Track link address and MTU settingsMarcel Holtmann1-13/+30
2009-11-30Print some details of the interface statisticsMarcel Holtmann1-0/+9
2009-09-14Add support for monitoring operation state from pluginsMarcel Holtmann1-1/+63
2009-09-14Add support for tracking the operation stateMarcel Holtmann1-11/+64
2009-08-10Add more detailed tracking of IP devicesMarcel Holtmann1-101/+16
2009-08-09Add support for decoding Ethernet addresses coming from RTNLMarcel Holtmann1-14/+28
2009-08-08Add support for storing default gateway informationMarcel Holtmann1-4/+11
2009-08-08Optimize the RTNL routing table parsingMarcel Holtmann1-42/+14
2009-08-08Fix issue with gateway notification for non default routesMarcel Holtmann1-6/+12
2009-08-08Add support for tracking route table changes via RTNLMarcel Holtmann1-124/+173
2009-08-08Fix some coding style in RTNL message handlingMarcel Holtmann1-9/+3
2009-08-08Integrate RTNL deeper into IP configuration trackingMarcel Holtmann1-32/+53
2009-08-08Fix issues with hashing of RTNL interfaces and their flagsMarcel Holtmann1-7/+9
2009-08-08Request current routing information after address detailsMarcel Holtmann1-0/+1
2009-08-08Track IP configuration based on RTNL interface listMarcel Holtmann1-0/+48
2009-08-07Add initial steps for IPv4 monitoring via RTNLMarcel Holtmann1-10/+154
2009-07-23Fix setup of udev context before loading any pluginsMarcel Holtmann1-0/+5
2009-05-08Fix weird format warnings from netlinkMarcel Holtmann1-7/+7
2009-05-08Fix some more wrong format identifiersMarcel Holtmann1-6/+6
2009-01-04Add support for RTNL newlink watchesMarcel Holtmann1-0/+90
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-15Add support RTNL gateway change notificationsMarcel Holtmann1-53/+263
2008-12-12Remove usage of reader/write lockMarcel Holtmann1-17/+0
2008-10-14Increase message buffer sizeMarcel Holtmann1-1/+1
2008-10-14Fix spelling mistake of debug messageMarcel Holtmann1-2/+2
2008-10-14Disable link attribute parsing for nowMarcel Holtmann1-0/+2
2008-10-14Fix return value of getlink functionMarcel Holtmann1-1/+1
2008-10-14Remove link_flags callbackMarcel Holtmann1-20/+0
2008-10-14Add support for newlink and dellink callbacksMarcel Holtmann1-2/+68
2008-10-14Add function for requesting link statusMarcel Holtmann1-0/+20
2008-10-14The interface flags are from type shortMarcel Holtmann1-1/+1
2008-10-14Fix forgotten index parameterMarcel Holtmann1-2/+2
2008-10-14Add generic RTNL frameworkMarcel Holtmann1-1/+71
2008-08-09Add basics for a global RTNL engineMarcel Holtmann1-62/+4
2008-04-14Update copyright informationMarcel Holtmann1-1/+1
2008-04-04Update state machine handling for wireless networksMarcel Holtmann1-6/+10
2008-03-13Use debug helper for the RTNL debugging outputMarcel Holtmann1-7/+6
2008-03-07Disable unused RTNL address handling for nowMarcel Holtmann1-1/+2
2008-02-18Fix 32-bit/64-bit format string issuesMarcel Holtmann1-8/+8
2008-01-14Add more detailed interface state machineMarcel Holtmann1-13/+36
2008-01-03Fix netlink debugging and enable IPv4 address notificationsMarcel Holtmann1-9/+15
2008-01-02Add more netlink debuggingMarcel Holtmann1-4/+7
2008-01-01Add experimental IPv4 address retrieval over netlinkMarcel Holtmann1-80/+82
2007-12-30Add carrier detection callbacks and driver data functionsMarcel Holtmann1-5/+14
2007-12-29Add basic carrier detectionMarcel Holtmann1-5/+12
2007-12-29Add callback for wireless netlink eventsMarcel Holtmann1-72/+86