summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requestsPhil Sutter2024-08-141-13/+59
* netfilter: nf_tables: Introduce nf_tables_getobj_singlePhil Sutter2024-08-141-31/+44
* netfilter: nf_tables: Audit log dump reset after the factPhil Sutter2024-08-141-15/+13
* netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal2024-08-141-2/+33
* netfilter: flowtable: initialise extack before useDonald Hunter2024-08-141-1/+1
* netfilter: nfnetlink: Initialise extack before use in ACKsDonald Hunter2024-08-141-1/+4
* Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-251-2/+10
|\
| * netfilter: nft_set_pipapo_avx2: disable softinterruptsFlorian Westphal2024-07-241-2/+10
* | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-244-9/+9
* | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-211-1/+1
|\ \ | |/ |/|
| * kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg2024-06-281-1/+1
* | ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao2024-07-171-5/+5
* | netfilter: nf_set_pipapo: fix initial map fillFlorian Westphal2024-07-173-6/+29
* | netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso2024-07-171-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-112-146/+14
|\ \
| * | netfilter: nf_tables: prefer nft_chain_validateFlorian Westphal2024-07-111-145/+13
| * | netfilter: nfnetlink_queue: drop bogus WARN_ONFlorian Westphal2024-07-111-1/+1
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-07-095-3/+276
|\ \ \
| * | | netfilter: Add bpf_xdp_flow_lookup kfuncLorenzo Bianconi2024-07-013-1/+127
| * | | netfilter: nf_tables: Add flowtable map for xdp offloadFlorian Westphal2024-07-013-2/+149
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-041-2/+1
|\ \ \ \ | | |/ / | |/| |
| * | | netfilter: nf_tables: unconditionally flush pending work before notifierFlorian Westphal2024-07-041-2/+1
* | | | Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2024-07-017-201/+275
|\ \ \ \
| * | | | netfilter: xt_recent: Lift restrictions on max hitcount valuePhil Sutter2024-06-281-4/+4
| * | | | netfilter: cttimeout: remove 'l3num' attr checkLin Ma2024-06-261-2/+1
| * | | | netfilter: nf_conncount: fix wrong variable typeYunjian Wang2024-06-261-5/+3
| * | | | ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno2024-06-261-2/+2
| * | | | netfilter: nf_tables: do not store nft_ctx in transaction objectsFlorian Westphal2024-06-252-62/+86
| * | | | netfilter: nf_tables: pass nft_table to destroy functionFlorian Westphal2024-06-251-9/+9
| * | | | netfilter: nf_tables: reduce trans->ctx.chain referencesFlorian Westphal2024-06-251-9/+7
| * | | | netfilter: nf_tables: store chain pointer in rule transactionFlorian Westphal2024-06-252-18/+19
| * | | | netfilter: nf_tables: avoid usage of embedded nft_ctxFlorian Westphal2024-06-252-13/+13
| * | | | netfilter: nf_tables: pass more specific nft_trans_chain where possibleFlorian Westphal2024-06-251-25/+26
| * | | | netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal2024-06-252-10/+9
| * | | | netfilter: nf_tables: reduce trans->ctx.table referencesFlorian Westphal2024-06-251-38/+41
| * | | | netfilter: nf_tables: move bind list_head into relevant subtypesFlorian Westphal2024-06-251-14/+57
| * | | | netfilter: nf_tables: make struct nft_trans first member of derived subtypesFlorian Westphal2024-06-251-5/+13
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-273-5/+9
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso2024-06-272-5/+6
| * | | netfilter: fix undefined reference to 'netfilter_lwtunnel_*' when CONFIG_SYSC...Jianguo Wu2024-06-241-0/+3
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-205-22/+90
|\| |
| * | netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter coreJianguo Wu2024-06-194-17/+84
| * | netfilter: ipset: Fix suspicious rcu_dereference_protected()Jozsef Kadlecsik2024-06-191-5/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-134-51/+67
|\| |
| * | netfilter: ipset: Fix race between namespace cleanup and gc in the list:set typeJozsef Kadlecsik2024-06-112-51/+60
| * | netfilter: nft_inner: validate mandatory meta and payloadDavide Ornaghi2024-06-112-0/+7
* | | net: add and use __skb_get_hash_symmetric_netFlorian Westphal2024-06-121-1/+2
* | | net: add and use skb_get_hash_netFlorian Westphal2024-06-121-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-314-28/+80
|\|
| * netfilter: nft_fib: allow from forward/input without iif selectorEric Garver2024-05-291-5/+3