index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
udp: fix behavior of wrong checksums
Eric Dumazet
2015-08-07
1
-4
/
+2
*
tcp: avoid looping in tcp_send_fin()
Eric Dumazet
2015-05-09
1
-20
/
+27
*
ip_forward: Drop frames with attached skb->sk
Sebastian Pöhn
2015-05-09
1
-0
/
+3
*
tcp: make connect() mem charging friendly
Eric Dumazet
2015-05-09
1
-5
/
+2
*
net: avoid to hang up on sending due to sysctl configuration overflow.
bingtian.ly@taobao.com
2015-05-09
1
-5
/
+7
*
net: ping: Return EAFNOSUPPORT when appropriate.
Lorenzo Colitti
2015-05-09
1
-1
/
+6
*
udp: only allow UFO for packets from SOCK_DGRAM sockets
Michal Kubeček
2015-05-09
1
-1
/
+2
*
ipv4: ip_check_defrag should not assume that skb_network_offset is zero
Alexander Drozdov
2015-05-09
1
-4
/
+7
*
ping: Fix race in free in receive path
subashab@codeaurora.org
2015-05-09
1
-1
/
+4
*
ip: zero sockaddr returned on error queue
Willem de Bruijn
2015-05-09
1
-6
/
+2
*
ipv4: Missing sk_nulls_node_init() in ping_unhash().
David S. Miller
2015-05-09
1
-0
/
+1
*
ipv4: ip_check_defrag should correctly check return value of skb_copy_bits
Alexander Drozdov
2015-05-09
1
-1
/
+1
*
Revert "tcp: Apply device TSO segment limit earlier"
Ben Hutchings
2015-02-20
3
-17
/
+11
*
ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs
Daniel Borkmann
2015-02-20
1
-6
/
+5
*
ipv4: Remove all uses of LL_ALLOCATED_SPACE
Herbert Xu
2015-02-20
4
-10
/
+22
*
ipv4: dst_entry leak in ip_send_unicast_reply()
Vasily Averin
2015-01-01
1
-3
/
+9
*
tcp: md5: do not use alloc_percpu()
Eric Dumazet
2015-01-01
1
-39
/
+20
*
tcp: md5: remove spinlock usage in fast path
Eric Dumazet
2015-01-01
3
-89
/
+23
*
ipv4: fix nexthop attlen check in fib_nh_match
Jiri Pirko
2015-01-01
1
-1
/
+1
*
Patch for 3.2.x, 3.4.x IP identifier regression
Jeffrey Knockel
2014-12-14
1
-1
/
+1
*
tcp: be more strict before accepting ECN negociation
Eric Dumazet
2014-12-14
1
-1
/
+1
*
ipv4: disable bh while doing route gc
Marcelo Ricardo Leitner
2014-11-05
1
-2
/
+2
*
ipv4: avoid parallel route cache gc executions
Marcelo Ricardo Leitner
2014-11-05
1
-5
/
+16
*
ipv4: move route garbage collector to work queue
Marcelo Ricardo Leitner
2014-11-05
1
-14
/
+29
*
tcp: Fix integer-overflow in TCP vegas
Christoph Paasch
2014-09-13
1
-1
/
+2
*
tcp: Fix integer-overflows in TCP veno
Christoph Paasch
2014-09-13
1
-1
/
+1
*
ip: make IP identifiers less predictable
Eric Dumazet
2014-09-13
1
-3
/
+33
*
inetpeer: get rid of ip_id_count
Eric Dumazet
2014-09-13
7
-64
/
+27
*
netlabel: fix a problem when setting bits below the previously lowest bit
Paul Moore
2014-09-13
1
-3
/
+3
*
netfilter: ipt_ULOG: fix info leaks
Mathias Krause
2014-08-06
1
-6
/
+1
*
ipv4: fix buffer overflow in ip_options_compile()
Eric Dumazet
2014-08-06
1
-0
/
+4
*
igmp: fix the problem when mc leave group
dingtianhong
2014-08-06
1
-4
/
+6
*
tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb
Neal Cardwell
2014-08-06
1
-1
/
+1
*
Revert "net: ip, ipv6: handle gso skbs in forwarding path"
Ben Hutchings
2014-08-06
1
-66
/
+2
*
Revert "net: ipv4: ip_forward: fix inverted local_df test"
Ben Hutchings
2014-08-06
1
-2
/
+2
*
net: tunnels - enable module autoloading
Tom Gundersen
2014-07-11
1
-0
/
+1
*
ipv4: initialise the itag variable in __mkroute_input
Li RongQing
2014-06-09
1
-1
/
+1
*
ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation
Sergey Popovich
2014-06-09
1
-1
/
+1
*
net: ipv4: ip_forward: fix inverted local_df test
Florian Westphal
2014-06-09
1
-2
/
+2
*
tcp_cubic: fix the range of delayed_ack
Liu Yu
2014-06-09
1
-1
/
+1
*
net: ipv4: current group_info should be put after using.
Wang, Xiaoming
2014-06-09
1
-4
/
+11
*
netfilter: Can't fail and free after table replacement
Thomas Graf
2014-06-09
2
-4
/
+8
*
net: ip, ipv6: handle gso skbs in forwarding path
Florian Westphal
2014-04-09
1
-2
/
+66
*
net: avoid reference counter overflows on fib_rules in multicast forwarding
Hannes Frederic Sowa
2014-02-15
1
-2
/
+5
*
inet_diag: fix inet_diag_dump_icsk() timewait socket state logic
Neal Cardwell
2014-02-15
1
-1
/
+3
*
net: inet_diag: zero out uninitialized idiag_{src,dst} fields
Daniel Borkmann
2014-02-15
1
-0
/
+16
*
inet: fix possible seqlock deadlocks
Eric Dumazet
2014-01-03
3
-3
/
+3
*
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...
Hannes Frederic Sowa
2014-01-03
4
-4
/
+5
*
inet: prevent leakage of uninitialized memory to user in recv syscalls
Hannes Frederic Sowa
2014-01-03
3
-14
/
+6
*
ipv4: fix possible seqlock deadlock
Eric Dumazet
2014-01-03
1
-1
/
+1
[next]