Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-16netfilter: flowtable: Fix QinQ and pppoe support for inet tablePablo Neira Ayuso
2022-03-02net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey
2021-06-07netfilter: flowtable: Set offload timeouts according to proto valuesOz Shlomo
2021-05-14netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan
2021-04-13netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit typeRoi Dayan
2021-04-13netfilter: flowtable: add vlan match offload supportwenxu
2021-03-31netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau
2021-03-24netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso
2021-03-24netfilter: flowtable: add vlan supportPablo Neira Ayuso
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso
2021-03-24netfilter: flowtable: add xmit path typesPablo Neira Ayuso
2021-03-18netfilter: flowtable: fast NAT functions never failPablo Neira Ayuso
2021-03-18netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumerationPablo Neira Ayuso
2021-01-26netfilter: flowtable: add hash offset field to tuplePablo Neira Ayuso
2020-06-16netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel
2020-06-01netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso
2020-05-11netfilter: flowtable: Add pending bit for offload workPaul Blakey
2020-03-27netfilter: flowtable: Use rw sem as flow block lockPaul Blakey
2020-03-27netfilter: flowtable: add counter supportPablo Neira Ayuso
2020-03-27netfilter: nf_tables: add enum nft_flowtable_flags to uapiPablo Neira Ayuso
2020-03-15netfilter: flowtable: add tunnel match offload supportwenxu
2020-03-13net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey
2020-03-13net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey
2020-03-13netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey
2020-01-16netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso
2020-01-16netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso
2020-01-16netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso
2020-01-16netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso
2019-11-16netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso
2019-11-13netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso
2019-11-13netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso
2019-11-13netfilter: nf_flow_table: detach routing information from flow descriptionPablo Neira Ayuso
2019-11-13netfilter: nf_flowtable: remove flow_offload_entry structurePablo Neira Ayuso
2019-11-13netfilter: nf_flow_table: remove union from flow_offload structurePablo Neira Ayuso
2019-11-13netfilter: nf_flow_table: move conntrack object to struct flow_offloadPablo Neira Ayuso
2019-10-23netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso
2019-09-13netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden
2019-09-13netfilter: fix include guards.Jeremy Sowden
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden
2019-08-13netfilter: add missing includes to a number of header-files.Jeremy Sowden
2019-05-31netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tupleTaehee Yoo
2019-01-11netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu
2018-11-12netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo
2018-10-19netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_clean...Taehee Yoo
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-04-24netfilter: nf_flow_table: add a new flow state for tearing down offloadingFelix Fietkau
2018-04-24netfilter: nf_flow_table: make flow_offload_dead inlineFelix Fietkau