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
2015-08-07
udp: fix behavior of wrong checksums
Eric Dumazet
1
-4
/
+2
2015-05-09
tcp: avoid looping in tcp_send_fin()
Eric Dumazet
1
-20
/
+27
2015-05-09
ip_forward: Drop frames with attached skb->sk
Sebastian Pöhn
1
-0
/
+3
2015-05-09
tcp: make connect() mem charging friendly
Eric Dumazet
1
-5
/
+2
2015-05-09
net: avoid to hang up on sending due to sysctl configuration overflow.
bingtian.ly@taobao.com
1
-5
/
+7
2015-05-09
net: ping: Return EAFNOSUPPORT when appropriate.
Lorenzo Colitti
1
-1
/
+6
2015-05-09
udp: only allow UFO for packets from SOCK_DGRAM sockets
Michal Kubeček
1
-1
/
+2
2015-05-09
ipv4: ip_check_defrag should not assume that skb_network_offset is zero
Alexander Drozdov
1
-4
/
+7
2015-05-09
ping: Fix race in free in receive path
subashab@codeaurora.org
1
-1
/
+4
2015-05-09
ip: zero sockaddr returned on error queue
Willem de Bruijn
1
-6
/
+2
2015-05-09
ipv4: Missing sk_nulls_node_init() in ping_unhash().
David S. Miller
1
-0
/
+1
2015-05-09
ipv4: ip_check_defrag should correctly check return value of skb_copy_bits
Alexander Drozdov
1
-1
/
+1
2015-02-20
Revert "tcp: Apply device TSO segment limit earlier"
Ben Hutchings
3
-17
/
+11
2015-02-20
ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs
Daniel Borkmann
1
-6
/
+5
2015-02-20
ipv4: Remove all uses of LL_ALLOCATED_SPACE
Herbert Xu
4
-10
/
+22
2015-01-01
ipv4: dst_entry leak in ip_send_unicast_reply()
Vasily Averin
1
-3
/
+9
2015-01-01
tcp: md5: do not use alloc_percpu()
Eric Dumazet
1
-39
/
+20
2015-01-01
tcp: md5: remove spinlock usage in fast path
Eric Dumazet
3
-89
/
+23
2015-01-01
ipv4: fix nexthop attlen check in fib_nh_match
Jiri Pirko
1
-1
/
+1
2014-12-14
Patch for 3.2.x, 3.4.x IP identifier regression
Jeffrey Knockel
1
-1
/
+1
2014-12-14
tcp: be more strict before accepting ECN negociation
Eric Dumazet
1
-1
/
+1
2014-11-05
ipv4: disable bh while doing route gc
Marcelo Ricardo Leitner
1
-2
/
+2
2014-11-05
ipv4: avoid parallel route cache gc executions
Marcelo Ricardo Leitner
1
-5
/
+16
2014-11-05
ipv4: move route garbage collector to work queue
Marcelo Ricardo Leitner
1
-14
/
+29
2014-09-13
tcp: Fix integer-overflow in TCP vegas
Christoph Paasch
1
-1
/
+2
2014-09-13
tcp: Fix integer-overflows in TCP veno
Christoph Paasch
1
-1
/
+1
2014-09-13
ip: make IP identifiers less predictable
Eric Dumazet
1
-3
/
+33
2014-09-13
inetpeer: get rid of ip_id_count
Eric Dumazet
7
-64
/
+27
2014-09-13
netlabel: fix a problem when setting bits below the previously lowest bit
Paul Moore
1
-3
/
+3
2014-08-06
netfilter: ipt_ULOG: fix info leaks
Mathias Krause
1
-6
/
+1
2014-08-06
ipv4: fix buffer overflow in ip_options_compile()
Eric Dumazet
1
-0
/
+4
2014-08-06
igmp: fix the problem when mc leave group
dingtianhong
1
-4
/
+6
2014-08-06
tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb
Neal Cardwell
1
-1
/
+1
2014-08-06
Revert "net: ip, ipv6: handle gso skbs in forwarding path"
Ben Hutchings
1
-66
/
+2
2014-08-06
Revert "net: ipv4: ip_forward: fix inverted local_df test"
Ben Hutchings
1
-2
/
+2
2014-07-11
net: tunnels - enable module autoloading
Tom Gundersen
1
-0
/
+1
2014-06-09
ipv4: initialise the itag variable in __mkroute_input
Li RongQing
1
-1
/
+1
2014-06-09
ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation
Sergey Popovich
1
-1
/
+1
2014-06-09
net: ipv4: ip_forward: fix inverted local_df test
Florian Westphal
1
-2
/
+2
2014-06-09
tcp_cubic: fix the range of delayed_ack
Liu Yu
1
-1
/
+1
2014-06-09
net: ipv4: current group_info should be put after using.
Wang, Xiaoming
1
-4
/
+11
2014-06-09
netfilter: Can't fail and free after table replacement
Thomas Graf
2
-4
/
+8
2014-04-09
net: ip, ipv6: handle gso skbs in forwarding path
Florian Westphal
1
-2
/
+66
2014-02-15
net: avoid reference counter overflows on fib_rules in multicast forwarding
Hannes Frederic Sowa
1
-2
/
+5
2014-02-15
inet_diag: fix inet_diag_dump_icsk() timewait socket state logic
Neal Cardwell
1
-1
/
+3
2014-02-15
net: inet_diag: zero out uninitialized idiag_{src,dst} fields
Daniel Borkmann
1
-0
/
+16
2014-01-03
inet: fix possible seqlock deadlocks
Eric Dumazet
3
-3
/
+3
2014-01-03
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...
Hannes Frederic Sowa
4
-4
/
+5
2014-01-03
inet: prevent leakage of uninitialized memory to user in recv syscalls
Hannes Frederic Sowa
3
-14
/
+6
2014-01-03
ipv4: fix possible seqlock deadlock
Eric Dumazet
1
-1
/
+1
[next]