summaryrefslogtreecommitdiff
path: root/ip/iprule.c
AgeCommit message (Expand)Author
2019-04-24iprule: always print realms keyword for ruleThomas Haller
2019-04-24iprule: refactor print_rule() to use leading space before printing attributeThomas Haller
2019-04-24iprule: avoid trailing space in print_rule() after printing protocolThomas Haller
2019-04-24iprule: avoid printing extra space after gateway for nat actionThomas Haller
2019-03-07iprule: fix printing hint about unresolved iifname and oifnameThomas Haller
2019-02-19ip-rule: fix json key "to_tbl" for unspecific rule actionThomas Haller
2019-01-04Merge branch 'iproute2-master' into iproute2-nextDavid Ahern
2018-12-31iprule: Add tun_id filed in the selectorwenxu
2018-12-19Merge branch 'iproute2-master' into iproute2-nextDavid Ahern
2018-12-10fix print_0xhex on 32 bitStephen Hemminger
2018-11-02ip rule: Add ipproto and port range to filter listDavid Ahern
2018-11-01ip rule: Require at least one argument for addDavid Ahern
2018-11-01ip rule: Honor filter arguments on flushDavid Ahern
2018-10-22Tree wide: Drop sockaddr_nl argDavid Ahern
2018-10-02libnetlink: Convert GETRULE dumps to use rtnl_ruledump_reqDavid Ahern
2018-08-30iprule: Fix destination prefix outputStefan Bader
2018-03-08iprule: support for ip_proto, sport and dport match optionsRoopa Prabhu
2018-03-06iprule: add json supportStephen Hemminger
2018-02-28ip: Allow rules to accept a specified protocolDonald Sharp
2018-02-28ip: Display ip rule protocol usedDonald Sharp
2018-02-28ip: Use the `struct fib_rule_hdr` for rulesDonald Sharp
2018-01-25iprule: Use inet_addr_match_rta()Serhey Popovych
2017-11-12drop unneeded include of syslog.hStephen Hemminger
2017-10-26lib/libnetlink: update rtnl_talk to support malloc buff at run timeHangbin Liu
2017-10-02Check user supplied interface name lengthsPhil Sutter
2016-11-29ip: support UID range routing.Lorenzo Colitti
2016-10-09ip: iprule style cleanupStephen Hemminger
2016-10-09ip rule: add selector supportHangbin Liu
2016-10-09ip rule: merge ip rule flush and list, save togetherHangbin Liu
2016-09-01iproute: disallow ip rule del without parametersAndrey Jr. Melnikov
2016-07-20Merge branch 'master' into net-nextStephen Hemminger
2016-07-20Use C99 style initializers everywherePhil Sutter
2016-06-14iprule: whitespace cleanupStephen Hemminger
2016-06-14ip rule: Add support for l3mdev rulesDavid Ahern
2016-03-27lib/utils: introduce rt_addr_n2a_rta()Phil Sutter
2016-03-27lib/utils: introduce format_host_rta()Phil Sutter
2016-03-27utils: make rt_addr_n2a() non-reentrant by defaultPhil Sutter
2016-03-27make format_host non-reentrant by defaultPhil Sutter
2016-03-21ip: code cleanupStephen Hemminger
2016-03-02iprule: add missing nat keyword to help textPhil Sutter
2016-03-02iprule: Align help text with man page synopsisPhil Sutter
2015-10-22ip, realms: also allow to pass in raw realms valueDaniel Borkmann
2015-10-22Add ip rule save/restoreKirill Tkhai
2015-10-18ip-rule: neither prohibit nor reject or unreachable flags existPhil Sutter
2015-05-27libnetlink: add size argument to rtnl_talkStephen Hemminger
2015-05-07ip: fix exit code for rule failuresStephen Hemminger
2015-03-24add a source addres length parameter to rt_addr_n2aEric W. Biederman
2015-03-15lib utils: Use helpers to get AF bit/byte lenVadim Kochan
2014-08-04cleanup warningsStephen Hemminger
2014-02-17kill spaces before tabsStephen Hemminger