summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| | * | xfrm: add generic iptfs defines and functionalityChristian Hopps2024-12-051-1/+2
* | | | Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2025-01-213-28/+29
|\ \ \ \ | |/ / / |/| | |
| * | | net: corrections for security_secid_to_secctx returnsCasey Schaufler2025-01-041-5/+7
| * | | lsm: replace context+len with lsm_contextCasey Schaufler2024-12-043-24/+19
| * | | lsm: ensure the correct LSM context releaserCasey Schaufler2024-12-043-14/+18
| |/ /
* | | netfilter: conntrack: clamp maximum hashtable size to INT_MAXPablo Neira Ayuso2025-01-091-1/+4
* | | netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso2025-01-091-4/+11
| |/ |/|
* | netfilter: ipset: Fix for recursive locking warningPhil Sutter2024-12-191-0/+3
* | ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight2024-12-181-2/+2
* | netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal2024-12-111-17/+15
* | netfilter: IDLETIMER: Fix for possible ABBA deadlockPhil Sutter2024-12-111-24/+28
* | netfilter: nft_set_hash: skip duplicated elements pending gc runPablo Neira Ayuso2024-12-041-0/+16
* | netfilter: ipset: Hold module reference while requesting a modulePhil Sutter2024-12-041-0/+5
* | netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso2024-12-031-12/+45
* | netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup levelPablo Neira Ayuso2024-11-281-1/+1
* | netfilter: x_tables: fix LED ID check in led_tg_check()Dmitry Antipov2024-11-281-1/+3
* | ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia2024-11-281-3/+1
|/
* 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-10-312-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-191-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
| |_|_|_|/ |/| | | |