summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso6 days1-1/+3
* ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno6 days1-2/+4
* netfilter: nf_tables: fix memleak in map from abort pathPablo Neira Ayuso13 days1-2/+14
* netfilter: nf_tables: restore set elements when delete set failsPablo Neira Ayuso14 days5-20/+45
* netfilter: nf_tables: missing iterator type in lookup walkPablo Neira Ayuso14 days2-1/+3
* netfilter: flowtable: incorrect pppoe tuplePablo Neira Ayuso2024-04-111-1/+1
* netfilter: flowtable: validate pppoe headerPablo Neira Ayuso2024-04-112-4/+7
* netfilter: nft_set_pipapo: do not free live elementFlorian Westphal2024-04-111-5/+9
* netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso2024-04-112-2/+9
* netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()Ziyang Xuan2024-04-111-2/+6
* netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan2024-04-111-2/+6
* 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