index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splats with sets
Florian Westphal
1
-11
/
+16
2024-11-05
netfilter: nf_tables: avoid false-positive lockdep splat on rule deletion
Florian Westphal
1
-10
/
+13
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+4
2024-10-31
netfilter: nft_payload: sanitize offset and length before calling skb_checksum()
Pablo Neira Ayuso
1
-0
/
+3
2024-10-30
netfilter: Fix use-after-free in get_info()
Dong Chenchen
1
-1
/
+1
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-3
/
+9
2024-10-24
Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-2
/
+7
2024-10-21
netfilter: xtables: fix typo causing some targets not to load on IPv6
Pablo Neira Ayuso
3
-2
/
+3
2024-10-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-1
/
+2
2024-10-17
netfilter: bpf: must hold reference on net namespace
Florian Westphal
1
-0
/
+4
2024-10-16
bpf: Fix link info netfilter flags to populate defrag flag
Tyrone Wu
1
-1
/
+2
2024-10-15
netfilter: nf_tables: prefer nft_trans_elem_alloc helper
Florian Westphal
1
-4
/
+2
2024-10-15
netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.c
Uros Bizjak
1
-8
/
+8
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-165
/
+422
2024-10-10
genetlink: extend info user-storage to match NL cb ctx
Paolo Abeni
1
-1
/
+1
2024-10-09
netfilter: xtables: avoid NFPROTO_UNSPEC where needed
Florian Westphal
16
-165
/
+422
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
6
-6
/
+6
2024-09-26
netfilter: nfnetlink_queue: remove old clash resolution logic
Florian Westphal
2
-86
/
+0
2024-09-26
netfilter: nf_tables: missing objects with no memcg accounting
Pablo Neira Ayuso
7
-15
/
+17
2024-09-26
netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path
Pablo Neira Ayuso
1
-1
/
+1
2024-09-26
netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...
Simon Horman
1
-5
/
+2
2024-09-26
netfilter: nf_tables: Keep deleted flowtable hooks until after RCU
Phil Sutter
1
-1
/
+1
2024-09-26
netfilter: ctnetlink: Guard possible unused functions
Andy Shevchenko
1
-1
/
+1
2024-09-26
netfilter: conntrack: add clash resolution for reverse collisions
Florian Westphal
1
-5
/
+51
2024-09-26
netfilter: nf_nat: don't try nat source port reallocation for reverse dir clash
Florian Westphal
1
-2
/
+118
2024-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-09-15
netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...
Dan Carpenter
1
-2
/
+2
2024-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-7
/
+49
2024-09-12
net: netfilter: move nf flowtable bpf initialization in nf_flow_table_module_...
Lorenzo Bianconi
2
-1
/
+7
2024-09-12
netfilter: nft_socket: make cgroupsv2 matching work with namespaces
Florian Westphal
1
-3
/
+38
2024-09-12
netfilter: nft_socket: fix sk refcount leaks
Florian Westphal
1
-3
/
+4
2024-09-09
netfilter: nft_flow_offload: Unmask upper DSCP bits in nft_flow_route()
Ido Schimmel
1
-1
/
+2
2024-09-06
Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
26
-148
/
+165
2024-09-06
net/netfilter: make use of the helper macro LIST_HEAD()
Hongbo Li
1
-3
/
+1
2024-09-03
netfilter: nf_tables: set element timeout update support
Pablo Neira Ayuso
2
-5
/
+44
2024-09-03
netfilter: nf_tables: zero timeout means element never times out
Pablo Neira Ayuso
2
-17
/
+25
2024-09-03
netfilter: nf_tables: consolidate timeout extension for elements
Pablo Neira Ayuso
2
-34
/
+22
2024-09-03
netfilter: nf_tables: annotate data-races around element expiration
Pablo Neira Ayuso
2
-2
/
+2
2024-09-03
netfilter: nft_dynset: annotate data-races around set timeout
Pablo Neira Ayuso
1
-3
/
+3
2024-09-03
netfilter: nf_tables: remove annotation to access set timeout while holding lock
Pablo Neira Ayuso
1
-2
/
+2
2024-09-03
netfilter: nf_tables: reject expiration higher than timeout
Pablo Neira Ayuso
1
-0
/
+3
2024-09-03
netfilter: nf_tables: reject element expiration with no timeout
Pablo Neira Ayuso
1
-0
/
+3
2024-09-03
netfilter: nf_tables: elements with timeout below CONFIG_HZ never expire
Pablo Neira Ayuso
1
-1
/
+1
2024-09-03
netfilter: nf_tables: drop unused 3rd argument from validate callback ops
Florian Westphal
21
-46
/
+23
2024-09-03
netfilter: conntrack: Convert to use ERR_CAST()
Shen Lichuan
1
-1
/
+1
2024-09-03
netfilter: Use kmemdup_array instead of kmemdup for multiple allocation
Yan Zhen
1
-1
/
+1
2024-09-03
netfilter: nft_counter: Use u64_stats_t for statistic.
Sebastian Andrzej Siewior
1
-44
/
+46
2024-09-03
netfilter: ctnetlink: support CTA_FILTER for flush
Changliang Wu
1
-6
/
+3
2024-08-26
Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
25
-70
/
+125
2024-08-22
netfilter: flowtable: validate vlan header
Pablo Neira Ayuso
2
-0
/
+6
[prev]
[next]