summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2024-02-07netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso
2024-02-07netfilter: nft_compat: narrow down revision to unsigned 8-bitsPablo Neira Ayuso
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu
2024-01-31netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso
2024-01-31netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso
2024-01-31netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik
2024-01-31netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long
2024-01-31netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso
2024-01-31netfilter: conntrack: correct window scaling with retransmitted SYNRyan Schaefer
2024-01-29netfilter: xtables: allow xtables-nft only buildsFlorian Westphal
2024-01-29ipvs: Simplify the allocation of ip_vs_conn slab cachesKunwu Chan
2024-01-29netfilter: nf_conncount: Use KMEM_CACHE instead of kmem_cache_create()Kunwu Chan
2024-01-29netfilter: nf_tables: pass flags to set backend selection routinePablo Neira Ayuso
2024-01-29netfilter: nf_tables: Implement table adoption supportPhil Sutter
2024-01-29netfilter: nf_tables: Introduce NFT_TABLE_F_PERSISTPhil Sutter
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko
2024-01-24netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso
2024-01-24netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal
2024-01-24netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal
2024-01-24netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal
2024-01-24netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso
2024-01-17ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin
2024-01-17netfilter: nf_tables: reject NFT_SET_CONCAT with not field length descriptionPablo Neira Ayuso
2024-01-17netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso
2024-01-17netfilter: nf_tables: do not allow mismatch field size and set key lengthPablo Neira Ayuso
2024-01-17netfilter: nf_tables: check if catch-all set element is active in next genera...Pablo Neira Ayuso
2024-01-17netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov
2024-01-17netfilter: nf_queue: remove excess nf_bridge variablePavel Tikhomirov
2024-01-17netfilter: nfnetlink_log: use proper helper for fetching physinifPavel Tikhomirov
2024-01-17netfilter: nft_limit: do not ignore unsupported flagsPablo Neira Ayuso
2024-01-17netfilter: nf_tables: bail out if stateful expression provides no .clonePablo Neira Ayuso
2024-01-17netfilter: nf_tables: validate .maxattr at expression registrationPablo Neira Ayuso
2024-01-17netfilter: nf_tables: reject invalid set policyPablo Neira Ayuso
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-03netfilter: nft_immediate: drop chain reference counter on errorPablo Neira Ayuso
2024-01-03netfilter: nf_nat: fix action not being set for all ct statesBrad Cowie
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2023-12-22netfilter: nf_tables: validate chain type update if availablePablo Neira Ayuso
2023-12-22netfilter: ctnetlink: support filtering by zoneFelix Huettner
2023-12-22netfilter: nf_tables: mark newset as dead on transaction abortFlorian Westphal
2023-12-22netfilter: nft_set_pipapo: prefer gfp_kernel allocationFlorian Westphal
2023-12-22netfilter: nf_tables: Add locking for NFT_MSG_GETSETELEM_RESET requestsPhil Sutter
2023-12-22netfilter: nf_tables: Introduce nft_set_dump_ctx_init()Phil Sutter
2023-12-22netfilter: nf_tables: Pass const set to nft_get_set_elemPhil Sutter
2023-12-20netfilter: nf_tables: skip set commit for deleted/destroyed setsPablo Neira Ayuso