aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_set_pipapo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-14netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-AVX2 versionStefano Brivio1-2/+2
2021-04-27netfilter: nftables: add catch-all set element supportPablo Neira Ayuso1-1/+5
2020-07-29netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-07-13net: netfilter: kerneldoc fixesAndrew Lunn1-4/+4
2020-06-30netfilter: nft_set_pipapo: Drop useless assignment of scratch map index on insertStefano Brivio1-2/+0
2020-06-08netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointerStefano Brivio1-1/+5
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld1-1/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+27
2020-03-24netfilter: nft_set_pipapo: Separate partial and complete overlap cases on insertionStefano Brivio1-7/+27
2020-03-15nft_set_pipapo: Prepare for single ranged field usageStefano Brivio1-7/+12
2020-03-15nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio1-0/+24
2020-03-15nft_set_pipapo: Prepare for vectorised implementation: helpersStefano Brivio1-261/+8
2020-03-15nft_set_pipapo: Prepare for vectorised implementation: alignmentStefano Brivio1-25/+110
2020-03-15nft_set_pipapo: Add support for 8-bit lookup groups and dynamic switchStefano Brivio1-8/+233
2020-03-15nft_set_pipapo: Generalise group size for bucketsStefano Brivio1-96/+112
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-15netfilter: nft_set_pipapo: make the symbol 'nft_pipapo_get' staticChen Wandun1-2/+2
2020-03-15netfilter: nf_tables: make all set structs constFlorian Westphal1-2/+1
2020-02-26nft_set_pipapo: Actually fetch key data in nft_pipapo_remove()Stefano Brivio1-2/+4
2020-02-18netfilter: nft_set_pipapo: Don't abuse unlikely() in pipapo_refill()Stefano Brivio1-1/+1
2020-02-18netfilter: nft_set_pipapo: Fix mapping table example in commentsStefano Brivio1-2/+2
2020-01-27nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio1-0/+2102