summaryrefslogtreecommitdiff
path: root/networking/libiproute/iplink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* just whitespaceTim Riker2006-01-251-1/+1
* Patch from dlively (whoever that is, see bug 591) to fixRob Landley2005-12-151-0/+3
* Thomas Koeller writes:Eric Andersen2004-04-261-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-15/+15
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-06-201-0/+4
* Major coreutils update.Manuel Novoa III2003-03-191-4/+4
* Eliminate most instances where we use linux kernel headersEric Andersen2003-01-141-3/+12
* Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath2003-01-131-1/+1
* Only included headers that are used.Glenn L McGrath2002-12-161-11/+7
* Use compare_string_array in ipaddress to save a few bytes, minor cleanupsGlenn L McGrath2002-12-021-0/+9
* Use standard error messagesGlenn L McGrath2002-11-281-4/+4
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-101-0/+349