summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2024-07-18netfilter: nf_tables: prefer nft_chain_validateFlorian Westphal
2024-07-18netfilter: nfnetlink_queue: drop bogus WARN_ONFlorian Westphal
2024-07-11netfilter: nf_tables: unconditionally flush pending work before notifierFlorian Westphal
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso
2024-07-05netfilter: fix undefined reference to 'netfilter_lwtunnel_*' when CONFIG_SYSC...Jianguo Wu
2024-06-27netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter coreJianguo Wu
2024-06-27netfilter: ipset: Fix suspicious rcu_dereference_protected()Jozsef Kadlecsik
2024-06-21netfilter: ipset: Fix race between namespace cleanup and gc in the list:set typeJozsef Kadlecsik
2024-06-21netfilter: nft_inner: validate mandatory meta and payloadDavide Ornaghi
2024-06-12inet: introduce dst_rtable() helperEric Dumazet
2024-06-12ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-06-12netfilter: nft_fib: allow from forward/input without iif selectorEric Garver
2024-06-12netfilter: nft_payload: skbuff vlan metadata mangle supportPablo Neira Ayuso
2024-06-12netfilter: nft_payload: restore vlan q-in-q match supportPablo Neira Ayuso
2024-06-12netfilter: ipset: Add list flush to cancel_gcAlexander Maltsev
2024-06-12netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet
2024-04-25netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso
2024-04-25ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno
2024-04-18netfilter: nf_tables: fix memleak in map from abort pathPablo Neira Ayuso
2024-04-17netfilter: nf_tables: restore set elements when delete set failsPablo Neira Ayuso
2024-04-17netfilter: nf_tables: missing iterator type in lookup walkPablo Neira Ayuso
2024-04-11netfilter: flowtable: incorrect pppoe tuplePablo Neira Ayuso
2024-04-11netfilter: flowtable: validate pppoe headerPablo Neira Ayuso
2024-04-11netfilter: nft_set_pipapo: do not free live elementFlorian Westphal
2024-04-11netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso
2024-04-11netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()Ziyang Xuan
2024-04-11netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan
2024-04-04netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso
2024-04-04netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan
2024-04-04netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso
2024-04-04netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso
2024-04-04netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso
2024-04-04netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso
2024-03-28netfilter: nf_tables: skip netdev hook unregistration if table is dormantPablo Neira Ayuso
2024-03-28netfilter: nf_tables: reject table flag and netdev basechain updatesPablo Neira Ayuso
2024-03-28netfilter: nf_tables: reject destroy command to remove basechain hooksPablo Neira Ayuso
2024-03-21netfilter: nf_tables: Fix a memory leak in nf_tables_updchainQuan Tian
2024-03-21netfilter: nf_tables: do not compare internal table flags on updatesPablo Neira Ayuso
2024-03-21netfilter: nft_set_pipapo: release elements in clone only from destroy pathPablo Neira Ayuso
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-07netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang
2024-03-07netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso
2024-03-07netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal
2024-03-07netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso
2024-03-07netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-01ipv6: annotate data-races around cnf.hop_limitEric Dumazet
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski