summaryrefslogtreecommitdiffstats
path: root/net/sched/act_ct.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey2022-01-041-0/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-7/+8
|\ \ \ | | |/ | |/|
| * | net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2021-12-171-0/+1
| * | net/sched: Extend qdisc control block with tc control blockPaul Blakey2021-12-171-7/+7
* | | flow_offload: allow user to offload tc action to net deviceBaowen Zheng2021-12-191-1/+3
* | | flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng2021-12-191-0/+19
| |/ |/|
* | net/sched: act_ct: Offload only ASSURED connectionsChris Mi2021-12-031-1/+2
|/
* 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