summaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
Commit message (Expand)AuthorAgeFilesLines
* sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long2022-11-182-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-11-1640-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-112-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-035-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-021-3/+3
| |/
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-292-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-211-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-122-2/+2
* | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-121-2/+2
* | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-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
| * | | net: netfilter: add bpf_ct_set_nat_info kfunc helperLorenzo Bianconi2022-09-221-1/+46
| * | | bpf: Move nf_conn extern declarations to filter.hDaniel Xu2022-09-201-0/+1
| * | | bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu2022-09-201-2/+2
| * | | bpf: Add support for writing to nf_conn:markDaniel Xu2022-09-112-1/+66
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-225-15/+41
|\ \ \ \
| * | | | netfilter: nf_ct_ftp: fix deadlock when nat rewrite is neededFlorian Westphal2022-09-201-2/+4
| * | | | netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()Tetsuo Handa2022-09-201-0/+1
| * | | | netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()Tetsuo Handa2022-09-201-4/+3