summaryrefslogtreecommitdiff
path: root/networking/libiproute (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* msh: double "static char line[LINELIM]" etc deleted.Denis Vlasenko2007-01-011-2/+2
* rt_names: stop allocating 5k in rwdataDenis Vlasenko2006-12-311-105/+85
* iproute: remove double get_hz optimizationDenis Vlasenko2006-12-311-7/+3
* remove commented out #includes etcDenis Vlasenko2006-12-315-35/+22
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-3112-150/+142
* style fixesDenis Vlasenko2006-12-261-1/+1
* use xbind, xconnect where appropriate.Denis Vlasenko2006-12-231-4/+0
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-2/+1