index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-03
Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-3
/
+4
2024-12-23
net: Fix netns for ip_tunnel_init_flow()
Xiao Liang
1
-3
/
+3
2024-12-23
net: fix memory leak in tcp_conn_request()
Wang Liang
1
-0
/
+1
2024-12-20
tcp_bpf: Fix copied value in tcp_bpf_sendmsg
Levi Zim
1
-4
/
+4
2024-12-20
tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirection
Zijian Zhang
1
-1
/
+3
2024-12-20
tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
Cong Wang
1
-1
/
+1
2024-12-12
Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-6
/
+11
2024-12-10
tcp: check space before adding MPTCP SYN options
MoYuanhao
1
-2
/
+4
2024-12-10
udp: fix l4 hash after reconnect
Paolo Abeni
1
-3
/
+5
2024-12-07
ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().
Kuniyuki Iwashima
1
-1
/
+2
2024-12-06
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-7
/
+4
2024-12-04
ipmr: tune the ipmr_can_free_table() checks.
Paolo Abeni
1
-1
/
+1
2024-12-03
Revert "udp: avoid calling sock_def_readable() if possible"
Fernando Fernandez Mancera
1
-11
/
+3
2024-11-30
net: Fix icmp host relookup triggering ip_rt_bug
Dong Chenchen
1
-0
/
+3
2024-11-30
tcp: populate XPS related fields of timewait sockets
Eric Dumazet
1
-0
/
+4
2024-11-28
ipmr: fix build with clang and DEBUG_NET disabled.
Paolo Abeni
1
-1
/
+1
2024-11-28
ipmr: fix tables suspicious RCU usage
Paolo Abeni
1
-13
/
+29
2024-11-28
ipmr: add debug check for mr table cleanup
Paolo Abeni
1
-0
/
+14
2024-11-28
tcp: Fix use-after-free of nreq in reqsk_timer_handler().
Kuniyuki Iwashima
1
-1
/
+1
2024-11-26
tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg
Zijian Zhang
1
-7
/
+4
2024-11-18
net: ip: fix unexpected return in fib_validate_source()
Menglong Dong
1
-1
/
+1
2024-11-18
ipv6/udp: Add 4-tuple hash for connected socket
Philo Lu
1
-1
/
+1
2024-11-18
ipv4/udp: Add 4-tuple hash for connected socket
Philo Lu
1
-3
/
+194
2024-11-18
net/udp: Add 4-tuple hash list basis
Philo Lu
1
-2
/
+4
2024-11-18
net/udp: Add a new struct for hash2 slot
Philo Lu
1
-21
/
+23
2024-11-18
Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
2
-4
/
+5
2024-11-15
Merge tag 'nf-next-24-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
4
-4
/
+5
2024-11-15
netfilter: nf_dup4: Convert nf_dup_ipv4_route() to dscp_t.
Guillaume Nault
1
-1
/
+1
2024-11-15
netfilter: nft_fib: Convert nft_fib4_eval() to dscp_t.
Guillaume Nault
1
-1
/
+2
2024-11-15
netfilter: rpfilter: Convert rpfilter_mt() to dscp_t.
Guillaume Nault
1
-1
/
+1
2024-11-15
netfilter: ipv4: Convert ip_route_me_harder() to dscp_t.
Guillaume Nault
1
-1
/
+1
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2024-11-13
ipmr: Fix access to mfc_cache_list without lock held
Breno Leitao
1
-1
/
+2
2024-11-12
net: ip: make ip_route_use_hint() return drop reasons
Menglong Dong
2
-16
/
+21
2024-11-12
net: ip: make ip_mkroute_input/__mkroute_input return drop reasons
Menglong Dong
1
-16
/
+18
2024-11-12
net: ip: make ip_route_input() return drop reasons
Menglong Dong
2
-2
/
+2
2024-11-12
net: ip: make ip_route_input_noref() return drop reasons
Menglong Dong
3
-11
/
+14
2024-11-12
net: ip: make ip_route_input_rcu() return drop reasons
Menglong Dong
1
-9
/
+10
2024-11-12
net: ip: make ip_route_input_slow() return drop reasons
Menglong Dong
1
-21
/
+35
2024-11-12
net: ip: make ip_mc_validate_source() return drop reason
Menglong Dong
1
-16
/
+19
2024-11-12
net: ip: make ip_route_input_mc() return drop reason
Menglong Dong
1
-10
/
+11
2024-11-12
net: ip: make fib_validate_source() support drop reasons
Menglong Dong
3
-22
/
+32
2024-11-11
net: ipv4: Cache pmtu for all packet paths if multipath enabled
Vladimir Vdovin
1
-0
/
+13
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
4
-20
/
+12
2024-11-09
neighbour: Remove bare neighbour::next pointer
Gilad Naaman
1
-1
/
+1
2024-11-07
Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
1
-2
/
+14
2024-11-06
xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.
Guillaume Nault
1
-1
/
+2
2024-11-03
net/tcp: Add missing lockdep annotations for TCP-AO hlist traversals
Dmitry Safonov
2
-20
/
+25
2024-11-03
net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason()
Yafang Shao
1
-2
/
+2
2024-10-31
tcp: only release congestion control if it has been initialized
Pengcheng Yang
2
-2
/
+3
[next]