summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-0110-31/+106
|\
| * netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso2024-01-311-0/+24
| * netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso2024-01-311-3/+4
| * netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik2024-01-314-18/+61
| * netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long2024-01-311-1/+1
| * netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso2024-01-312-5/+10
| * netfilter: conntrack: correct window scaling with retransmitted SYNRyan Schaefer2024-01-311-4/+6
* | 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
* | netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso2024-01-248-2/+47
* | netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal2024-01-241-10/+6
* | netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal2024-01-241-0/+4
* | netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal2024-01-241-7/+16
* | netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso2024-01-241-2/+9
|/
* ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin2024-01-171-2/+2
* netfilter: nf_tables: reject NFT_SET_CONCAT with not field length descriptionPablo Neira Ayuso2024-01-171-1/+5
* netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso2024-01-171-1/+1
* netfilter: nf_tables: do not allow mismatch field size and set key lengthPablo Neira Ayuso2024-01-171-1/+5
* netfilter: nf_tables: check if catch-all set element is active in next genera...Pablo Neira Ayuso2024-01-171-1/+1
* netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov2024-01-174-12/+13
* netfilter: nf_queue: remove excess nf_bridge variablePavel Tikhomirov2024-01-171-3/+1
* netfilter: nfnetlink_log: use proper helper for fetching physinifPavel Tikhomirov2024-01-171-4/+4
* netfilter: nft_limit: do not ignore unsupported flagsPablo Neira Ayuso2024-01-171-7/+12
* netfilter: nf_tables: bail out if stateful expression provides no .clonePablo Neira Ayuso2024-01-171-8/+7
* netfilter: nf_tables: validate .maxattr at expression registrationPablo Neira Ayuso2024-01-171-0/+3
* netfilter: nf_tables: reject invalid set policyPablo Neira Ayuso2024-01-171-1/+9
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-115-36/+131
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-044-4/+5
| |\
| * | netfilter: nf_tables: validate chain type update if availablePablo Neira Ayuso2023-12-221-1/+10
| * | netfilter: ctnetlink: support filtering by zoneFelix Huettner2023-12-221-4/+8
| * | netfilter: nf_tables: mark newset as dead on transaction abortFlorian Westphal2023-12-221-0/+1
| * | netfilter: nft_set_pipapo: prefer gfp_kernel allocationFlorian Westphal2023-12-221-1/+1
| * | netfilter: nf_tables: Add locking for NFT_MSG_GETSETELEM_RESET requestsPhil Sutter2023-12-221-17/+81
| * | netfilter: nf_tables: Introduce nft_set_dump_ctx_init()Phil Sutter2023-12-221-16/+33
| * | netfilter: nf_tables: Pass const set to nft_get_set_elemPhil Sutter2023-12-221-3/+3
| * | Revert BPF token-related functionalityAndrii Nakryiko2023-12-191-1/+1
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-181-1/+1
| |\ \
| | * | bpf: take into account BPF token when fetching helper protosAndrii Nakryiko2023-12-061-1/+1
| * | | ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-077-19/+40
| |\ \ \ | | |/ / | |/| |
| * | | tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-2/+2
* | | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-104-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-274-0/+5
| | |/ | |/|
* | | netfilter: nft_immediate: drop chain reference counter on errorPablo Neira Ayuso2024-01-031-1/+1