summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso2024-04-041-4/+5
* netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan2024-04-041-2/+7
* netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso2024-04-041-0/+3
* netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso2024-04-041-0/+1
* netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso2024-04-041-5/+8
* netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso2024-04-041-5/+10
* netfilter: nf_tables: skip netdev hook unregistration if table is dormantPablo Neira Ayuso2024-03-281-6/+10
* netfilter: nf_tables: reject table flag and netdev basechain updatesPablo Neira Ayuso2024-03-281-1/+30
* netfilter: nf_tables: reject destroy command to remove basechain hooksPablo Neira Ayuso2024-03-281-1/+2
* netfilter: nf_tables: Fix a memory leak in nf_tables_updchainQuan Tian2024-03-211-13/+14
* netfilter: nf_tables: do not compare internal table flags on updatesPablo Neira Ayuso2024-03-211-1/+1
* netfilter: nft_set_pipapo: release elements in clone only from destroy pathPablo Neira Ayuso2024-03-211-4/+1
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-1219-289/+385
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-073-6/+16
| |\
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-022-4/+4
| |\ \
| | * | bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-01-312-4/+4
| * | | ipv6: annotate data-races around cnf.hop_limitEric Dumazet2024-03-011-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-292-0/+21
| |\ \ \
| * \ \ \ Merge tag 'nf-next-24-02-21' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-02-2210-257/+344
| |\ \ \ \
| | * | | | netfilter: x_tables: Use unsafe_memcpy() for 0-sized destinationKees Cook2024-02-211-1/+2
| | * | | | netfilter: move nf_reinject into nfnetlink_queue modulesFlorian Westphal2024-02-213-143/+142
| | * | | | netfilter: nft_set_pipapo: use GFP_KERNEL for insertionsFlorian Westphal2024-02-211-7/+11
| | * | | | netfilter: nft_set_pipapo: speed up bulk element insertionsFlorian Westphal2024-02-212-16/+69
| | * | | | netfilter: nft_set_pipapo: shrink data structuresFlorian Westphal2024-02-212-40/+51
| | * | | | netfilter: nft_set_pipapo: do not rely on ZERO_SIZE_PTRFlorian Westphal2024-02-211-4/+12
| | * | | | netfilter: nft_set_pipapo: constify lookup fn args where possibleFlorian Westphal2024-02-213-35/+48
| | * | | | netfilter: nft_osf: simplify init pathPablo Neira Ayuso2024-02-211-8/+3
| | * | | | netfilter: nf_log: validate nf_logger_find_get()Pablo Neira Ayuso2024-02-211-0/+5
| | * | | | netfilter: nf_log: consolidate check for NULL logger in lookup functionPablo Neira Ayuso2024-02-211-2/+2
| | * | | | netfilter: expect: Simplify the allocation of slab caches in nf_conntrack_exp...Kunwu Chan2024-02-211-3/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-222-42/+56
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-154-4/+8
| |\ \ \ \ \
| * | | | | | netfilter: conntrack: expedite rcu in nf_conntrack_cleanup_net_listEric Dumazet2024-02-121-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-0812-99/+144
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-0110-31/+106
| |\ \ \ \ \ \ \
| * | | | | | | | netfilter: xtables: allow xtables-nft only buildsFlorian Westphal2024-01-291-6/+6
| * | | | | | | | ipvs: Simplify the allocation of ip_vs_conn slab cachesKunwu Chan2024-01-291-3/+1
| * | | | | | | | netfilter: nf_conncount: Use KMEM_CACHE instead of kmem_cache_create()Kunwu Chan2024-01-291-6/+2
| * | | | | | | | netfilter: nf_tables: pass flags to set backend selection routinePablo Neira Ayuso2024-01-291-7/+2
| * | | | | | | | netfilter: nf_tables: Implement table adoption supportPhil Sutter2024-01-291-3/+16
| * | | | | | | | netfilter: nf_tables: Introduce NFT_TABLE_F_PERSISTPhil Sutter2024-01-291-0/+7
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-261-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko2024-01-241-1/+1
* | | | | | | | | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-114-7/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-144-7/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-104-7/+7
* | | | | | | | | | netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang2024-03-071-0/+4
* | | | | | | | | | netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso2024-03-071-0/+1
* | | | | | | | | | netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal2024-03-071-6/+5
* | | | | | | | | | netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso2024-03-071-0/+3