summaryrefslogtreecommitdiff
path: root/net/sched/act_ct.c
AgeCommit message (Expand)Author
2023-10-25net/sched: act_ct: additional checks for outdated flowsVlad Buslov
2023-10-25netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso
2023-07-20net: sched: set IPS_CONFIRMED in tmpl status only when commit is set in act_ctXin Long
2023-06-14net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey
2023-02-10net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long
2023-02-10net: sched: move frag check and tc_skb_cb update out of handle_fragmentsXin Long
2023-02-10net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long
2023-02-03net/sched: act_ct: offload UDP NEW connectionsVlad Buslov
2023-02-03net/sched: act_ct: set ctinfo in meta action depending on ct stateVlad Buslov
2023-02-03netfilter: flowtable: cache info of last offloadVlad Buslov
2023-02-01net: sched: use skb_ip_totlen and iph_totlenXin Long
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long
2022-12-12net: sched: update the nat flag for icmp error packets in ct_nat_executeXin Long
2022-12-09net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-08net: sched: add helper support in act_ctXin Long
2022-11-08net: sched: call tcf_ct_params_free to free params in tcf_ct_initXin Long
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-26net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Hangyu Hua
2022-09-21net: sched: act_ct: remove redundant variable errJinpeng Cui
2022-09-09net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_searchZhengchao Shao
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao
2022-07-11net/sched: act_ct: set 'net' pointer when creating new nf_flow_tableVlad Buslov
2022-06-01net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6()Dan Carpenter
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel
2022-03-26net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03act_ct: Support GRE offloadToshiaki Makita
2022-03-01net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-18net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey
2022-02-04netfilter: conntrack: remove extension register apiFlorian Westphal
2022-02-04netfilter: conntrack: move extension sizes into coreFlorian Westphal
2022-02-04netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2022-01-09net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal
2022-01-09netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2022-01-04net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng
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-12-03net/sched: act_ct: Offload only ASSURED connectionsChris Mi
2021-10-18net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey
2021-08-02net_sched: refactor TC action init APICong Wang