aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iproute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* iproute: support onelink route option and print route flagsMichael Tokarev2014-11-171-1/+17
* libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-221-1/+1
* iproute: fix parsing and matching of of "short" IP addrs like 10/8Denys Vlasenko2011-02-231-2/+16
* fix trivial build failureDenys Vlasenko2011-02-101-2/+3
* iproute: fix handling of "dev IFACE" selectorDenys Vlasenko2011-02-091-14/+24
* ip: Fix command line option parsing of "ip route get ..."Christian Hornung2010-11-041-1/+1
* whitespace cleanupDenys Vlasenko2010-10-291-9/+6
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libiproute: code shrink by adding FAST_FUNCDenys Vlasenko2010-07-241-1/+1
* *: merge some common stringsDenys Vlasenko2010-03-231-2/+2
* *: fix 1/4 remaining aliasing warningsDenys Vlasenko2010-02-051-2/+3
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-6/+13
* libiproute: eliminate unused fields in struct filter_t's; style fixesDenys Vlasenko2010-01-261-84/+98
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* libiproute/*: code shrinkDenys Vlasenko2009-10-131-1/+1
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko2009-03-051-7/+2
* - route metric support (Natanael Copa)Bernhard Reutner-Fischer2008-10-071-2/+9
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* libiproute: print_route() always uses stdout, do not pass FILE pointer to it.Denis Vlasenko2008-06-291-68/+71
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-1/+1
* - make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer2008-06-121-1/+1
* ip: make numeric table work: "ip route list table 255". closes bug 3664.Denis Vlasenko2008-06-081-1/+9
* libiproute: style fixes, and using smallint as appropriateDenis Vlasenko2008-05-311-2/+2
* *: use fopen_or_warn in few more placesDenis Vlasenko2008-03-201-1/+0
* ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)Denis Vlasenko2008-01-041-4/+6
* ip route: add comment, no code changesDenis Vlasenko2007-11-271-1/+3
* iproute: fix a bug where "ip r flush table main" was rejected,Denis Vlasenko2007-11-261-36/+48
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-181-15/+14
* libiproute: add missing break'sDenis Vlasenko2007-09-301-0/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-5/+5
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-47/+46
* delete tons of extra #includesDenis Vlasenko2007-05-311-3/+1
* - fix compilation when ENABLE_FEATURE_IP_RULE was offBernhard Reutner-Fischer2007-04-161-3/+5
* - shrink iproute a bit (-200 bytes). UntestedBernhard Reutner-Fischer2007-04-121-61/+82
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-56/+18
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-2/+1
* - set the scope properly. Thanks to Jean Wolter, who wrote:Bernhard Reutner-Fischer2007-04-111-0/+12
* libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko2007-04-071-53/+54
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-291-11/+5
* fix numbering in switch(): we don't have "del" anymore,Denis Vlasenko2007-01-271-12/+13
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* iproute: remove double get_hz optimizationDenis Vlasenko2006-12-311-7/+3
* remove commented out #includes etcDenis Vlasenko2006-12-311-0/+22
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-8/+3
* re-applying first post-1.3.x changeDenis Vlasenko2006-12-151-0/+12
* back out last change - need to make busybox-1_3-stable branch firstDenis Vlasenko2006-12-151-12/+0
* - table support for ip routeBernhard Reutner-Fischer2006-12-141-0/+12