index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
libiproute
/
iplink.c
Age
Commit message (
Expand
)
Author
2014-03-01
ip link: add support for "address ETHADDR". Closes 4862
Denys Vlasenko
2014-01-22
iplink: fix build with kernel versions prior to 2.6.23
Eugene Rudoy
2013-08-16
iplink: comment out include <net/if_packet.h>
Denys Vlasenko
2013-07-28
iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)
Denys Vlasenko
2013-07-15
ip link: add VLAN support
Patrick McHardy
2011-06-12
iplink: tweak includes to work on android
Denys Vlasenko
2010-10-30
networking/*: remove superfluous comments
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-30
iplink: another compat #ifndef/#define tweak
Denys Vlasenko
2010-08-22
ip: add a #define for older kernels
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-24
libiproute: code shrink by adding FAST_FUNC
Denys Vlasenko
2010-05-25
ip link: add qlen
Bernhard Reutner-Fischer
2010-05-25
iplink: shrink
Bernhard Reutner-Fischer
2010-05-25
iplink: support add/delete
Bernhard Reutner-Fischer
2010-04-01
clean up redundant, commented-out and misplaced includes
Denys Vlasenko
2009-04-21
*: remove check for errors on getsockaddr in cases we know they can't happen
Denis Vlasenko
2009-03-05
networking/libiproute/*: code shrink by optimizing numeric conversions
Denis Vlasenko
2008-12-02
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-11-01
iplink: accept shorthands for "address" keyword here:
Denis Vlasenko
2008-10-30
- support ip link set eth1 address 00:11:22:33:44:55
Bernhard 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-18
ip: stop propagating argc; optimize ip_parse_common_args
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-04-12
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2007-04-07
libiproute: audit callgraph, shortcut error paths into die() functions.
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #5
Denis Vlasenko
2006-12-31
stop using __u32 etc. uint32_t is there for a reason
Denis Vlasenko
2006-12-23
use xbind, xconnect where appropriate.
Denis Vlasenko
2006-11-27
do not overflow ifr_name. maybe it was safe in some places,
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-08-20
- merge -r15463:15564 from busybox_scratch branch through these changesets:
Bernhard Reutner-Fischer
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-06-07
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-02
Header cleanup: don't #include headers that libbb.h already includes.
Rob Landley
2006-01-30
sort out yet more type issues
Eric Andersen
2006-01-25
just whitespace
Tim Riker
2005-12-15
Patch from dlively (whoever that is, see bug 591) to fix
Rob Landley
2004-04-26
Thomas Koeller writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-06-20
Patch from Lars Kellogg-Stedman:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-01-14
Eliminate most instances where we use linux kernel headers
Eric Andersen
2003-01-13
Option to allow ifupdown use ip commands instead of ifconfig, add flush
Glenn L McGrath
2002-12-16
Only included headers that are used.
Glenn L McGrath
[next]