summaryrefslogtreecommitdiffstats
path: root/net/sched/act_ct.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-01-091-6/+6
|\
| * net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu2024-01-051-6/+6
* | net/sched: introduce ACT_P_BOUND return codePedro Tammela2024-01-031-1/+1
|/
* net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2023-12-111-6/+28
* net: sched: do not offload flows with a helper in act_ctXin Long2023-11-161-0/+3
* net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov2023-11-081-1/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-0/+9
|\
| * net/sched: act_ct: additional checks for outdated flowsVlad Buslov2023-10-251-0/+2
| * netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso2023-10-251-0/+7
* | sched: act_ct: switch to per-action label countingFlorian Westphal2023-10-251-23/+18
|/
* net: sched: set IPS_CONFIRMED in tmpl status only when commit is set in act_ctXin Long2023-07-201-1/+2
* net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey2023-06-141-1/+8
* net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long2023-02-101-44/+2
* net: sched: move frag check and tc_skb_cb update out of handle_fragmentsXin Long2023-02-101-32/+39
* net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long2023-02-101-26/+1
* net/sched: act_ct: offload UDP NEW connectionsVlad Buslov2023-02-031-12/+39
* net/sched: act_ct: set ctinfo in meta action depending on ct stateVlad Buslov2023-02-031-2/+4
* netfilter: flowtable: cache info of last offloadVlad Buslov2023-02-031-5/+7
* net: sched: use skb_ip_totlen and iph_totlenXin Long2023-02-011-1/+1
* net: move the nat function to nf_nat_ovs for ovs and tcXin Long2022-12-121-125/+11
* net: sched: update the nat flag for icmp error packets in ct_nat_executeXin Long2022-12-121-1/+1
* net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela2022-12-091-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-4/+4
|\
| * netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-181-4/+4
* | net: sched: add helper support in act_ctXin Long2022-11-081-8/+81
* | net: sched: call tcf_ct_params_free to free params in tcf_ct_initXin Long2022-11-081-17/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-1/+4
|\
| * net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Hangyu Hua2022-09-261-1/+4
* | net: sched: act_ct: remove redundant variable errJinpeng Cui2022-09-211-4/+1
* | net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao2022-09-091-9/+8
|/
* net/sched: act_ct: set 'net' pointer when creating new nf_flow_tableVlad Buslov2022-07-111-2/+3
* net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6()Dan Carpenter2022-06-011-1/+1
* net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2022-04-081-1/+2
* net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner2022-03-261-6/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-03-151-24/+91
|\
| * act_ct: Support GRE offloadToshiaki Makita2022-03-031-24/+91
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-4/+9
|\ \ | |/ |/|
| * net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey2022-03-011-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-5/+0
|\|
| * net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey2022-02-181-5/+0
* | netfilter: conntrack: remove extension register apiFlorian Westphal2022-02-041-11/+0
* | netfilter: conntrack: move extension sizes into coreFlorian Westphal2022-02-041-1/+0
* | netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal2022-02-041-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-0/+6
|\
| * net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-091-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2022-01-091-4/+3
|\ \
| * | net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal2022-01-091-3/+3
| * | netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-01-091-1/+0