aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iplink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer2019-01-221-5/+11
* ip link: fix mismatched enums in vlan_parse_opt(), closes 11631Denys Vlasenko2019-01-221-1/+1
* ioctl(SIOCGIFINDEX) does not require clearing of entire ifrDenys Vlasenko2018-03-271-1/+1
* iplink: implement support for selecting a master interfaceJan Luebbe2018-02-201-0/+38
* ip link: support "add TYPE vrf", improve --helpJan Luebbe2018-02-201-1/+23
* libbb: introduce and use bb_getsockname()Denys Vlasenko2018-02-111-3/+1
* iplink: implement "set promisc on|off". Closes 4682Denys Vlasenko2017-04-061-20/+11
* ip link: tidying upDenys Vlasenko2017-04-061-165/+144
* libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-141-14/+13
* 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
* iplink: tweak includes to work on androidDenys Vlasenko2011-06-121-1/+1
* networking/*: remove superfluous commentsDenys Vlasenko2010-10-301-2/+0
* whitespace cleanupDenys Vlasenko2010-10-291-3/+3
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* 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-161-1/+1
* libiproute: code shrink by adding FAST_FUNCDenys Vlasenko2010-07-241-1/+1
* 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
* clean up redundant, commented-out and misplaced includesDenys Vlasenko2010-04-011-3/+0
* *: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko2009-04-211-4/+4
* networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko2009-03-051-2/+1
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-7/+7
* iplink: accept shorthands for "address" keyword here:Denis Vlasenko2008-11-011-4/+7
* - support ip link set eth1 address 00:11:22:33:44:55Bernhard Reutner-Fischer2008-10-301-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-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
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-181-44/+54
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-11/+9
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-22/+10
* delete tons of extra #includesDenis Vlasenko2007-05-311-7/+3
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-36/+39
* libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko2007-04-071-105/+61
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-291-1/+1
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-14/+14
* use xbind, xconnect where appropriate.Denis Vlasenko2006-12-231-4/+0
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-271-7/+7
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-5/+5
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-3/+0
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-2/+2
* Header cleanup: don't #include headers that libbb.h already includes.Rob Landley2006-06-021-17/+3
* sort out yet more type issuesEric Andersen2006-01-301-2/+2