summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_flow_table.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: flowtable: validate pppoe headerPablo Neira Ayuso2024-04-111-1/+11
* netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso2024-02-221-1/+1
* netfilter: flowtable: reorder nf_flowtable struct membersFlorian Westphal2023-12-221-4/+5
* net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2023-12-111-0/+10
* netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso2023-10-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-1/+1
|\
| * net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey2023-06-141-1/+1
* | netfilter: flowtable: simplify route logicPablo Neira Ayuso2023-05-181-2/+2
|/
* netfilter: flowtable: cache info of last offloadVlad Buslov2023-02-031-3/+4
* netfilter: flowtable: allow unidirectional rulesVlad Buslov2023-02-031-0/+1
* netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso2022-08-241-0/+2
* netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso2022-08-241-0/+1
* netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov2022-07-111-0/+21
* netfilter: flowtable: Fix QinQ and pppoe support for inet tablePablo Neira Ayuso2022-03-161-0/+18
* net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey2022-03-011-1/+5
* netfilter: flowtable: Set offload timeouts according to proto valuesOz Shlomo2021-06-071-0/+2
* netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan2021-05-141-1/+0
* netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit typeRoi Dayan2021-04-131-1/+2
* netfilter: flowtable: add vlan match offload supportwenxu2021-04-131-0/+2
* netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso2021-03-311-1/+4
* netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau2021-03-241-3/+5
* netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso2021-03-241-0/+2
* netfilter: flowtable: add vlan supportPablo Neira Ayuso2021-03-241-3/+14
* netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso2021-03-241-2/+14
* netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso2021-03-241-0/+3
* netfilter: flowtable: add xmit path typesPablo Neira Ayuso2021-03-241-2/+9
* netfilter: flowtable: fast NAT functions never failPablo Neira Ayuso2021-03-181-6/+6
* netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumerationPablo Neira Ayuso2021-03-181-1/+1
* netfilter: flowtable: add hash offset field to tuplePablo Neira Ayuso2021-01-261-0/+4
* netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel2020-06-151-4/+45
* netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso2020-06-011-0/+2
* netfilter: flowtable: Add pending bit for offload workPaul Blakey2020-05-111-0/+1
* netfilter: flowtable: Use rw sem as flow block lockPaul Blakey2020-03-271-1/+1
* netfilter: flowtable: add counter supportPablo Neira Ayuso2020-03-271-0/+1
* netfilter: nf_tables: add enum nft_flowtable_flags to uapiPablo Neira Ayuso2020-03-271-1/+1
* netfilter: flowtable: add tunnel match offload supportwenxu2020-03-151-0/+6
* net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey2020-03-121-0/+3
* net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey2020-03-121-0/+23
* netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey2020-03-121-0/+6
* netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso2020-01-161-0/+1
* netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso2020-01-161-0/+5
* netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso2020-01-161-7/+9
* netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso2020-01-161-5/+0
* netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso2020-01-061-0/+6
* netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso2019-11-151-3/+6
* netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso2019-11-121-6/+27
* netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso2019-11-121-0/+18
* netfilter: nf_flow_table: detach routing information from flow descriptionPablo Neira Ayuso2019-11-121-3/+11
* netfilter: nf_flowtable: remove flow_offload_entry structurePablo Neira Ayuso2019-11-121-0/+1
* netfilter: nf_flow_table: remove union from flow_offload structurePablo Neira Ayuso2019-11-121-4/+1