summaryrefslogtreecommitdiff
path: root/net/sched/act_ct.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný1-0/+1
2024-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-6/+6
2024-01-05net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu1-6/+6
2024-01-04net/sched: introduce ACT_P_BOUND return codePedro Tammela1-1/+1
2023-12-11net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov1-6/+28
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long1-0/+3
2023-11-09net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-1/+14
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+9
2023-10-25net/sched: act_ct: additional checks for outdated flowsVlad Buslov1-0/+2
2023-10-25netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso1-0/+7
2023-10-25sched: act_ct: switch to per-action label countingFlorian Westphal1-23/+18
2023-07-20net: sched: set IPS_CONFIRMED in tmpl status only when commit is set in act_ctXin Long1-1/+2
2023-06-14net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey1-1/+8
2023-02-11net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long1-44/+2
2023-02-11net: sched: move frag check and tc_skb_cb update out of handle_fragmentsXin Long1-32/+39
2023-02-11net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long1-26/+1
2023-02-03net/sched: act_ct: offload UDP NEW connectionsVlad Buslov1-12/+39
2023-02-03net/sched: act_ct: set ctinfo in meta action depending on ct stateVlad Buslov1-2/+4
2023-02-03netfilter: flowtable: cache info of last offloadVlad Buslov1-5/+7
2023-02-02net: sched: use skb_ip_totlen and iph_totlenXin Long1-1/+1
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long1-125/+11
2022-12-12net: sched: update the nat flag for icmp error packets in ct_nat_executeXin Long1-1/+1
2022-12-09net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela1-2/+3
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu1-4/+4
2022-11-08net: sched: add helper support in act_ctXin Long1-8/+81
2022-11-08net: sched: call tcf_ct_params_free to free params in tcf_ct_initXin Long1-17/+18
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-09-26net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Hangyu Hua1-1/+4
2022-09-21net: sched: act_ct: remove redundant variable errJinpeng Cui1-4/+1
2022-09-09net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_searchZhengchao Shao1-19/+0
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao1-9/+8
2022-07-11net/sched: act_ct: set 'net' pointer when creating new nf_flow_tableVlad Buslov1-2/+3
2022-06-01net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6()Dan Carpenter1-1/+1
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel1-1/+2
2022-03-27net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner1-6/+9
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-24/+91
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+9
2022-03-03act_ct: Support GRE offloadToshiaki Makita1-24/+91
2022-03-02net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey1-4/+9
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+0
2022-02-18net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey1-5/+0
2022-02-04netfilter: conntrack: remove extension register apiFlorian Westphal1-11/+0
2022-02-04netfilter: conntrack: move extension sizes into coreFlorian Westphal1-1/+0
2022-02-04netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal1-1/+0
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-01-10net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey1-0/+6
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-4/+3
2022-01-10net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal1-3/+3
2022-01-10netfilter: conntrack: convert to refcount_t apiFlorian Westphal1-1/+0