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
2014-08-07
Revert: "net: ip, ipv6: handle gso skbs in forwarding path"
Greg Kroah-Hartman
1
-66
/
+2
2014-07-28
ipv4: fix buffer overflow in ip_options_compile()
Eric Dumazet
1
-0
/
+4
2014-07-28
tcp: fix false undo corner cases
Yuchung Cheng
2
-6
/
+8
2014-07-28
igmp: fix the problem when mc leave group
dingtianhong
1
-4
/
+6
2014-07-28
tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb
Neal Cardwell
1
-1
/
+1
2014-06-26
net: tunnels - enable module autoloading
Tom Gundersen
1
-0
/
+1
2014-06-16
netfilter: ipv4: defrag: set local_df flag on defragmented skb
Florian Westphal
1
-2
/
+3
2014-06-07
ipv4: initialise the itag variable in __mkroute_input
Li RongQing
1
-1
/
+1
2014-06-07
ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation
Sergey Popovich
1
-1
/
+1
2014-06-07
net: ipv4: ip_forward: fix inverted local_df test
Florian Westphal
1
-2
/
+2
2014-06-07
tcp_cubic: fix the range of delayed_ack
Liu Yu
1
-1
/
+1
2014-06-07
net: ipv4: current group_info should be put after using.
Wang, Xiaoming
1
-4
/
+11
2014-05-18
netfilter: Can't fail and free after table replacement
Thomas Graf
2
-4
/
+8
2014-03-11
net: ip, ipv6: handle gso skbs in forwarding path
Florian Westphal
1
-2
/
+66
2014-02-06
net: avoid reference counter overflows on fib_rules in multicast forwarding
Hannes Frederic Sowa
1
-2
/
+5
2014-02-06
inet_diag: fix inet_diag_dump_icsk() timewait socket state logic
Neal Cardwell
1
-1
/
+3
2014-01-15
net: inet_diag: zero out uninitialized idiag_{src,dst} fields
Daniel Borkmann
1
-0
/
+16
2013-12-20
Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"
Greg Kroah-Hartman
1
-3
/
+0
2013-12-11
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
Shawn Landden
1
-0
/
+3
2013-12-08
inet: fix possible seqlock deadlocks
Eric Dumazet
3
-3
/
+3
2013-12-08
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
Shawn Landden
1
-0
/
+3
2013-12-08
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...
Hannes Frederic Sowa
4
-4
/
+5
2013-12-08
inet: prevent leakage of uninitialized memory to user in recv syscalls
Hannes Frederic Sowa
3
-14
/
+6
2013-12-08
ipv4: fix possible seqlock deadlock
Eric Dumazet
1
-1
/
+1
2013-11-04
inet: fix possible memory corruption with UDP_CORK and UFO
Hannes Frederic Sowa
1
-1
/
+1
2013-11-04
ipv4: fix ineffective source address selection
Jiri Benc
1
-1
/
+1
2013-11-04
net: do not call sock_put() on TIMEWAIT sockets
Eric Dumazet
1
-1
/
+1
2013-11-04
tcp: do not forget FIN in tcp_shifted_skb()
Eric Dumazet
1
-1
/
+4
2013-11-04
tcp: must unclone packets before mangling them
Eric Dumazet
1
-3
/
+6
2013-10-13
ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put
Salam Noureddine
1
-2
/
+2
2013-10-13
ip: generate unique IP identificator if local fragmentation is allowed
Ansis Atteka
6
-10
/
+10
2013-10-13
ip: use ip_hdr() in __ip_make_skb() to retrieve IP header
Ansis Atteka
1
-1
/
+1
2013-09-14
tcp: cubic: fix bug in bictcp_acked()
Eric Dumazet
1
-1
/
+1
2013-09-14
tcp: cubic: fix overflow error in bictcp_update()
Eric Dumazet
1
-4
/
+6
2013-09-14
fib_trie: remove potential out of bound access
Eric Dumazet
1
-4
/
+1
2013-08-11
sysctl net: Keep tcp_syn_retries inside the boundary
Michal Tesar
1
-1
/
+5
2013-07-28
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...
Hannes Frederic Sowa
1
-1
/
+2
2013-07-28
ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.
Aydin Arik
1
-2
/
+2
2013-06-27
ip_tunnel: fix kernel panic with icmp_dest_unreach
Eric Dumazet
2
-2
/
+2
2013-06-27
tcp: xps: fix reordering issues
Eric Dumazet
1
-4
/
+6
2013-06-27
tcp: bug fix in proportional rate reduction.
Nandita Dukkipati
1
-10
/
+13
2013-06-27
tcp: fix tcp_md5_hash_skb_data()
Eric Dumazet
1
-2
/
+5
2013-05-01
net: drop dst before queueing fragments
Eric Dumazet
1
-4
/
+11
2013-05-01
tcp: call tcp_replace_ts_recent() from tcp_ack()
Eric Dumazet
1
-33
/
+32
2013-05-01
esp4: fix error return code in esp_output()
Wei Yongjun
1
-3
/
+3
2013-05-01
tcp: Reallocate headroom if it would overflow csum_start
Thomas Graf
1
-2
/
+6
2013-05-01
tcp: incoming connections might use wrong route under synflood
Dmitry Popov
1
-2
/
+2
2013-04-05
tcp: undo spurious timeout after SACK reneging
Yuchung Cheng
1
-5
/
+2
2013-04-05
tcp: preserve ACK clocking in TSO
Eric Dumazet
1
-2
/
+5
2013-03-28
inet: limit length of fragment queue hash table bucket lists
Hannes Frederic Sowa
2
-8
/
+23
[next]