aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_ct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+6
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-07net/sched: act_ct: add miss tcf_lastuse_update.wenxu1-0/+2
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-5/+4
2020-06-19net: qos offload add flow status with dropped countPo Liu1-3/+3
2020-06-15net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel1-11/+0
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-05-30net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu1-0/+3
2020-04-22net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtablewenxu1-0/+2
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-18net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey1-1/+1
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey1-0/+2
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey1-0/+1
2020-03-12net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey1-0/+16
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey1-0/+207
2020-03-08net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_getEric Dumazet1-13/+11
2020-03-04net/sched: act_ct: Use pskb_network_may_pull()Paul Blakey1-8/+8
2020-03-04net/sched: act_ct: Fix ipv6 lookup of offloaded connectionsPaul Blakey1-34/+26
2020-03-03net/sched: act_ct: Software offload of established flowsPaul Blakey1-2/+158
2020-03-03net/sched: act_ct: Offload established connections to flow tablePaul Blakey1-0/+63
2020-03-03net/sched: act_ct: Create nf flow table per zonePaul Blakey1-1/+133
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-12-04act_ct: support asymmetric conntrackAaron Conole1-1/+12
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2019-11-21net: remove the unnecessary strict_start_type in some policiesXin Long1-1/+0
2019-10-30net: sched: update action implementations to support flagsVlad Buslov1-2/+2
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov1-1/+1
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov1-1/+1
2019-10-30net: sched: extract bstats update code into functionVlad Buslov1-1/+1
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov1-5/+1
2019-10-30net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-1/+2
2019-09-13netfilter: update include directives.Jeremy Sowden1-1/+1
2019-08-27net_sched: fix a NULL pointer deref in ipt actionCong Wang1-1/+1
2019-08-05net: sched: use temporary variable for actions indexesDmytro Linkin1-4/+5
2019-07-09net/sched: Introduce action ctPaul Blakey1-0/+984