summaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-2112-188/+545
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-11-191-5/+2
| |\
| | * Merge tag 'nf-24-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-11-151-5/+2
| | |\
| | | * netfilter: ipset: add missing range check in bitmap_ip_uadtJeongjun Park2024-11-141-5/+2
| * | | netfilter: bitwise: add support for doing AND, OR and XOR directlyJeremy Sowden2024-11-151-11/+123
| * | | netfilter: bitwise: rename some boolean operation functionsJeremy Sowden2024-11-151-17/+17
| * | | netfilter: flow_offload: Convert nft_flow_route() to dscp_t.Guillaume Nault2024-11-151-2/+2
| * | | netfilter: nf_tables: allocate element update information dynamicallyFlorian Westphal2024-11-141-21/+36
| * | | netfilter: nf_tables: switch trans_elem to real flex arrayFlorian Westphal2024-11-141-0/+90
| * | | netfilter: nf_tables: prepare nft audit for set element compactionFlorian Westphal2024-11-141-3/+18
| * | | netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structureFlorian Westphal2024-11-141-64/+164
| * | | netfilter: nf_tables: add nft_trans_commit_list_add_elem helperFlorian Westphal2024-11-141-5/+16
| * | | netfilter: bpf: Pass string literal as format argument of request_module()Simon Horman2024-11-141-1/+1
| * | | netfilter: nfnetlink: Report extack policy errors for batched opsDonald Hunter2024-11-141-1/+1
| * | | net: convert to nla_get_*_default()Johannes Berg2024-11-113-12/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-071-7/+34
| |\| |
| * | | Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2024-11-074-62/+87
| |\ \ \
| | * | | netfilter: nf_tables: must hold rcu read lock while iterating object type listFlorian Westphal2024-11-051-7/+6
| | * | | netfilter: nf_tables: must hold rcu read lock while iterating expression type...Florian Westphal2024-11-051-6/+18
| | * | | netfilter: nf_tables: avoid false-positive lockdep splats with basechain hookFlorian Westphal2024-11-051-3/+5
| | * | | netfilter: nf_tables: avoid false-positive lockdep splats in set walkerFlorian Westphal2024-11-052-5/+8
| | * | | netfilter: nf_tables: avoid false-positive lockdep splats with flowtablesFlorian Westphal2024-11-052-8/+11
| | * | | netfilter: nf_tables: avoid false-positive lockdep splats with setsFlorian Westphal2024-11-051-11/+16
| | * | | netfilter: nf_tables: avoid false-positive lockdep splat on rule deletionFlorian Westphal2024-11-051-10/+13
| | * | | netfilter: nf_tables: prefer nft_trans_elem_alloc helperFlorian Westphal2024-10-151-4/+2
| | * | | netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.cUros Bizjak2024-10-151-8/+8
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-012-1/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-254-3/+9
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-1016-165/+422
| |\ \ \ \ \
| * | | | | | genetlink: extend info user-storage to match NL cb ctxPaolo Abeni2024-10-101-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-201-3/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | alarmtimers: Remove return value from alarm functionsThomas Gleixner2024-11-071-3/+1
* | | | | | netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso2024-11-071-7/+34
| |_|_|_|/ |/| | | |
* | | | | netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso2024-10-311-0/+3
* | | | | netfilter: Fix use-after-free in get_info()Dong Chenchen2024-10-301-1/+1
| |_|_|/ |/| | |
* | | | Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-254-2/+7
|\ \ \ \
| * | | | netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso2024-10-213-2/+3
| * | | | netfilter: bpf: must hold reference on net namespaceFlorian Westphal2024-10-171-0/+4
| | |_|/ | |/| |
* | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-191-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: Fix link info netfilter flags to populate defrag flagTyrone Wu2024-10-161-1/+2
* | | | netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal2024-10-0916-165/+422
| |_|/ |/| |
* | | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-026-6/+6
| |/ |/|
* | netfilter: nfnetlink_queue: remove old clash resolution logicFlorian Westphal2024-09-262-86/+0
* | netfilter: nf_tables: missing objects with no memcg accountingPablo Neira Ayuso2024-09-267-15/+17
* | netfilter: nf_tables: use rcu chain hook list iterator from netlink dump pathPablo Neira Ayuso2024-09-261-1/+1
* | netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman2024-09-261-5/+2
* | netfilter: nf_tables: Keep deleted flowtable hooks until after RCUPhil Sutter2024-09-261-1/+1
* | netfilter: ctnetlink: Guard possible unused functionsAndy Shevchenko2024-09-261-1/+1
* | netfilter: conntrack: add clash resolution for reverse collisionsFlorian Westphal2024-09-261-5/+51
* | netfilter: nf_nat: don't try nat source port reallocation for reverse dir clashFlorian Westphal2024-09-261-2/+118
|/