summaryrefslogtreecommitdiff
path: root/networking/libiproute
Commit message (Expand)AuthorAgeFilesLines
* iproute: support onelink route option and print route flagsMichael Tokarev2014-11-171-1/+17
* libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-221-1/+1
* ip link: add support for "address ETHADDR". Closes 4862Denys Vlasenko2014-03-011-2/+188
* iplink: fix build with kernel versions prior to 2.6.23Eugene Rudoy2014-01-221-0/+10
* iplink: comment out include <net/if_packet.h>Denys Vlasenko2013-08-161-1/+1
* iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)Denys Vlasenko2013-07-281-4/+4
* ip link: add VLAN supportPatrick McHardy2013-07-151-9/+128
* ip: code shrinkDenys Vlasenko2013-07-153-20/+16
* whitespace cleanup. no code changesDenys Vlasenko2013-01-143-11/+15
* Fix compile failure in ll_proto.cDenys Vlasenko2012-09-031-2/+2
* ll_proto.c: code shrinkDenys Vlasenko2012-09-021-23/+85
* iplink: tweak includes to work on androidDenys Vlasenko2011-06-121-1/+1
* *: simplify Ethernet header includesDan Fandrich2011-06-101-5/+1
* add include <sys/socket.h>Denys Vlasenko2011-04-171-0/+1
* fix libiproute compile with kernel headers < 2.6.17Stefan Seyfried2011-02-261-0/+3
* iproute: fix parsing and matching of of "short" IP addrs like 10/8Denys Vlasenko2011-02-234-38/+74
* fix trivial build failureDenys Vlasenko2011-02-101-2/+3
* iproute: fix handling of "dev IFACE" selectorDenys Vlasenko2011-02-092-14/+25
* 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