summaryrefslogtreecommitdiff
path: root/networking/libiproute (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-127-10/+10
* ip: make numeric table work: "ip route list table 255". closes bug 3664.Denis Vlasenko2008-06-081-1/+9
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-11/+8
* ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>.Denis Vlasenko2008-06-051-0/+5
* replace single-char printf's with bb_putcharDenis Vlasenko2008-06-051-1/+1
* libiproute: use stdout directly instead of passing it as a parameterDenis Vlasenko2008-06-052-79/+75
* libiproute: fix option parsing, so that "ip -o link" works again.Denis Vlasenko2008-05-311-1/+1
* libiproute: style fixes, and using smallint as appropriateDenis Vlasenko2008-05-313-26/+24
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:0...Bernhard Reutner-Fischer2008-05-161-2/+4
* - very minor shrinkageBernhard Reutner-Fischer2008-05-161-5/+1
* - add appropriate string for arp header #32 for use by ip(8)Bernhard Reutner-Fischer2008-05-161-0/+6
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-154-10/+8
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-096-1/+48
* style fixes. no code changesDenis Vlasenko2008-04-191-3/+3
* *: use fopen_or_warn in few more placesDenis Vlasenko2008-03-201-1/+0
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+3
* random s/short/int/Denis Vlasenko2008-02-162-4/+4
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-1/+0
* ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)Denis Vlasenko2008-01-041-4/+6
* libnetlink: comment out unused code; don't use 8k stack buffersDenis Vlasenko2007-12-022-37/+65
* 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-262-37/+48
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-188-175/+171
* ll_types.c: optimize link type table, make it conditionalDenis Vlasenko2007-10-295-78/+169
* ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de>Denis Vlasenko2007-10-101-2/+2
* replace printf with fputs where appropriateDenis Vlasenko2007-09-302-11/+10
* libiproute: add missing break'sDenis Vlasenko2007-09-301-0/+3
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-2/+2
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-171-0/+4
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-129-18/+18
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-247-118/+114
* style fix (stray space before ';')Denis Vlasenko2007-07-212-2/+2
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-143-70/+45
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-252-3/+3
* - remove matches() from networking/. Untested.Bernhard Reutner-Fischer2007-06-214-62/+96
* - move iprule and ipaddress from matches() to index_in_str_arrayBernhard Reutner-Fischer2007-06-203-43/+50
* - remove another user of the deprecated matches() func by moving it to use in...Bernhard Reutner-Fischer2007-06-201-11/+24
* ll_map: disable interface name caching codeDenis Vlasenko2007-06-192-40/+51
* snprintf(... "%s"...) => safe_strncpyDenis Vlasenko2007-06-041-3/+6
* delete tons of extra #includesDenis Vlasenko2007-05-3113-49/+22
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-7/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:Bernhard Reutner-Fischer2007-05-151-10/+5
* - 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-123-63/+84
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-129-196/+127
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-112-4/+2
* - set the scope properly. Thanks to Jean Wolter, who wrote:Bernhard Reutner-Fischer2007-04-111-0/+12