summaryrefslogtreecommitdiff
path: root/lib/netdev-offload-tc.c
Commit message (Expand)AuthorAgeFilesLines
* tc: Fix cleaning chains.Roi Dayan2023-04-281-3/+8
* netdev-offload-tc: Del ufid mapping if device not exist.Faicker Mo2023-04-031-1/+2
* netdev-tc-offloads: Fix misaligned 8 byte read.Mike Pattrick2023-03-291-2/+2
* netdev-offload-tc: Fix parse_tc_flower_to_actions() reporting errors.Eelco Chaudron2023-03-221-9/+27
* netdev-offload-tc: Conntrack ALGs are not supported with tc.Eelco Chaudron2023-02-091-0/+4
* netdev-offload-tc: Fix tc conntrack force commit support.Eelco Chaudron2023-02-091-2/+11
* tests: Include working system-traffic tests into the system-offloads-testsuite.Eelco Chaudron2023-02-081-1/+1
* netdev-offload-tc: Preserve tc statistics when flow gets modified.Eelco Chaudron2023-02-031-15/+84
* tc: Add TCA_KIND flower to delete and get operation to avoid rtnl_lock().Eelco Chaudron2023-01-301-10/+10
* netdev-offload-tc: Fix misaligned access to ct label.Ilya Maximets2023-01-271-10/+11
* netdev-offload-tc: Reserve lower tc prios for ip ethertypesPaul Blakey2022-11-081-7/+28
* netdev-offload-tc: Parse tunnel options only for geneve ports.Ilya Maximets2022-08-301-6/+12
* netdev-offload-tc: Add missing handling of the tunnel source port.Ilya Maximets2022-08-191-0/+6
* netdev-offload-tc: Fix ignoring unknown tunnel keys.Ilya Maximets2022-08-191-13/+79
* netdev-offload-tc: Use masks instead of keys while parsing tunnel attributes.Ilya Maximets2022-08-191-3/+3
* netdev-offload-tc: Explicitly handle mask for the tunnel destination port.Ilya Maximets2022-08-191-1/+7
* netdev-offload-tc: Fix the mask for tunnel metadata length.Ilya Maximets2022-08-191-10/+23
* netdev-offload-tc: Disable offload of IPv6 fragments.Ilya Maximets2022-08-081-1/+21
* netdev-offload-tc: Print unused mask bits on failure.Ilya Maximets2022-08-041-1/+11
* netdev-offload-tc: Handle check_pkt_len datapath action.Eelco Chaudron2022-07-131-4/+170
* netdev-offload-tc: Move flower_to_match action handling to isolated function.Eelco Chaudron2022-07-131-210/+230
* netdev-offload-tc: Move flow_put action handling to isolated function.Eelco Chaudron2022-07-131-127/+148
* netdev-offload-tc: Offloading rules with police actionsJianbo Liu2022-07-111-1/+46
* netdev-offload-tc: Cleanup police actions with reserved indexes on startupJianbo Liu2022-07-111-0/+85
* netdev-offload-tc: Implement meter offload API for tcJianbo Liu2022-07-111-0/+202
* tc: Add support parsing tc police actionJianbo Liu2022-07-111-0/+4
* odp_util: Fix parse_key_and_mask_to_match() vlan parsing.Eelco Chaudron2022-06-241-1/+1
* netdev-offload-tc: Check for ct_state flag combinations that are not offloada...Eelco Chaudron2022-04-061-0/+6
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* netdev-offload-tc: Check for valid netdev ifindex in flow_put.Eelco Chaudron2022-03-211-0/+18
* tc: Keep header rewrite actions order.Chris Mi2022-03-181-14/+8
* tc: Fix stats byte count on fragmented packets.Paul Blakey2022-03-041-5/+5
* netdev-offload-tc: Use nl_msg_put_flag for OVS_TUNNEL_KEY_ATTR_CSUM.Paolo Valerio2021-06-301-2/+1
* netdev-offload: Disallow offloading to unrelated tunneling vports.Ilya Maximets2021-06-241-0/+8
* netdev-offload-tc: Add support for ct_state flag rel.Ariel Levkovich2021-04-191-0/+15
* netdev-offload-tc: Add support for ct_state flags inv and rplPaul Blakey2021-03-151-0/+30
* netdev-offload-tc: Probe for support for any of the ct_state flagsPaul Blakey2021-03-151-48/+157
* netdev-offload-tc: Flush rules on all chains before attach ingress blockJianbo Liu2021-02-241-5/+80
* netdev-offload-tc: Reject rules with unsupported ct_state flags.wenxu2021-02-041-2/+3
* lib/tc: add ICMP type and code match offloadMaor Dickman2021-02-011-24/+14
* dpif-netlink: Fix issues of the offloaded flows counter.Jianbo Liu2020-12-211-0/+19
* netdev-offload-tc: Use single 'once' variable for probing tc featuresRoi Dayan2020-11-111-7/+3
* netdev-tc-offloads: Don't delete ufid mapping if fail to delete filterJianbo Liu2020-10-231-1/+3
* tc: Use skip_hw flag when probing tc featuresRoi Dayan2020-08-061-0/+2
* netdev-offload: Use dpif type instead of class.Ilya Maximets2020-07-081-1/+2
* netdev-offload-tc: Add drop action support.William Tu2020-07-081-0/+4
* netdev-offload-tc: Revert tunnel src/dst port masks handlingRoi Dayan2020-06-191-11/+2
* netdev-offload-tc: Allow installing arp rules to TC dp.Tonghao Zhang2020-06-081-0/+27
* tc: Support new terse dump kernel APIVlad Buslov2020-06-051-2/+2
* netdev-offload: Implement terse dump supportVlad Buslov2020-06-051-15/+52