iplink: tweak includes to work on android
[oweals/busybox.git] / networking / libiproute / iplink.c
2011-06-12 Denys Vlasenkoiplink: tweak includes to work on android
2010-10-30 Denys Vlasenkonetworking/*: remove superfluous comments
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-30 Denys Vlasenkoiplink: another compat #ifndef/#define tweak
2010-08-22 Denys Vlasenkoip: add a #define for older kernels
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-24 Denys Vlasenkolibiproute: code shrink by adding FAST_FUNC
2010-05-25 Bernhard Reutner... ip link: add qlen
2010-05-25 Bernhard Reutner... iplink: shrink
2010-05-25 Bernhard Reutner... iplink: support add/delete
2010-04-01 Denys Vlasenkoclean up redundant, commented-out and misplaced includes
2009-04-21 Denis Vlasenko*: remove check for errors on getsockaddr in cases...
2009-03-05 Denis Vlasenkonetworking/libiproute/*: code shrink by optimizing...
2008-12-02 Denis Vlasenkolibbb: add strncpy_IFNAMSIZ
2008-11-01 Denis Vlasenkoiplink: accept shorthands for "address" keyword here:
2008-10-30 Bernhard Reutner... - support ip link set eth1 address 00:11:22:33:44:55
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-16 Bernhard Reutner... - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00...
2007-11-18 Denis Vlasenkoip: stop propagating argc; optimize ip_parse_common_args
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-04-07 Denis Vlasenkolibiproute: audit callgraph, shortcut error paths into...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #5
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-12-23 Denis Vlasenkouse xbind, xconnect where appropriate.
2006-11-27 Denis Vlasenkodo not overflow ifr_name. maybe it was safe in some...
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-02 Rob LandleyHeader cleanup: don't #include headers that libbb.h...
2006-01-30 Eric Andersensort out yet more type issues
2006-01-25 Tim Rikerjust whitespace
2005-12-15 Rob LandleyPatch from dlively (whoever that is, see bug 591) to fix
2004-04-26 Eric AndersenThomas Koeller writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-06-20 Eric AndersenPatch from Lars Kellogg-Stedman:
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-14 Eric AndersenEliminate most instances where we use linux kernel...
2003-01-13 Glenn L McGrathOption to allow ifupdown use ip commands instead of...
2002-12-16 Glenn L McGrathOnly included headers that are used.
2002-12-02 Glenn L McGrathUse compare_string_array in ipaddress to save a few...
2002-11-28 Glenn L McGrathUse standard error messages
2002-11-10 Glenn L McGrathIP applet by Bastian Blank <waldi@debian.org>