summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2024-12-05netfilter: ipset: add missing range check in bitmap_ip_uadtJeongjun Park
2024-12-05netfilter: nf_tables: must hold rcu read lock while iterating object type listFlorian Westphal
2024-12-05netfilter: nf_tables: must hold rcu read lock while iterating expression type...Florian Westphal
2024-12-05netfilter: nf_tables: avoid false-positive lockdep splat on rule deletionFlorian Westphal
2024-11-14netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso
2024-11-08netfilter: Fix use-after-free in get_info()Dong Chenchen
2024-11-01netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso
2024-11-01netfilter: bpf: must hold reference on net namespaceFlorian Westphal
2024-11-01bpf: Fix link info netfilter flags to populate defrag flagTyrone Wu
2024-10-17netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal
2024-10-17netfilter: nf_nat: don't try nat source port reallocation for reverse dir clashFlorian Westphal
2024-10-10netfilter: nf_tables: do not remove elements if set backend implements .abortPablo Neira Ayuso
2024-10-04netfilter: nf_tables: missing objects with no memcg accountingPablo Neira Ayuso
2024-10-04netfilter: nf_tables: use rcu chain hook list iterator from netlink dump pathPablo Neira Ayuso
2024-10-04netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman
2024-10-04netfilter: nf_tables: Keep deleted flowtable hooks until after RCUPhil Sutter
2024-10-04netfilter: nft_dynset: annotate data-races around set timeoutPablo Neira Ayuso
2024-10-04netfilter: nf_tables: remove annotation to access set timeout while holding lockPablo Neira Ayuso
2024-10-04netfilter: nf_tables: reject expiration higher than timeoutPablo Neira Ayuso
2024-10-04netfilter: nf_tables: reject element expiration with no timeoutPablo Neira Ayuso
2024-10-04netfilter: nf_tables: elements with timeout below CONFIG_HZ never expirePablo Neira Ayuso
2024-10-04netfilter: nf_tables: store new sets in dedicated listFlorian Westphal
2024-09-30netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...Dan Carpenter
2024-09-12net: netfilter: move nf flowtable bpf initialization in nf_flow_table_module_...Lorenzo Bianconi
2024-09-12netfilter: nft_socket: make cgroupsv2 matching work with namespacesFlorian Westphal
2024-09-12netfilter: nft_socket: fix sk refcount leaksFlorian Westphal
2024-08-22netfilter: flowtable: validate vlan headerPablo Neira Ayuso
2024-08-20netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior
2024-08-20netfilter: nft_counter: Disable BH in nft_counter_offload_stats().Sebastian Andrzej Siewior
2024-08-14netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requestsPhil Sutter
2024-08-14netfilter: nf_tables: Introduce nf_tables_getobj_singlePhil Sutter
2024-08-14netfilter: nf_tables: Audit log dump reset after the factPhil Sutter
2024-08-14netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal
2024-08-14netfilter: flowtable: initialise extack before useDonald Hunter
2024-08-14netfilter: nfnetlink: Initialise extack before use in ACKsDonald Hunter
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-24netfilter: nft_set_pipapo_avx2: disable softinterruptsFlorian Westphal
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-17ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao
2024-07-17netfilter: nf_set_pipapo: fix initial map fillFlorian Westphal
2024-07-17netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-11netfilter: nf_tables: prefer nft_chain_validateFlorian Westphal
2024-07-11netfilter: nfnetlink_queue: drop bogus WARN_ONFlorian Westphal
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-04netfilter: nf_tables: unconditionally flush pending work before notifierFlorian Westphal
2024-07-01netfilter: Add bpf_xdp_flow_lookup kfuncLorenzo Bianconi