index
:
linux-stable.git
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.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
*
NET: Fix /proc/net/arp for AX.25
Ralf Baechle
2017-06-17
1
-6
/
+6
*
net: ping: do not abuse udp_poll()
Eric Dumazet
2017-06-14
1
-1
/
+1
*
tcp: disallow cwnd undo when switching congestion control
Yuchung Cheng
2017-06-14
1
-0
/
+1
*
ipv4: add reference counting to metrics
Eric Dumazet
2017-06-07
2
-8
/
+19
*
tcp: avoid fastopen API to be used on AF_UNSPEC
Wei Wang
2017-06-07
1
-2
/
+5
*
net: Improve handling of failures on link and route dumps
David Ahern
2017-06-07
2
-16
/
+25
*
tcp: eliminate negative reordering in tcp_clean_rtx_queue
Soheil Hassas Yeganeh
2017-06-07
1
-1
/
+1
*
tcp: avoid fragmenting peculiar skbs in SACK
Yuchung Cheng
2017-06-07
1
-4
/
+5
*
dccp/tcp: do not inherit mc_list from parent
Eric Dumazet
2017-06-07
1
-0
/
+2
*
ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
Alexander Potapenko
2017-05-14
1
-0
/
+3
*
tcp: do not inherit fastopen_req from parent
Eric Dumazet
2017-05-14
1
-0
/
+1
*
tcp: fix wraparound issue in tcp_lp
Eric Dumazet
2017-05-14
1
-2
/
+4
*
tcp: do not underestimate skb->truesize in tcp_trim_head()
Eric Dumazet
2017-05-14
1
-7
/
+12
*
tcp: clear saved_syn in tcp_disconnect()
Eric Dumazet
2017-05-02
1
-0
/
+1
*
net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
Florian Larysch
2017-05-02
1
-1
/
+1
*
ping: implement proper locking
Eric Dumazet
2017-04-30
1
-2
/
+3
*
tcp: initialize icsk_ack.lrcvtime at session start time
Eric Dumazet
2017-03-30
2
-1
/
+2
*
ipv4: provide stronger user input validation in nl_fib_input()
Eric Dumazet
2017-03-30
1
-1
/
+2
*
dccp/tcp: fix routing redirect race
Jon Maxwell
2017-03-22
1
-1
/
+2
*
tcp: fix various issues for sockets morphing to listen state
Eric Dumazet
2017-03-22
2
-4
/
+9
*
ipv4: mask tos for input route
Julian Anastasov
2017-03-22
1
-0
/
+1
*
ip: fix IP_CHECKSUM handling
Paolo Abeni
2017-02-26
1
-4
/
+4
*
ping: fix a null pointer dereference
WANG Cong
2017-02-18
1
-0
/
+2
*
tcp: avoid infinite loop in tcp_splice_read()
Eric Dumazet
2017-02-18
1
-0
/
+6
*
netlabel: out of bound access in cipso_v4_validate()
Eric Dumazet
2017-02-18
1
-0
/
+4
*
ipv4: keep skb->dst around in presence of IP options
Eric Dumazet
2017-02-18
1
-1
/
+8
*
tcp: fix 0 divide in __tcp_select_window()
Eric Dumazet
2017-02-18
1
-2
/
+4
*
tcp: initialize max window for a new fastopen socket
Alexey Kodanev
2017-02-04
1
-0
/
+1
*
tcp: fix tcp_fastopen unaligned access complaints on sparc
Shannon Nelson
2017-02-04
1
-1
/
+1
*
net: ipv4: fix table id in getroute response
David Ahern
2017-02-04
1
-1
/
+1
*
net: lwtunnel: Handle lwtunnel_fill_encap failure
David Ahern
2017-02-04
1
-4
/
+7
*
net: ipv4: Fix multipath selection with vrf
David Ahern
2017-01-15
1
-2
/
+7
*
ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules
Alexander Duyck
2017-01-15
1
-1
/
+1
*
igmp: Make igmp group member RFC 3376 compliant
Michal Tesar
2017-01-15
1
-1
/
+6
*
esp4: Fix integrity verification when ESN are used
Tobias Brunner
2016-12-10
1
-1
/
+1
*
ipv4: Set skb->protocol properly for local output
Eli Cooper
2016-12-10
1
-0
/
+3
*
net: ping: check minimum size on ICMP header length
Kees Cook
2016-12-10
1
-0
/
+4
*
tcp: take care of truncations done by sk_filter()
Eric Dumazet
2016-11-21
1
-1
/
+18
*
ipv4: use new_gw for redirect neigh lookup
Stephen Suryaputra Lin
2016-11-21
1
-1
/
+3
*
fib_trie: Correct /proc/net/route off by one error
Alexander Duyck
2016-11-21
1
-12
/
+9
*
tcp: fix potential memory corruption
Eric Dumazet
2016-11-21
1
-1
/
+1
*
dctcp: avoid bogus doubling of cwnd after loss
Florian Westphal
2016-11-21
1
-1
/
+12
*
udp: fix IP_CHECKSUM handling
Eric Dumazet
2016-11-15
2
-5
/
+7
*
ipv4: use the right lock for ping_group_range
WANG Cong
2016-11-15
1
-4
/
+4
*
ipv4: disable BH in set_ping_group_range()
Eric Dumazet
2016-11-15
1
-2
/
+2
*
net: add recursion limit to GRO
Sabrina Dubroca
2016-11-15
4
-6
/
+6
*
ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route
Nikolay Aleksandrov
2016-11-15
2
-2
/
+4
*
tcp: fix a compile error in DBGUNDO()
Eric Dumazet
2016-11-15
1
-2
/
+1
*
tcp: fix wrong checksum calculation on MTU probing
Douglas Caetano dos Santos
2016-11-15
1
-5
/
+7
*
tcp: fix overflow in __tcp_retransmit_skb()
Eric Dumazet
2016-11-15
1
-1
/
+2
[next]