summaryrefslogtreecommitdiff
path: root/networking/libiproute/iprule.c
Commit message (Expand)AuthorAgeFilesLines
* networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko2009-03-051-6/+2
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* - make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer2008-06-121-1/+1
* libiproute: use stdout directly instead of passing it as a parameterDenis Vlasenko2008-06-051-25/+24
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-1/+0
* iproute: fix a bug where "ip r flush table main" was rejected,Denis Vlasenko2007-11-261-1/+0
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-181-13/+11
* replace printf with fputs where appropriateDenis Vlasenko2007-09-301-4/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-11/+13
* - move iprule and ipaddress from matches() to index_in_str_arrayBernhard Reutner-Fischer2007-06-201-25/+34
* delete tons of extra #includesDenis Vlasenko2007-05-311-3/+4
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-11/+4
* libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko2007-04-071-7/+8
* - reinstate static for the command string arrray to be gentle to gcc-3.xBernhard Reutner-Fischer2007-01-281-1/+1
* - use uint32_t as suggested by vda.Bernhard Reutner-Fischer2007-01-281-7/+9
* - rtnl_rttable_a2n wants an unsigned int32Bernhard Reutner-Fischer2007-01-231-1/+1
* - forgot to include ip_common.hBernhard Reutner-Fischer2007-01-221-2/+3
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-7/+7
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-211-0/+331