summaryrefslogtreecommitdiffstats
path: root/net/sched/act_ct.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan2020-10-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-2/+0
|\
| * net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-241-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-231-1/+1
|\|
| * net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel2020-08-201-1/+1
* | netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg2020-08-181-5/+3
|/
* net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-031-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-2/+2
|\
| * net/sched: The error lable position is corrected in ct_init_moduleliujian2020-07-311-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-2/+14
|\|
| * net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu2020-07-201-2/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-5/+6
|\|
| * net/sched: act_ct: add miss tcf_lastuse_update.wenxu2020-07-071-0/+2
| * sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-031-5/+4
* | net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-1/+1
* | net: qos offload add flow status with dropped countPo Liu2020-06-191-3/+3
|/
* net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel2020-06-151-11/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-0/+3
|\
| * net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu2020-05-301-0/+3
* | net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtablewenxu2020-04-221-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-1/+1
|\
| * net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey2020-03-181-1/+1
* | net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey2020-03-121-0/+2
* | net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey2020-03-121-0/+1
* | net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey2020-03-121-0/+16
* | net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey2020-03-121-0/+207
* | net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_getEric Dumazet2020-03-081-13/+11
* | net/sched: act_ct: Use pskb_network_may_pull()Paul Blakey2020-03-041-8/+8
* | net/sched: act_ct: Fix ipv6 lookup of offloaded connectionsPaul Blakey2020-03-041-34/+26
* | net/sched: act_ct: Software offload of established flowsPaul Blakey2020-03-031-2/+158
* | net/sched: act_ct: Offload established connections to flow tablePaul Blakey2020-03-031-0/+63
* | net/sched: act_ct: Create nf flow table per zonePaul Blakey2020-03-031-1/+133
|/
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
* act_ct: support asymmetric conntrackAaron Conole2019-12-041-1/+12
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-1/+2
|\
| * net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-1/+2
* | net: remove the unnecessary strict_start_type in some policiesXin Long2019-11-211-1/+0
* | net: sched: update action implementations to support flagsVlad Buslov2019-10-301-2/+2
* | net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-301-1/+1
* | net: sched: extract qstats update code into functionsVlad Buslov2019-10-301-1/+1
* | net: sched: extract bstats update code into functionVlad Buslov2019-10-301-1/+1
* | net: sched: extract common action counters update code into functionVlad Buslov2019-10-301-5/+1
|/
* netfilter: update include directives.Jeremy Sowden2019-09-131-1/+1
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-08-271-1/+1
* net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-051-4/+5
* net/sched: Introduce action ctPaul Blakey2019-07-091-0/+984