aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iprule.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-4/+3
* ip rule: add support for fwmark/fwmask for policy routingRui Salvaterra2020-10-031-6/+26
* ip: fix crash in "ip neigh show"Denys Vlasenko2018-02-081-1/+1
* iproute/iprule: support toolchains without RTA_TABLE routing attributeEugene Rudoy2017-10-271-5/+16
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* ip rule: add suppress_{prefixlength,ifgroup} optionsStefan Tomanek2017-06-131-27/+46
* libiproute: handle table ids larger than 255Lukasz Nowak2016-12-181-2/+9
* libiproute: eliminate some redundant zero storesDenys Vlasenko2016-08-141-3/+5
* libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko2015-10-141-12/+7
* libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-141-6/+6
* libiproute: use itoa() where appropriateDenys Vlasenko2015-10-081-6/+5
* ip: code shrinkDenys Vlasenko2013-07-151-4/+4
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-6/+8
* whitespace cleanupDenys Vlasenko2010-10-291-12/+9
* libiproute: code shrink by adding FAST_FUNCDenys Vlasenko2010-07-241-1/+1
* ip rule: unify parsing argsBernhard Reutner-Fischer2010-05-251-25/+11
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-4/+8
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-041-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* libiproute/*: code shrinkDenys Vlasenko2009-10-131-5/+5
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-1/+1
* 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