summaryrefslogtreecommitdiffstats
path: root/lib/route
Commit message (Expand)AuthorAgeFilesLines
* Remove old line counting while dumpingThomas Graf2008-05-2323-786/+590
* Remove change routine, works flawlessly via add() with NLM_F_REPLACEThomas Graf2008-05-221-65/+8
* Improve printing of routing rulesThomas Graf2008-05-221-10/+3
* Add rtnl_neigh_get_family()Thomas Graf2008-05-201-0/+5
* Remove references to unused attribute anycastThomas Graf2008-05-151-50/+3
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-159-44/+1
* Fix memory leaks when sending of message failedThomas Graf2008-05-156-24/+36
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-1510-129/+121
* Check length of provided address labelThomas Graf2008-05-141-2/+7
* Replace RTNL_LINK_NOT_FOUND with just 0Thomas Graf2008-05-144-30/+9
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-148-114/+145
* Thread-safe error handlingThomas Graf2008-05-1427-685/+577
* patch: fixed up support for tables in rulesBen Gamsa2008-05-081-1/+7
* Added two new functions to facilitate processing the nexthop entries for routes.Ben Gamsa2008-05-081-0/+28
* Speed up metrics comparisonThomas Graf2008-05-081-18/+11
* Fix dumping of iif route attributeThomas Graf2008-05-051-4/+19
* Route cache supportThomas Graf2008-05-051-2/+15
* Fixed netem_build_msg() delay distribution table existence test.Tad Kollar2008-04-301-3/+9
* New netem funtionality and TBF fixTad Kollar2008-04-303-18/+382
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-298-695/+821
* Fix 64bit alignment issue on x86_64.Thomas Graf2008-03-311-7/+2
* [LIBNL]: Fix minor memleaks on exitPatrick McHardy2008-02-071-0/+10
* Improve readability of link statistics outputThomas Graf2008-02-071-5/+5
* Make vlan_put_attrs() availableThomas Graf2008-01-081-0/+1
* Link info interface and vlan supportThomas Graf2008-01-083-11/+775
* Add support for the IFF_ECHO flagThomas Graf2007-12-191-0/+1
* Support link operstate and linkmodeThomas Graf2007-12-191-6/+123
* Represent default route with destination address length zeroThomas Graf2007-12-192-9/+13
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-179-11/+12
* Export interface to define cachesThomas Graf2007-09-179-18/+9
* Initial importThomas Graf2007-09-1433-0/+14173