*: style fixes. no code changes (verified with objdump)
[platform/upstream/busybox.git] / networking / libiproute / iprule.c
2010-01-28 Denys Vlasenko*: style fixes. no code changes (verified with objdump)
2010-01-04 Denys Vlasenko*: make 2 more "int argc"'s unused; more saved if ...
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-10-13 Denys Vlasenkolibiproute/*: code shrink
2009-06-05 Denys Vlasenko*: add FAST_FUNC to function ptrs where it makes sense
2009-03-05 Denis Vlasenkonetworking/libiproute/*: code shrink by optimizing...
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-12 Bernhard Reutner... - make the first arg of the filter function passed...
2008-06-05 Denis Vlasenkolibiproute: use stdout directly instead of passing...
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2007-11-26 Denis Vlasenkoiproute: fix a bug where "ip r flush table main" was...
2007-11-18 Denis Vlasenkoip: stop propagating argc; optimize ip_parse_common_args
2007-09-30 Denis Vlasenkoreplace printf with fputs where appropriate
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-06-20 Bernhard Reutner... - move iprule and ipaddress from matches() to index_in_...
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-28 Bernhard Reutner... - reinstate static for the command string arrray to...
2007-01-28 Bernhard Reutner... - use uint32_t as suggested by vda.
2007-01-23 Bernhard Reutner... - rtnl_rttable_a2n wants an unsigned int32
2007-01-22 Bernhard Reutner... - forgot to include ip_common.h
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..