aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_ct.c
AgeCommit message (Expand)Author
2020-08-27net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel
2020-08-11net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2020-07-31net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu
2020-07-22sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-05-30net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-18net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey
2020-03-12net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey
2020-03-08net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_getEric Dumazet
2020-03-04net/sched: act_ct: Use pskb_network_may_pull()Paul Blakey
2020-03-04net/sched: act_ct: Fix ipv6 lookup of offloaded connectionsPaul Blakey
2020-03-03net/sched: act_ct: Software offload of established flowsPaul Blakey
2020-03-03net/sched: act_ct: Offload established connections to flow tablePaul Blakey
2020-03-03net/sched: act_ct: Create nf flow table per zonePaul Blakey
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-04act_ct: support asymmetric conntrackAaron Conole
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-21net: remove the unnecessary strict_start_type in some policiesXin Long
2019-10-30net: sched: update action implementations to support flagsVlad Buslov
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov
2019-10-30net: sched: extract bstats update code into functionVlad Buslov
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov
2019-10-30net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-09-13netfilter: update include directives.Jeremy Sowden
2019-08-27net_sched: fix a NULL pointer deref in ipt actionCong Wang
2019-08-05net: sched: use temporary variable for actions indexesDmytro Linkin
2019-07-09net/sched: Introduce action ctPaul Blakey