summaryrefslogtreecommitdiff
path: root/src/rtnl.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-25Fix parsing of netlink messages for routingMarcel Holtmann1-2/+34
2007-12-25Add experimental netlink supportMarcel Holtmann1-0/+336