iproute: support onelink route option and print route flags
[oweals/busybox.git] / networking / libiproute / libnetlink.c
2011-02-23 Denys Vlasenkoiproute: fix parsing and matching of of "short" IP...
2011-02-09 Denys Vlasenkoiproute: fix handling of "dev IFACE" selector
2010-10-30 Denys Vlasenkonetworking/*: remove superfluous comments
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-07-22 Natanael Copalibnetlink: code shrink
2010-01-28 Denys Vlasenko*: style fixes. no code changes (verified with objdump)
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-06-05 Denys Vlasenko*: add FAST_FUNC to function ptrs where it makes sense
2009-04-21 Denis Vlasenko*: remove check for errors on getsockaddr in cases...
2008-12-08 Denis Vlasenkooptimize 16- and 32-bit moves
2008-07-21 Bernhard Reutner... - first pass to unify/cleanup uid handling (-236b)
2008-06-29 Denis Vlasenkolibiproute: print_route() always uses stdout, do not...
2008-06-12 Bernhard Reutner... - make the first arg of the filter function passed...
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2007-12-02 Denis Vlasenkolibnetlink: comment out unused code; don't use 8k stack...
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-11-21 Bernhard Reutner... - add 'ip rule' support. First take..
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-02 Rob LandleyHeader cleanup: don't #include headers that libbb.h...
2006-03-03 Eric AndersenKill off some unused code that was wasting several...
2006-01-30 Eric Andersensort out yet more type issues
2004-05-05 Eric AndersenSteve Grubb 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.
2002-12-16 Glenn L McGrathOnly included headers that are used.
2002-11-28 Glenn L McGrathCleanup error messages
2002-11-10 Glenn L McGrathIP applet by Bastian Blank <waldi@debian.org>