summaryrefslogtreecommitdiff
path: root/lib/tc.c
Commit message (Expand)AuthorAgeFilesLines
* tc: Fix cleaning chains.Roi Dayan2023-04-281-1/+3
* netdev-offload-tc: If the flow has not been used, report it as such.Eelco Chaudron2023-02-091-1/+13
* tc: Add TCA_KIND flower to delete and get operation to avoid rtnl_lock().Eelco Chaudron2023-01-301-1/+9
* tc: Add support for TCA_STATS_PKT64.Mike Pattrick2023-01-061-41/+69
* tc: Fix coverity dereference null return valueRoi Dayan2022-11-071-0/+4
* tc: Pass tun_metadata by referenceRoi Dayan2022-11-071-10/+10
* tc: Fix misaligned writes while parsing pedit.Ilya Maximets2022-11-021-3/+8
* netdev-linux: Allow meter to work in tc software datapath when tc-policy is s...Baowen Zheng2022-11-011-0/+21
* Revert "tc: Fix stats dump when using same meter table"Tianyu Yuan2022-10-311-11/+0
* tc: On last action use drop action attribute instead of pipeRoi Dayan2022-10-311-1/+14
* tc: Fix stats dump when using same meter tableTianyu Yuan2022-09-121-0/+11
* netdev-offload-tc: Add missing handling of the tunnel source port.Ilya Maximets2022-08-191-0/+17
* netdev-offload-tc: Explicitly handle mask for the tunnel destination port.Ilya Maximets2022-08-191-3/+10
* netdev-offload-tc: Fix the mask for tunnel metadata length.Ilya Maximets2022-08-191-3/+10
* tc: Use sparse hex dump while printing inconsistencies.Ilya Maximets2022-08-041-6/+6
* tc: Fix misaligned access while creating pedit actions.Ilya Maximets2022-07-141-2/+2
* tc: Fix misaligned access to struct tcf_t for police action.Ilya Maximets2022-07-141-3/+3
* netdev-offload-tc: Handle check_pkt_len datapath action.Eelco Chaudron2022-07-131-45/+398
* netdev-offload-tc: Offloading rules with police actionsJianbo Liu2022-07-111-1/+19
* netdev-offload-tc: Cleanup police actions with reserved indexes on startupJianbo Liu2022-07-111-0/+61
* netdev-linux: Add functions to manipulate tc police actionJianbo Liu2022-07-111-36/+82
* tc: Add support parsing tc police actionJianbo Liu2022-07-111-0/+54
* tc: Fix misaligned access to stats and time values.Ilya Maximets2022-06-241-19/+22
* netdev-offload-tc: Fix IP and port ranges in flower returns.Eelco Chaudron2022-03-211-2/+10
* netdev-offload-tc: Fix use of ICMP values instead of masks defines.Eelco Chaudron2022-03-211-8/+5
* netdev-offload-tc: Always include conntrack information to tc.Eelco Chaudron2022-03-211-5/+5
* netdev-offload-tc: Set the correct VLAN_VID and VLAN_PCP masks.Eelco Chaudron2022-03-211-4/+6
* netdev-offload-tc: Add debug logs on tc rule verify failures.Eelco Chaudron2022-03-211-6/+74
* tc: Keep header rewrite actions order.Chris Mi2022-03-181-15/+40
* tc: Fix stats byte count on fragmented packets.Paul Blakey2022-03-041-6/+28
* tc: Fix incorrect TC rule for decap+encap datapath flow.Roi Dayan2022-02-091-4/+17
* tc: Set action flags for tunnel_key release.Vlad Buslov2021-08-161-0/+1
* netdev-offload-tc: Verify the flower rule installed.Eelco Chaudron2021-07-091-0/+59
* netdev-offload-tc: Flush rules on all chains before attach ingress blockJianbo Liu2021-02-241-0/+39
* tc: Fix mpls bottom of stack bit mask reporting.Eelco Chaudron2021-02-021-1/+1
* lib/tc: add ICMP type and code match offloadMaor Dickman2021-02-011-0/+48
* lib/tc: fix parse act pedit for tos rewritewenxu2020-12-041-2/+4
* tc: Use skip_hw flag when probing tc featuresRoi Dayan2020-08-061-7/+6
* lib/tc: only update the stats for non-empty counterwenxu2020-07-011-2/+4
* netdev-offload-tc: Revert tunnel src/dst port masks handlingRoi Dayan2020-06-191-26/+2
* netdev-offload-tc: Allow installing arp rules to TC dp.Tonghao Zhang2020-06-081-0/+66
* tc: Support new terse dump kernel APIVlad Buslov2020-06-051-13/+46
* netdev-offload-tc: Allow to match the IP and port mask of tunnelTonghao Zhang2020-06-031-6/+51
* netdev-offload-tc: Use ipv6_addr_is_set instead of is_all_zerosTonghao Zhang2020-06-031-4/+2
* netdev-offload-tc: Add conntrack nat supportPaul Blakey2019-12-221-0/+93
* netdev-offload-tc: Add conntrack label and mark supportPaul Blakey2019-12-221-0/+53
* netdev-offload-tc: Add conntrack supportPaul Blakey2019-12-221-0/+122
* netdev-offload-tc: Add recirculation support via tc chainsPaul Blakey2019-12-221-6/+43
* tc: Move tunnel_key unset action before output portsPaul Blakey2019-12-221-8/+14
* tc: Introduce tcf_id to specify a tc filterPaul Blakey2019-12-221-75/+34