summaryrefslogtreecommitdiff
path: root/networking/libiproute (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* - rewrite the ip applet to be less bloatyBernhard Reutner-Fischer2007-04-101-1/+1
* libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko2007-04-0710-296/+227
* preparatory patch for -Wwrite-strings #8 (missed part)Denis Vlasenko2007-01-302-9/+7
* preparatory patch for -Wwrite-strings #6Denis Vlasenko2007-01-293-4/+3
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-295-15/+11
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-294-23/+20
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-292-4/+3
* - reinstate static for the command string arrray to be gentle to gcc-3.xBernhard Reutner-Fischer2007-01-281-1/+1
* - use uint32_t as suggested by vda.Bernhard Reutner-Fischer2007-01-281-7/+9
* fix numbering in switch(): we don't have "del" anymore,Denis Vlasenko2007-01-271-12/+13
* accumulated post-1.4.0 fixesDenis Vlasenko2007-01-241-2/+3
* - rtnl_rttable_a2n wants an unsigned int32Bernhard Reutner-Fischer2007-01-231-1/+1
* - forgot to include ip_common.hBernhard Reutner-Fischer2007-01-221-2/+3
* random small size optimizationsDenis Vlasenko2007-01-121-1/+1
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-112-2/+2
* Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko2007-01-023-433/+27