aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_ct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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