summaryrefslogtreecommitdiffstats
path: root/lib/route
Commit message (Expand)AuthorAgeFilesLines
* addr: add NL_DUMP_ENV functionPatrick McHardy2010-04-191-0/+76
* addr: restore anycast functionsPatrick McHardy2010-04-191-0/+32
* neigh: fix id_attrs to include ifindexPatrick McHardy2010-04-191-1/+1
* one more fix, u32.cDenys Fedoryschenko2009-12-071-2/+1
* invalid comma cause segfault for nl-tctree-list, tbf.cDenys Fedoryschenko2009-12-071-1/+1
* Add support for getting and deleting queueing classes.olc2009-09-021-0/+78
* Fix rtnl_addr cachingDan Winship2009-09-021-2/+1
* - Reworked the classifier interface.Thomas Graf2009-09-029-187/+1045
* restructure module documentation orderThomas Graf2008-12-101-2/+1
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-208-14/+14
* Error handling for rtnl_cls_set_kind() & addition of rtnl_cls_get_ops()Thomas Graf2008-10-151-1/+11
* Use 16bit ints for classifier prio/protocolThomas Graf2008-10-151-4/+4
* Only include local addr as peer addr if providedWolfgang Steudel2008-10-101-1/+1
* Remove XML dumpingThomas Graf2008-06-174-243/+0
* Improvements to address utilitiesThomas Graf2008-06-171-134/+89
* Improved printing of route cache entriesThomas Graf2008-06-161-5/+23
* 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-05-011-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-1533-0/+14173