aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: fix places where we were still using malloc/reallocDenys Vlasenko2010-01-081-20/+22
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-041-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-135-8/+8
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-022-3/+3
* libiproute/*: code shrinkDenys Vlasenko2009-10-1311-61/+68
* libiproute: code and data shrinkDenys Vlasenko2009-10-132-195/+104
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* remove useless (unsigned >= 0) comparisonDenys Vlasenko2009-10-041-1/+1
* *: optimize code size in strtoul callsDenys Vlasenko2009-09-232-1/+4
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-057-29/+28
* *: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko2009-04-213-10/+10
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* mdev: Rob's #if forest removalDenis Vlasenko2009-04-192-2/+2
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-096-56/+29
* networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko2009-03-058-135/+60
* ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32,Denis Vlasenko2009-03-032-18/+22
* libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko2008-12-101-1/+1
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-082-21/+21
* iptunnel: fix problems with including linux/ip_tunnel.hDenis Vlasenko2008-12-031-2/+43
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-024-20/+19
* iplink: accept shorthands for "address" keyword here:Denis Vlasenko2008-11-011-4/+7
* - minor shrinkage (~-60)Bernhard Reutner-Fischer2008-10-301-8/+8
* - support ip link set eth1 address 00:11:22:33:44:55Bernhard Reutner-Fischer2008-10-301-1/+1
* - fix ip route rejecting dotted quads as prefixBernhard Reutner-Fischer2008-10-212-31/+35
* - route metric support (Natanael Copa)Bernhard Reutner-Fischer2008-10-071-2/+9
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* modprobe-small: make insmod command line compatibleDenis Vlasenko2008-09-061-0/+2
* - add WIP stub for tc.Bernhard Reutner-Fischer2008-09-042-4/+2
* fix several problems with config parser:Denis Vlasenko2008-07-261-3/+1
* *: conversion to config parserDenis Vlasenko2008-07-241-29/+15
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-212-2/+2
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-058-15/+15
* libiproute: print_route() always uses stdout, do not pass FILE pointer to it.Denis Vlasenko2008-06-293-92/+95
* 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