summaryrefslogtreecommitdiffstats
path: root/net/sched/act_ct.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Hangyu Hua2022-10-051-1/+4
* netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-04-271-1/+0
* net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner2022-04-081-6/+9
* net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal2022-04-081-3/+3
* net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey2022-03-021-5/+0
* net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-271-0/+6
* net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2022-01-271-0/+1
* net/sched: Extend qdisc control block with tc control blockPaul Blakey2022-01-051-7/+7
* net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey2021-10-181-1/+1
* net_sched: refactor TC action init APICong Wang2021-08-021-2/+2
* net/sched: act_ct: remove and free nf_table callbacksLouis Peens2021-07-021-0/+11
* net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu2021-07-021-1/+2
* net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner2021-06-091-8/+13
* net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich2021-05-271-3/+0
* net/sched: act_ct: Offload connections with commit actionPaul Blakey2021-05-271-3/+4
* net/sched: act_ct: Remove redundant ct get and checkRoi Dayan2021-04-281-3/+1
* net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti2021-04-261-3/+3
* net/sched: act_ct: clear post_ct if doing ct_clearMarcelo Ricardo Leitner2021-03-231-2/+4
* net: flow_offload: Add original direction flag to ct_metadataPaul Blakey2021-01-291-0/+1
* net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu2021-01-201-0/+1
* net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner2020-11-281-2/+4
* net/sched: sch_frag: add generic packet fragment support.wenxu2020-11-271-0/+3
* 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