aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* iproute2: lib: fix crash seen while running tc q_htb with rate specifiedstaging/cm-12.0-cafSubash Abhinov Kasiviswanathan2014-11-041-1/+1
* Define a writeable CONFDIR for iproute2.Sreeram Ramachandran2014-07-071-0/+1
* Hide all warnings from this projectKristian Monsen2013-12-111-2/+9
* Use relative path for private includesYegor Yefremov2013-06-111-2/+2
* Add NOTICE and MODULE_LICENSE files for every Android.mkWei Zhong2013-06-112-0/+340
* For issue #2651381, allow library prelinking.Dan Bornstein2013-06-111-3/+0
* iproute2: Build tc and netlink/util libsSan Mehat2013-06-112-0/+69
* iproute2 - Don't hardcode the path to config filesChristoph J. Thompson2012-04-121-5/+9
* iproute2: Add netlink attribute to filter dump requestsRose, Gregory V2012-04-121-0/+7
* utils: add s32 parserHagen Paul Pfeifer2012-01-191-0/+19
* using NLM_F_DUMP flag constant in libnetlink.cMasatake YAMATO2012-01-191-2/+2
* libnetlink: remove unused junk callbackStephen Hemminger2011-12-282-24/+7
* libnetlink: add more attribute functionsStephen Hemminger2011-12-231-12/+26
* libnetlink: change rtnl_send() to take void *Stephen Hemminger2011-12-231-6/+3
* Fix file descriptor leak on error in rtnl_hash_initialize()Thomas Jarosch2011-10-071-0/+2
* Add LLDP to ethernet type tableStephen Hemminger2011-08-311-1/+2
* Fix test for EOF on continuation lineStephen Hemminger2011-07-111-1/+1
* libnetlink: fix set never used warningStephen Hemminger2011-06-201-2/+1
* Remove #ifdef'sStephen Hemminger2011-02-251-17/+0
* iproute: rename 'get_jiffies' since it uses msecsGerrit Renker2011-02-251-10/+9
* iproute: fix unit conversion of rtt/rttvar/rto_minGerrit Renker2011-02-251-14/+1
* utils: get_jiffies always uses base=0Gerrit Renker2011-02-251-2/+2
* iproute2: support listing devices by groupVlad Dogaru2011-02-251-0/+50
* Cleanup ll_mapStephen Hemminger2010-12-101-25/+34
* iproute2: initialize the ll_map only onceOctavian Purdila2010-12-101-0/+8
* Increase size of ifindex hash headsStephen Hemminger2010-12-101-6/+6
* iproute2: Fix filtering related to flushing IP addresses.Ben Greear2010-08-231-7/+16
* Update ARP header type tableStephen Hemminger2010-07-231-31/+6
* dnet: fix strict aliasing warningsMike Frysinger2010-07-232-3/+10
* iproute2: fix addrlabel interface names handlingFlorian Westphal2010-05-131-1/+5
* ip: correctly report tunnel link typeJan Engelhardt2010-03-291-0/+3
* libnetlink: Modify the parser to track first duplicated attributesWilliams, Mitch A2010-03-031-1/+1
* flush secondary addresses before primary onesSimon Horman2009-12-261-34/+50
* iproute2: use -fPIC in lib/Andreas Henriksson2009-12-011-0/+1
* iproute2: Add ll_index_to_addr functionDavid Ward2009-12-011-0/+21
* Remove Changes: commentsStephen Hemminger2009-12-011-4/+0
* iproute2: Support 20-byte link layer address in idxmapDavid Ward2009-12-011-1/+1
* iproute uses too small of a receive bufferPatrick McHardy2009-11-101-1/+4
* Fix flushing code - rtnl_send_checkSven Anders2009-11-101-1/+1
* Fix flushing of large number of entriesStephen Hemminger2009-07-131-2/+2
* Add support Controller Area NetworkOliver Hartkopp2009-03-272-1/+2
* Add DHCP as routing protocolStephen Hemminger2009-03-181-0/+1
* Restore old address parsing but with checkingStephen Hemminger2008-10-271-19/+32
* Compatiable network abbreviation supportStephen Hemminger2008-10-141-1/+21
* ip: abbreviation of network-prefix is no longer possible with ip routeAndreas Henriksson2008-09-151-1/+1
* Use inet_pton to read ipv4 addressesStephen Hemminger2008-05-221-13/+2
* Fix bad hash calculation because of signed addressStephen Hemminger2008-05-081-5/+7
* add support for matching AOE and CAN ether typesStephen Hemminger2008-02-071-0/+3
* fix problem caused by rtnl_send checksStephen Hemminger2008-01-311-12/+7
* poll for errors after rtnl_sendStephen Hemminger2008-01-261-1/+29