summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal2024-02-291-0/+1
| * netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin2024-02-281-0/+20
* | 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
|\ \ \ | |/ / |/| / | |/
| * netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal2024-02-221-1/+1
| * netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso2024-02-221-38/+40
| * netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso2024-02-221-0/+1
| * netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso2024-02-221-3/+13
| * netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal2024-02-221-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-154-4/+8
|\|
| * Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-153-3/+7
| |\
| | * netfilter: nf_tables: fix bidirectional offload regressionFelix Fietkau2024-02-151-0/+1
| | * netfilter: nat: restore default DNAT behaviorKyle Swenson2024-02-151-1/+4
| | * netfilter: nft_set_pipapo: fix missing : in kdocPablo Neira Ayuso2024-02-151-2/+2
| * | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-1/+1
| |/
* | 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
|\|
| * netfilter: nft_set_pipapo: remove scratch_aligned pointerFlorian Westphal2024-02-083-39/+10
| * netfilter: nft_set_pipapo: add helper to release pcpu scratch areaFlorian Westphal2024-02-081-5/+23
| * netfilter: nft_set_pipapo: store index in scratch mapsFlorian Westphal2024-02-083-26/+44
| * netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso2024-02-081-3/+3
| * netfilter: nfnetlink_queue: un-break NF_REPEATFlorian Westphal2024-02-081-3/+10
| * netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso2024-02-084-13/+28
| * netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso2024-02-081-0/+3
| * netfilter: ctnetlink: fix filtering for zone 0Felix Huettner2024-02-081-4/+8
| * netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik2024-02-082-2/+4
| * netfilter: nft_set_pipapo: remove static in nft_pipapo_get()Pablo Neira Ayuso2024-02-081-1/+1
| * netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso2024-02-071-1/+7
| * netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso2024-02-071-1/+2
| * netfilter: nft_compat: narrow down revision to unsigned 8-bitsPablo Neira Ayuso2024-02-071-3/+3
* | 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