summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-299-31/+41
|\
| * netfilter: flowtable_offload: add missing lockingFelix Fietkau2022-11-221-0/+4
| * netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik2022-11-221-1/+1
| * netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai2022-11-211-5/+3
| * netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso2022-11-181-2/+4
| * netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-185-23/+29
* | Daniel Borkmann says:Jakub Kicinski2022-11-281-10/+7
|\ \
| * | bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2022-11-141-10/+7
* | | sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long2022-11-172-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-11-1540-94/+152
|\ \ \ | |/ / |/| |
| * | netfilter: conntrack: use siphash_4u64Florian Westphal2022-11-151-17/+13
| * | netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESETPhil Sutter2022-11-155-21/+38
| * | netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-1539-55/+99
| * | netfilter: nft_inner: fix return value check in nft_inner_parse_l2l3()Peng Wu2022-11-011-1/+1
| * | netfilter: nft_payload: use __be16 to store gre versionPablo Neira Ayuso2022-11-011-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-102-1/+3
|\ \ \ | | |/ | |/|
| * | netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()Shigeru Yoshida2022-11-081-1/+2
| * | netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()Ziyang Xuan2022-11-081-0/+1
* | | net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long2022-11-081-0/+31
* | | net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long2022-11-081-0/+69
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-036-40/+55
|\| | | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-11-025-37/+52
| |\
| | * netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik2022-11-021-24/+6
| | * netfilter: nf_nat: Fix possible memory leak in nf_nat_init()Chen Zhongjin2022-11-021-1/+10
| | * ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao2022-11-021-2/+8
| | * ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao2022-11-021-5/+21
| | * ipvs: use explicitly signed charsJason A. Donenfeld2022-11-021-2/+2
| | * netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso2022-11-011-3/+3
| | * netfilter: nf_tables: netlink notifier might race to release objectsPablo Neira Ayuso2022-11-011-0/+2
| * | netlink: introduce bigendian integer typesFlorian Westphal2022-11-011-3/+3
| |/
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-282-4/+4
* | netfilter: nft_inner: set tunnel offset to GRE header offsetPablo Neira Ayuso2022-10-251-2/+7
* | netfilter: nft_inner: add geneve supportPablo Neira Ayuso2022-10-251-0/+17
* | netfilter: nft_meta: add inner match supportPablo Neira Ayuso2022-10-252-0/+70
* | netfilter: nft_inner: add percpu inner contextPablo Neira Ayuso2022-10-251-4/+22
* | netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso2022-10-255-2/+463
* | netfilter: nft_payload: access ipip payload for inner offsetPablo Neira Ayuso2022-10-251-0/+3
* | netfilter: nft_payload: access GRE payload via inner offsetPablo Neira Ayuso2022-10-251-0/+32
* | netfilter: nft_objref: make it builtinFlorian Westphal2022-10-254-29/+4
* | netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso2022-10-251-0/+10
|/
* Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-201-2/+3
|\
| * netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirementsPablo Neira Ayuso2022-10-191-2/+3
* | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-112-2/+2
* | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
|/
* Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-101-4/+5
|\
| * Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo2022-09-2315-112/+288
| |\
| * | cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo2022-08-151-4/+5
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-035-9/+155
|\ \ \
| * | | net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi2022-10-034-52/+87