Start 1.33.0 development cycle
[oweals/busybox.git] / networking / libiproute / utils.h
2017-04-07 Denys Vlasenkolibiproute: FACT_FUNCization
2015-10-14 Denys Vlasenkolibiproute: make rt_addr_n2a() and format_host() return...
2015-10-14 Denys Vlasenkolibiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
2015-10-14 Curt Brunenetworking: add 'ip neigh' command
2011-02-23 Denys Vlasenkoiproute: fix parsing and matching of of "short" IP...
2010-10-29 Denys Vlasenkowhitespace cleanup
2009-04-09 Denis Vlasenko*: make "pragma GCC visibility push(hidden)" less ugly
2009-03-05 Denis Vlasenkonetworking/libiproute/*: code shrink by optimizing...
2009-03-03 Denis Vlasenkoip: in "ip rule add from all table 1", "all" is taken...
2008-10-21 Bernhard Reutner... - fix ip route rejecting dotted quads as prefix
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-31 Denis Vlasenkolibiproute: style fixes, and using smallint as appropriate
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-02-16 Denis Vlasenkorandom s/short/int/
2007-11-18 Denis Vlasenkoip: stop propagating argc; optimize ip_parse_common_args
2007-06-21 Bernhard Reutner... - remove matches() from networking/. Untested.
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-04-12 Bernhard Reutner... - shrink iproute a bit (-200 bytes). Untested
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-04-10 Bernhard Reutner... - rewrite the ip applet to be less bloaty
2007-04-07 Denis Vlasenkolibiproute: audit callgraph, shortcut error paths into...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #5
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2006-12-31 Denis Vlasenkoremove commented out #includes etc
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-12-26 Denis Vlasenkostyle fixes
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-14 Bernhard Reutner... - correct typo
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric AndersenUse proper C99 types
2002-11-10 Glenn L McGrathIP applet by Bastian Blank <waldi@debian.org>