aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iproute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-4/+6
* mostly style fixesDenis Vlasenko2006-11-011-2/+2
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-15/+15
* silly switch style fixDenis Vlasenko2006-09-271-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-1/+1
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-5/+5
* Header cleanup: don't #include headers that libbb.h already includes.Rob Landley2006-06-021-3/+2
* Patch from Bernhard Fischer to remove some useless bits.Rob Landley2006-05-171-6/+0
* - janitorial: include proper prototypes in libiproute.Bernhard Reutner-Fischer2006-04-021-0/+1
* sort out yet more type issuesEric Andersen2006-01-301-2/+2
* just whitespaceTim Riker2006-01-251-9/+9
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-1/+1
* - mark argument who of print_route as unused.Bernhard Reutner-Fischer2006-01-121-1/+3
* restore compare_string_array new interface (make broken by landley)"Vladimir N. Oleynik"2005-12-061-4/+6
* * uniq.c: remove unneeded include and use short boilerplate.Bernhard Reutner-Fischer2005-10-261-7/+4
* applying fix for:Paul Fox2005-07-201-0/+9
* Set default command to list rather than get, its default behaviour nowGlenn L McGrath2004-08-111-2/+1