summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2023-02-26 21:27:46 +0300
committerDavid S. Miller <davem@davemloft.net>2023-02-26 21:27:46 +0300
commit3fa10563361eb4e998f8916d274a2afdbce3fc19 (patch)
tree162b9f091a7ddb5311fa384df055efd52fb53536 /drivers
parentaaa3c08ee0653beaa649d4adfb27ad562641cfd8 (diff)
parent4a20056a49a1854966562241922f68197f950539 (diff)
downloadlinux-3fa10563361eb4e998f8916d274a2afdbce3fc19.tar.xz
Merge branch 'net-sched-action-bind'
Pedro Tammela says: ==================== net/sched: fix action bind logic Some actions are not handling the case where an action can be created and bound to a filter independently. These actions are checking for parameters only passed in the netlink message for create/change/replace, which then errors out for valid uses like: tc filter ... action pedit index 1 In the iproute2 side, we saw a couple of actions with their parsers broken when passing "index 1" as the only action argument, while the kernel side accepted it correctly. We fixed those as well. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions