summaryrefslogtreecommitdiff
path: root/net/sched/act_ct.c
AgeCommit message (Expand)Author
2021-12-17net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey
2021-10-18net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey
2021-08-02net_sched: refactor TC action init APICong Wang
2021-07-02net/sched: act_ct: remove and free nf_table callbacksLouis Peens
2021-07-02net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu
2021-06-09net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner
2021-05-27net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich
2021-05-27net/sched: act_ct: Offload connections with commit actionPaul Blakey
2021-04-28net/sched: act_ct: Remove redundant ct get and checkRoi Dayan
2021-04-26net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti
2021-03-23net/sched: act_ct: clear post_ct if doing ct_clearMarcelo Ricardo Leitner
2021-01-29net: flow_offload: Add original direction flag to ct_metadataPaul Blakey
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu
2020-11-28net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner
2020-11-27net/sched: sch_frag: add generic packet fragment support.wenxu
2020-10-20net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-20net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-31net/sched: The error lable position is corrected in ct_init_moduleliujian
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-20net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-07net/sched: act_ct: add miss tcf_lastuse_update.wenxu
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-06-15net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-30net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu
2020-04-22net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtablewenxu
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