summaryrefslogtreecommitdiffstats
path: root/net/sched/act_ct.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner2021-06-091-8/+13
* net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich2021-05-271-3/+0
* net/sched: act_ct: Offload connections with commit actionPaul Blakey2021-05-271-3/+4
* net/sched: act_ct: Remove redundant ct get and checkRoi Dayan2021-04-281-3/+1
* net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti2021-04-261-3/+3
* net/sched: act_ct: clear post_ct if doing ct_clearMarcelo Ricardo Leitner2021-03-231-2/+4
* net: flow_offload: Add original direction flag to ct_metadataPaul Blakey2021-01-291-0/+1
* net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu2021-01-201-0/+1
* net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner2020-11-281-2/+4
* net/sched: sch_frag: add generic packet fragment support.wenxu2020-11-271-0/+3
* net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan2020-10-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-2/+0
|\
| * net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-241-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-231-1/+1
|\|
| * net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel2020-08-201-1/+1
* | netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg2020-08-181-5/+3
|/
* net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-031-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-2/+2
|\
| * net/sched: The error lable position is corrected in ct_init_moduleliujian2020-07-311-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-2/+14
|\|
| * net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu2020-07-201-2/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-5/+6
|\|