aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iprule.c
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2020-10-03ip rule: add support for fwmark/fwmask for policy routingRui Salvaterra
2018-02-08ip: fix crash in "ip neigh show"Denys Vlasenko
2017-10-27iproute/iprule: support toolchains without RTA_TABLE routing attributeEugene Rudoy
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-06-13ip rule: add suppress_{prefixlength,ifgroup} optionsStefan Tomanek
2016-12-18libiproute: handle table ids larger than 255Lukasz Nowak
2016-08-14libiproute: eliminate some redundant zero storesDenys Vlasenko
2015-10-14libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-08libiproute: use itoa() where appropriateDenys Vlasenko
2013-07-15ip: code shrinkDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-07-24libiproute: code shrink by adding FAST_FUNCDenys Vlasenko
2010-05-25ip rule: unify parsing argsBernhard Reutner-Fischer
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-13libiproute/*: code shrinkDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-03-05networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-12- make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer
2008-06-05libiproute: use stdout directly instead of passing it as a parameterDenis Vlasenko
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2007-11-26iproute: fix a bug where "ip r flush table main" was rejected,Denis Vlasenko
2007-11-18ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko
2007-09-30replace printf with fputs where appropriateDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-06-20- move iprule and ipaddress from matches() to index_in_str_arrayBernhard Reutner-Fischer
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer
2007-04-07libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko
2007-01-28- reinstate static for the command string arrray to be gentle to gcc-3.xBernhard Reutner-Fischer
2007-01-28- use uint32_t as suggested by vda.Bernhard Reutner-Fischer
2007-01-23- rtnl_rttable_a2n wants an unsigned int32Bernhard Reutner-Fischer
2007-01-22- forgot to include ip_common.hBernhard Reutner-Fischer
2006-12-31stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko
2006-11-21- add 'ip rule' support. First take..Bernhard Reutner-Fischer