]> git.proxmox.com Git - mirror_ovs.git/history - lib/tc.c
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / lib / tc.c
2021-02-02 Eelco Chaudrontc: Fix mpls bottom of stack bit mask reporting.
2021-02-01 Maor Dickmanlib/tc: add ICMP type and code match offload
2020-12-04 wenxulib/tc: fix parse act pedit for tos rewrite
2020-08-06 Roi Dayantc: Use skip_hw flag when probing tc features
2020-07-01 wenxulib/tc: only update the stats for non-empty counter
2020-06-19 Roi Dayannetdev-offload-tc: Revert tunnel src/dst port masks...
2020-06-08 Tonghao Zhangnetdev-offload-tc: Allow installing arp rules to TC dp.
2020-06-05 Vlad Buslovtc: Support new terse dump kernel API
2020-06-03 Tonghao Zhangnetdev-offload-tc: Allow to match the IP and port mask...
2020-06-03 Tonghao Zhangnetdev-offload-tc: Use ipv6_addr_is_set instead of...
2019-12-22 Paul Blakeynetdev-offload-tc: Add conntrack nat support
2019-12-22 Paul Blakeynetdev-offload-tc: Add conntrack label and mark support
2019-12-22 Paul Blakeynetdev-offload-tc: Add conntrack support
2019-12-22 Paul Blakeynetdev-offload-tc: Add recirculation support via tc...
2019-12-22 Paul Blakeytc: Move tunnel_key unset action before output ports
2019-12-22 Paul Blakeytc: Introduce tcf_id to specify a tc filter
2019-11-11 Vlad Buslovtc: Set 'no_percpu' flag for compatible actions
2019-10-18 Chris Mitc: Limit the max action number to 16
2019-08-01 John Hurleyovs-tc: offload MPLS set actions to TC datapath
2019-08-01 John Hurleyovs-tc: offload MPLS push actions to TC datapath
2019-08-01 John Hurleyovs-tc: offload MPLS pop actions to TC datapath
2019-04-09 John Hurleyovs-tc: allow offloading TC rules to egress qdiscs
2019-04-09 John Hurleyovs-tc: allow offloading of ingress mirred TC actions...
2019-03-04 Pieter Jansen van... lib/tc: add ingress ratelimiting support for tc-offload
2019-02-11 Adi Nissimlib/tc: Support optional tunnel id
2019-01-31 Pieter Jansen van... lib/tc: add set ipv6 traffic class action offload via...
2019-01-31 Pieter Jansen van... lib/tc: add set ipv4 dscp and ecn action offload via...
2019-01-31 Pieter Jansen van... lib/tc: fix 32 bits shift for pedit offset calculation
2019-01-31 Pieter Jansen van... lib/tc: make pedit mask calculations byte order agnostic
2018-12-29 Eli Britsteinnetdev-tc-offloads: Support IPv6 hlimit rewrite
2018-12-29 Eli Britsteinnetdev-tc-offloads: Do not set 0 port attribute to...
2018-10-16 Eli Britsteinnetdev-tc-offloads: TC csum option is not matched with...
2018-09-20 Pieter Jansen van... lib/tc: add geneve with option match offload
2018-09-20 Pieter Jansen van... lib/tc: add geneve with option encap action offload
2018-09-12 Pieter Jansen van... lib/tc: treat vlan id and prio as independent fields
2018-09-07 Pieter Jansen van... lib/tc: add single mpls match offload support
2018-09-07 Or Gerlitzlib/tc: Avoid matching on tunnel ttl or tos if not...
2018-09-07 Or Gerlitzlib/tc: Put the tunnel match fields as part of the...
2018-08-01 Or Gerlitzlib/tc: Support matching on ip tunnel tos and ttl
2018-08-01 Or Gerlitzlib/tc: Support setting tos and ttl for TC IP tunnels
2018-08-01 Or Gerlitzlib/tc: Support matching on ip tos
2018-08-01 Or Gerlitzlib/tc: Handle ttl for ipv6 too
2018-07-25 Ben Pfafftc: Fix sparse warnings.
2018-07-25 Jianbo LiuAdd support to offload QinQ double VLAN headers match
2018-07-25 Jianbo Liunetdev-tc-offloads: Add support to match on 802.1AD...
2018-07-25 Jianbo Liutc: Add VLAN tpid for push action
2018-06-29 John Hurleytc: allow offloading of block ids
2018-06-18 Gavi Teitzdpctl: Properly reflect a rule's offloaded to HW state
2018-04-30 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-04-25 Jianbo Liulib/tc: Remove unnecessary icmp recalculation
2018-04-12 Chris Minetdev-tc-offloads: Add offloading of multiple outputs
2018-04-12 Chris Mitc: Make the actions order consistent
2018-04-11 Roi Dayantc: Change filter error to debug once
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-31 Ian Stokeslib/tc: Fix sparse warnings.
2018-03-21 Roi Dayannetdev-tc-offloads: Add support for IP fragmentation
2018-03-21 Roi Dayanlib/tc: Handle error parsing action in nl_parse_single_...
2018-01-24 John Hurleytc flower: reorder tunnel encap/decap actions
2017-11-27 Ben Pfafftc: Fix build breakage on GCC 7 by annotating fall...
2017-11-23 Paul Blakeytc: Send csum action only if we need to update csum
2017-11-23 Paul Blakeytc: Fix wrong struct variable order
2017-11-23 Paul Blakeynetdev-tc-offloads: Remove redundant brackets
2017-11-23 Paul Blakeynetdev-tc-offloads: Verify csum flags on dump from tc
2017-11-23 Paul Blakeynetdev-tc-offloads: Fix accidental skipping of extended...
2017-11-16 Paul Blakeytc: Add header rewrite using tc pedit action
2017-08-11 Paul Blakeytc: Add matching on tcp flags
2017-08-11 Paul Blakeytc: Add ip layer ttl matching
2017-08-03 Paul Blakeytc: Correct convert ticks to msecs on parsing tc TM
2017-08-03 Paul Blakeytc: Split IPs and transport layer ports unions in flowe...
2017-08-03 Paul Blakeytc: Refactor nl_msg_put_flower_options
2017-07-27 Vlad Buslovtc: Add SCTP support
2017-06-19 Joe Stringertc: Tidy up includes.
2017-06-15 Paul Blakeyother-config: Add tc-policy switch to control tc flower...
2017-06-14 Roi Dayantc: Add tc flower functions
2017-06-14 Roi Dayantc: Move functions the create/parse handle to be static...
2017-06-14 Roi Dayantc: Refactor tcm handle assignment when creating filter...
2017-06-14 Paul Blakeytc: Introduce tc module