index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Lines
2025-02-12
Revert "netfilter: flowtable: teardown flow if cached mtu is stale"
Pablo Neira Ayuso
-6
/
+2
2025-01-30
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-4
/
+4
2025-01-30
Merge tag 'nf-25-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
-4
/
+4
2025-01-30
netfilter: nf_tables: reject mismatching sum of field_len with set key length
Pablo Neira Ayuso
-4
/
+4
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-13
/
+8
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-167
/
+405
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-28
/
+29
2025-01-19
netfilter: flowtable: add CLOSING state
Pablo Neira Ayuso
-19
/
+57
2025-01-19
netfilter: flowtable: teardown flow if cached mtu is stale
Pablo Neira Ayuso
-2
/
+6
2025-01-19
netfilter: conntrack: rework offload nf_conn timeout extension logic
Florian Westphal
-8
/
+103
2025-01-19
netfilter: conntrack: remove skb argument from nf_ct_refresh
Florian Westphal
-11
/
+10
2025-01-19
netfilter: nft_flow_offload: update tcp state flags under lock
Florian Westphal
-5
/
+11
2025-01-19
netfilter: nft_flow_offload: clear tcp MAXACK flag before moving to slowpath
Florian Westphal
-2
/
+12
2025-01-19
netfilter: nf_tables: Simplify chain netdev notifier
Phil Sutter
-14
/
+7
2025-01-19
netfilter: nf_tables: Tolerate chains with no remaining hooks
Phil Sutter
-63
/
+7
2025-01-19
netfilter: nf_tables: Compare netdev hooks based on stored name
Phil Sutter
-1
/
+1
2025-01-19
netfilter: nf_tables: Use stored ifname in netdev hook dumps
Phil Sutter
-4
/
+6
2025-01-19
netfilter: nf_tables: Store user-defined hook ifname
Phil Sutter
-3
/
+7
2025-01-19
netfilter: nf_tables: Flowtable hook's pf value never varies
Phil Sutter
-7
/
+4
2025-01-19
netfilter: nf_tables: fix set size with rbtree backend
Pablo Neira Ayuso
-2
/
+90
2025-01-14
Merge tag 'nf-next-25-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
-27
/
+84
2025-01-12
netfilter: conntrack: cleanup timeout definitions
Easwar Hariharan
-13
/
+8
2025-01-10
Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
-1
/
+2
2025-01-09
netfilter: conntrack: add conntrack event timestamp
Florian Westphal
-0
/
+48
2025-01-09
netfilter: conntrack: clamp maximum hashtable size to INT_MAX
Pablo Neira Ayuso
-1
/
+4
2025-01-09
netfilter: nf_tables: imbalance in flowtable binding
Pablo Neira Ayuso
-4
/
+11
2025-01-05
netfilter: xt_hashlimit: htable_selective_cleanup() optimization
Eric Dumazet
-1
/
+5
2025-01-05
ipvs: speed up reads from ip_vs_conn proc file
Florian Westphal
-22
/
+28
2025-01-05
netfilter: nf_tables: remove the genmask parameter
tuqiang
-4
/
+3
2025-01-04
net: corrections for security_secid_to_secctx returns
Casey Schaufler
-5
/
+7
2024-12-19
netfilter: ipset: Fix for recursive locking warning
Phil Sutter
-0
/
+3
2024-12-18
ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems
David Laight
-2
/
+2
2024-12-11
netfilter: nf_tables: do not defer rule destruction via call_rcu
Florian Westphal
-17
/
+15
2024-12-11
netfilter: IDLETIMER: Fix for possible ABBA deadlock
Phil Sutter
-24
/
+28
2024-12-05
xfrm: add generic iptfs defines and functionality
Christian Hopps
-1
/
+2
2024-12-04
netfilter: nft_set_hash: skip duplicated elements pending gc run
Pablo Neira Ayuso
-0
/
+16
2024-12-04
lsm: replace context+len with lsm_context
Casey Schaufler
-24
/
+19
2024-12-04
lsm: ensure the correct LSM context releaser
Casey Schaufler
-14
/
+18
2024-12-04
netfilter: ipset: Hold module reference while requesting a module
Phil Sutter
-0
/
+5
2024-12-03
netfilter: nft_inner: incorrect percpu area handling under softirq
Pablo Neira Ayuso
-12
/
+45
2024-11-28
netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level
Pablo Neira Ayuso
-1
/
+1
2024-11-28
netfilter: x_tables: fix LED ID check in led_tg_check()
Dmitry Antipov
-1
/
+3
2024-11-28
ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
Jinghao Jia
-3
/
+1
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-188
/
+545
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-3
/
+1
2024-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-5
/
+2
2024-11-15
Merge tag 'nf-24-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
-5
/
+2
2024-11-15
netfilter: bitwise: add support for doing AND, OR and XOR directly
Jeremy Sowden
-11
/
+123
2024-11-15
netfilter: bitwise: rename some boolean operation functions
Jeremy Sowden
-17
/
+17
2024-11-15
netfilter: flow_offload: Convert nft_flow_route() to dscp_t.
Guillaume Nault
-2
/
+2
[next]