aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iplink.c
AgeCommit message (Expand)Author
2019-01-22ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer
2019-01-22ip link: fix mismatched enums in vlan_parse_opt(), closes 11631Denys Vlasenko
2018-03-27ioctl(SIOCGIFINDEX) does not require clearing of entire ifrDenys Vlasenko
2018-02-20iplink: implement support for selecting a master interfaceJan Luebbe
2018-02-20ip link: support "add TYPE vrf", improve --helpJan Luebbe
2018-02-11libbb: introduce and use bb_getsockname()Denys Vlasenko
2017-04-06iplink: implement "set promisc on|off". Closes 4682Denys Vlasenko
2017-04-06ip link: tidying upDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2014-03-01ip link: add support for "address ETHADDR". Closes 4862Denys Vlasenko
2014-01-22iplink: fix build with kernel versions prior to 2.6.23Eugene Rudoy
2013-08-16iplink: comment out include <net/if_packet.h>Denys Vlasenko
2013-07-28iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)Denys Vlasenko
2013-07-15ip link: add VLAN supportPatrick McHardy
2011-06-12iplink: tweak includes to work on androidDenys Vlasenko
2010-10-30networking/*: remove superfluous commentsDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-30iplink: another compat #ifndef/#define tweakDenys Vlasenko
2010-08-22ip: add a #define for older kernelsDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-24libiproute: code shrink by adding FAST_FUNCDenys Vlasenko
2010-05-25ip link: add qlenBernhard Reutner-Fischer
2010-05-25iplink: shrinkBernhard Reutner-Fischer
2010-05-25iplink: support add/deleteBernhard Reutner-Fischer
2010-04-01clean up redundant, commented-out and misplaced includesDenys Vlasenko
2009-04-21*: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko
2009-03-05networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko
2008-11-01iplink: accept shorthands for "address" keyword here:Denis Vlasenko
2008-10-30- support ip link set eth1 address 00:11:22:33:44:55Bernhard Reutner-Fischer
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-16- 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-Fischer
2007-11-18ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer
2007-04-07libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #5Denis Vlasenko
2006-12-31stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko
2006-12-23use xbind, xconnect where appropriate.Denis Vlasenko
2006-11-27do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-07- reuse strings and messages. Saves about 600BBernhard Reutner-Fischer
2006-06-02Header cleanup: don't #include headers that libbb.h already includes.Rob Landley
2006-01-30sort out yet more type issuesEric Andersen