aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.17.2 fixes, bump version to 1.17.31_17_3Denys Vlasenko2010-10-091-0/+5
* 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
* - 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