aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute (follow)
Commit message (Expand)AuthorAgeFilesLines
* ip: Fix command line option parsing of "ip route get ..."Christian Hornung2010-11-041-1/+1
* networking/*: remove superfluous commentsDenys Vlasenko2010-10-303-6/+0
* whitespace cleanupDenys Vlasenko2010-10-2916-106/+79
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* better shared strings trickDenys Vlasenko2010-09-011-2/+2
* iplink: another compat #ifndef/#define tweakDenys Vlasenko2010-08-301-0/+2
* ip: add a #define for older kernelsDenys Vlasenko2010-08-221-0/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-166-6/+6
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
* libiproute: code shrink by adding FAST_FUNCDenys Vlasenko2010-07-247-22/+21
* libnetlink: code shrinkNatanael Copa2010-07-232-27/+17
* ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko2010-07-041-24/+23
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-081-0/+2
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-041-0/+0
* trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsoleDenys Vlasenko2010-05-271-1/+1
* ip addr: shrinkBernhard Reutner-Fischer2010-05-251-99/+78
* ip addr: unify parsing argsBernhard Reutner-Fischer2010-05-251-13/+7
* ip rule: unify parsing argsBernhard Reutner-Fischer2010-05-251-25/+11
* ip tunnel: unify parsing args; no obj-code changesBernhard Reutner-Fischer2010-05-251-3/+2
* ip link: add qlenBernhard Reutner-Fischer2010-05-251-2/+7
* iplink: shrinkBernhard Reutner-Fischer2010-05-251-54/+39
* iplink: support add/deleteBernhard Reutner-Fischer2010-05-251-2/+91
* ipaddress: print OPERSTATEs and NO-CARRIERBernhard Reutner-Fischer2010-05-251-0/+9
* clean up redundant, commented-out and misplaced includesDenys Vlasenko2010-04-011-3/+0
* *: merge some common stringsDenys Vlasenko2010-03-232-3/+3
* *: fix 1/4 remaining aliasing warningsDenys Vlasenko2010-02-052-4/+6
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-285-20/+41
* libiproute: eliminate unused fields in struct filter_t's; style fixesDenys Vlasenko2010-01-262-153/+168
* *: 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