index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-14
netfilter: allow ipv6 fragments to arrive on different devices
Tom Hughes
1
-0
/
+4
2024-07-31
netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().
Kuniyuki Iwashima
1
-5
/
+9
2024-05-23
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
1
-1
/
+1
2024-05-06
netfilter: use NF_DROP instead of -NF_DROP
Jason Xing
1
-1
/
+1
2024-05-03
netfilter: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
1
-1
/
+1
2024-04-10
netfilter: complete validation of user input
Eric Dumazet
1
-0
/
+4
2024-04-04
netfilter: validate user input for expected length
Eric Dumazet
1
-0
/
+4
2024-03-28
inet: inet_defrag: prevent sk release while still in use
Florian Westphal
1
-1
/
+1
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
1
-2
/
+2
2024-03-01
ipv6: annotate data-races around cnf.hop_limit
Eric Dumazet
1
-2
/
+2
2024-01-29
netfilter: xtables: allow xtables-nft only builds
Florian Westphal
2
-7
/
+15
2024-01-17
netfilter: bridge: replace physindev with physinif in nf_bridge_info
Pavel Tikhomirov
1
-3
/
+8
2024-01-17
netfilter: propagate net to nf_bridge_get_physindev
Pavel Tikhomirov
1
-1
/
+1
2023-11-08
netfilter: add missing module descriptions
Florian Westphal
4
-0
/
+4
2023-10-18
netfilter: xt_mangle: only check verdict part of return value
Florian Westphal
1
-4
/
+5
2023-08-29
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+2
2023-08-15
netfilter: Update to register_net_sysctl_sz
Joel Granados
1
-1
/
+2
2023-07-28
netfilter: defrag: Add glue hooks for enabling/disabling defrag
Daniel Xu
1
-0
/
+11
2023-03-22
xtables: move icmp/icmpv6 logic to xt_tcpudp
Florian Westphal
1
-67
/
+1
2023-03-06
netfilter: tproxy: fix deadlock due to missing BH disable
Florian Westphal
1
-1
/
+1
2023-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2
-3
/
+8
2023-02-22
netfilter: x_tables: fix percpu counter block leak on error path when creatin...
Pavel Tikhomirov
1
-0
/
+4
2023-02-22
netfilter: ebtables: fix table blob use-after-free
Florian Westphal
1
-2
/
+1
2023-02-22
netfilter: ip6t_rpfilter: Fix regression with VRF interfaces
Phil Sutter
1
-1
/
+3
2023-02-17
netfilter: let reset rules clean out conntrack entries
Florian Westphal
1
-0
/
+1
2022-11-15
netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters
Phil Sutter
1
-1
/
+2
2022-10-31
net: dropreason: add SKB_DROP_REASON_DUP_FRAG
Eric Dumazet
1
-1
/
+1
2022-10-19
netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.
Guillaume Nault
2
-0
/
+3
2022-10-12
netfilter: rpfilter/fib: Populate flowic_l3mdev field
Phil Sutter
2
-9
/
+5
2022-09-28
netfilter: nft_fib: Fix for rpath check with VRF devices
Phil Sutter
1
-1
/
+5
2022-09-20
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
2
-6
/
+6
2022-08-24
netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increases
Eric Dumazet
1
-1
/
+0
2022-05-13
netfilter: conntrack: skip verification of zero UDP checksum
Kevin Mitchell
1
-2
/
+2
2022-04-11
netfilter: nft_fib: reverse path filter for policy-based routing on iif
Pablo Neira Ayuso
1
-0
/
+4
2022-03-20
netfilter: nft_fib: add reduce support
Florian Westphal
1
-0
/
+2
2022-03-20
netfilter: nf_tables: do not reduce read-only expressions
Pablo Neira Ayuso
2
-0
/
+2
2022-03-03
net: ipv6: Handle delivery_time in ipv6 defrag
Martin KaFai Lau
1
-0
/
+1
2022-01-27
netfilter: Remove flowtable relics
Geert Uytterhoeven
3
-7
/
+0
2021-12-23
netfilter: flowtable: remove ipv4/ipv6 modules
Florian Westphal
2
-44
/
+2
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-42
/
+6
2021-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
6
-44
/
+14
2021-10-14
netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6
Xin Long
1
-42
/
+6
2021-10-14
netfilter: ip6tables: allow use of ip6t_do_table as hookfn
Florian Westphal
6
-44
/
+14
2021-09-28
netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1
Florian Westphal
2
-17
/
+10
2021-09-15
netfilter: ip6_tables: zero-initialize fragment offset
Jeremy Sowden
1
-0
/
+1
2021-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-3
/
+1
2021-09-03
netfilter: socket: icmp6: fix use-after-scope
Benjamin Hesmans
1
-3
/
+1
2021-08-09
netfilter: x_tables: never register tables by default
Florian Westphal
5
-51
/
+56
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+18
[next]