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
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2024-08-19
ipv4: Fix incorrect source address in Record Route option
Ido Schimmel
1
-1
/
+1
2024-08-19
net: ip_rt_get_source() - use new style struct initializer instead of memset
Maciej Żenczykowski
1
-12
/
+9
2024-07-27
net: relax socket state check at accept time.
Paolo Abeni
1
-1
/
+3
2024-07-18
tcp: avoid too many retransmit packets
Eric Dumazet
1
-5
/
+17
2024-07-18
tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
Eric Dumazet
1
-1
/
+6
2024-07-18
net: tcp: fix unexcepted socket die when snd_wnd is 0
Menglong Dong
1
-1
/
+17
2024-07-18
tcp: refactor tcp_retransmit_timer()
Eric Dumazet
1
-2
/
+8
2024-07-18
tcp: fix incorrect undo caused by DSACK of TLP retransmit
Neal Cardwell
2
-3
/
+10
2024-07-18
inet_diag: Initialize pad field in struct inet_diag_req_v2
Shigeru Yoshida
1
-0
/
+2
2024-07-18
tcp_metrics: validate source addr length
Jakub Kicinski
1
-0
/
+1
2024-07-18
UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()
Neal Cardwell
1
-1
/
+1
2024-07-18
net: tcp better handling of reordering then loss cases
Yuchung Cheng
1
-19
/
+26
2024-07-18
tcp: add ece_ack flag to reno sack functions
Yousuk Seung
1
-10
/
+12
2024-07-18
tcp: tcp_mark_head_lost is only valid for sack-tcp
zhang kai
1
-25
/
+7
2024-07-18
tcp: take care of compressed acks in tcp_add_reno_sack()
Eric Dumazet
1
-25
/
+33
2024-07-05
tcp: Fix data races around icsk->icsk_af_ops.
Kuniyuki Iwashima
1
-4
/
+6
2024-07-05
ipv6: Fix data races around sk->sk_prot.
Kuniyuki Iwashima
1
-7
/
+16
2024-07-05
ipv6: annotate some data-races around sk->sk_prot
Eric Dumazet
1
-4
/
+11
2024-07-05
cipso: fix total option length computation
Ondrej Mosnacek
1
-4
/
+8
2024-07-05
tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
Jason Xing
1
-1
/
+5
2024-06-16
net: fix __dst_negative_advice() race
Eric Dumazet
1
-14
/
+8
2024-06-16
tcp: Fix shift-out-of-bounds in dctcp_update_alpha().
Kuniyuki Iwashima
1
-1
/
+12
2024-05-17
tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
Kuniyuki Iwashima
1
-1
/
+7
2024-05-17
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
Eric Dumazet
3
-3
/
+7
2024-05-17
tcp: remove redundant check on tskb
Colin Ian King
1
-5
/
+2
2024-05-02
udp: preserve the connected status if only UDP cmsg
Yick Xie
1
-2
/
+3
2024-05-02
tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()
Eric Dumazet
1
-22
/
+19
2024-05-02
tcp: Clean up kernel listener's reqsk in inet_twsk_purge()
Kuniyuki Iwashima
1
-1
/
+14
2024-05-02
ipv4/route: avoid unused-but-set-variable warning
Arnd Bergmann
1
-3
/
+1
2024-04-13
ip_gre: do not report erspan version on GRE interface
Hangbin Liu
1
-19
/
+29
2024-04-13
erspan: Check IFLA_GRE_ERSPAN_VER is set.
William Tu
1
-1
/
+2
2024-04-13
erspan: make sure erspan_base_hdr is present in skb->head
Eric Dumazet
1
-0
/
+5
2024-04-13
erspan: Add type I version 0 support.
William Tu
1
-15
/
+43
2024-04-13
tcp: properly terminate timers for kernel sockets
Eric Dumazet
2
-0
/
+16
2024-03-26
udp: fix incorrect parameter validation in the udp_lib_getsockopt() function
Gavrilov Ilia
1
-2
/
+2
2024-03-26
tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function
Gavrilov Ilia
1
-2
/
+2
2024-02-23
inet: read sk->sk_family once in inet_recv_error()
Eric Dumazet
1
-2
/
+4
2024-02-23
net: ipv4: fix a memleak in ip_setup_cork
Zhipeng Lu
1
-6
/
+6
2024-02-23
tcp: Add memory barrier to tcp_push()
Salvatore Dipietro
1
-0
/
+1
2023-12-20
net: Remove acked SYN flag from packet in the transmit queue correctly
Dong Chenchen
1
-0
/
+6
2023-12-13
tcp: do not accept ACK of bytes we never sent
Eric Dumazet
1
-1
/
+5
2023-12-13
ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()
Shigeru Yoshida
1
-4
/
+7
2023-12-08
ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
Zhengchao Shao
1
-2
/
+4
2023-12-08
ipv4: Correct/silence an endian warning in __ip_do_redirect
Kunwu Chan
1
-1
/
+1
2023-11-28
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
1
-1
/
+1
2023-11-20
tcp_metrics: do not create an entry from tcp_init_metrics()
Eric Dumazet
1
-1
/
+1
2023-11-20
tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()
Eric Dumazet
1
-5
/
+4
2023-11-20
tcp_metrics: add missing barriers on delete
Eric Dumazet
1
-2
/
+2
2023-10-25
tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb
Eric Dumazet
1
-2
/
+14
2023-10-25
tcp: fix excessive TLP and RACK timeouts from HZ rounding
Neal Cardwell
2
-5
/
+6
[next]