aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-21netfilter: nf_tables: fix destination register zeroingFlorian Westphal1-0/+2
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+14
2020-08-03netfilter: conntrack: Move nf_ct_offload_timeout to header fileRoi Dayan1-0/+12
2020-07-31netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal1-0/+2
2020-07-29netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-07-04netfilter: nf_tables: add NFT_CHAIN_BINDINGPablo Neira Ayuso1-1/+12
2020-07-04netfilter: nf_tables: expose enum nft_chain_flags through UAPIPablo Neira Ayuso1-6/+1
2020-07-04netfilter: nf_tables: add NFTA_CHAIN_ID attributePablo Neira Ayuso1-0/+3
2020-06-15netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel1-4/+45
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+11
2020-06-01netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso1-0/+2
2020-05-27netfilter: nf_tables: delete devices from flowtablePablo Neira Ayuso1-0/+1
2020-05-27netfilter: nf_tables: add devices to existing flowtablePablo Neira Ayuso1-0/+6
2020-05-27netfilter: ctnetlink: add kernel side filtering for dumpRomain Bellan1-2/+4
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+2
2020-05-11netfilter: flowtable: Add pending bit for offload workPaul Blakey1-0/+1
2020-05-10netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-1/+1
2020-04-27netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso1-0/+4
2020-04-05netfilter: nf_tables: do not update stateful expressions if lookup is invertedPablo Neira Ayuso1-1/+1
2020-03-30netfilter: conntrack: add nf_ct_acct_add()wenxu1-1/+10
2020-03-30netfilter: nf_tables: skip set types that do not support for expressionsPablo Neira Ayuso1-0/+2
2020-03-29netfilter: nf_queue: place bridge physports into queue_entry structFlorian Westphal1-1/+4
2020-03-29netfilter: nf_queue: make nf_queue_entry_release_refs staticFlorian Westphal1-1/+1
2020-03-27netfilter: flowtable: Use rw sem as flow block lockPaul Blakey1-1/+1
2020-03-27netfilter: flowtable: add counter supportPablo Neira Ayuso1-0/+1
2020-03-27netfilter: nf_tables: add enum nft_flowtable_flags to uapiPablo Neira Ayuso1-1/+1
2020-03-27netfilter: conntrack: export nf_ct_acct_update()Pablo Neira Ayuso1-0/+2
2020-03-19netfilter: nf_tables: allow to specify stateful expression in set definitionPablo Neira Ayuso1-0/+2
2020-03-19netfilter: nf_tables: move nft_expr_clone() to nf_tables_api.cPablo Neira Ayuso1-0/+1
2020-03-15netfilter: nf_tables: add nft_set_elem_update_expr() helper functionPablo Neira Ayuso1-0/+12
2020-03-15netfilter: nf_tables: statify nft_expr_init()Pablo Neira Ayuso1-2/+0
2020-03-15netfilter: nf_tables: add nft_set_elem_expr_alloc()Pablo Neira Ayuso1-0/+4
2020-03-15nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio1-0/+1
2020-03-15netfilter: flowtable: add tunnel match offload supportwenxu1-0/+6
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-5/+5
2020-03-15netfilter: nf_tables: make all set structs constFlorian Westphal2-10/+6
2020-03-15netfilter: nf_tables: make sets built-inFlorian Westphal1-6/+0
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey1-0/+3
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey1-0/+23
2020-03-12netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey1-0/+6
2020-01-27nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio1-0/+1
2020-01-27netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio1-0/+8
2020-01-27netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso1-1/+13
2020-01-16netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso1-0/+1
2020-01-16netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso1-0/+5
2020-01-16netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso1-7/+9
2020-01-16netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso1-5/+0
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso1-0/+6
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-2/+2