summaryrefslogtreecommitdiff
path: root/networking/libiproute/iprule.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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