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.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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-23
8
-14
/
+44
|
\
|
*
tcp: properly account Fast Open SYN-ACK retrans
Yuchung Cheng
2016-09-22
3
-1
/
+4
|
*
tcp: fix under-accounting retransmit SNMP counters
Yuchung Cheng
2016-09-22
1
-1
/
+1
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2016-09-22
1
-1
/
+14
|
|
\
|
|
*
vti: use right inner_mode for inbound inter address family policy checks
thomas.zeitlhofer+lkml@ze-it.at
2016-09-09
1
-1
/
+14
|
*
|
net: get rid of an signed integer overflow in ip_idents_reserve()
Eric Dumazet
2016-09-22
1
-2
/
+8
|
*
|
ipmr, ip6mr: return lastuse relative to now
Nikolay Aleksandrov
2016-09-21
1
-2
/
+5
|
*
|
tcp: fix overflow in __tcp_retransmit_skb()
Eric Dumazet
2016-09-17
1
-1
/
+2
|
*
|
net: VRF: Pass original iif to ip_route_input()
Mark Tomlinson
2016-09-16
1
-2
/
+3
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2016-09-13
1
-4
/
+7
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
netfilter: nft_chain_route: re-route before skb is queued to userspace
Liping Zhang
2016-09-06
1
-4
/
+7
*
|
|
tcp: implement TSQ for retransmits
Eric Dumazet
2016-09-22
1
-25
/
+47
*
|
|
tcp_bbr: add BBR congestion control
Neal Cardwell
2016-09-21
3
-0
/
+915
*
|
|
tcp: new CC hook to set sending rate with rate_sample in any CA state
Yuchung Cheng
2016-09-21
2
-4
/
+15
*
|
|
tcp: allow congestion control to expand send buffer differently
Yuchung Cheng
2016-09-21
1
-1
/
+3
*
|
|
tcp: export tcp_mss_to_mtu() for congestion control modules
Neal Cardwell
2016-09-21
1
-0
/
+1
*
|
|
tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segments
Neal Cardwell
2016-09-21
1
-3
/
+6
*
|
|
tcp: allow congestion control module to request TSO skb segment count
Neal Cardwell
2016-09-21
1
-2
/
+13
*
|
|
tcp: export data delivery rate
Yuchung Cheng
2016-09-21
2
-2
/
+21
*
|
|
tcp: track application-limited rate samples
Soheil Hassas Yeganeh
2016-09-21
3
-1
/
+39
*
|
|
tcp: track data delivery rate for a TCP connection
Yuchung Cheng
2016-09-21
4
-15
/
+186
*
|
|
tcp: count packets marked lost for a TCP connection
Neal Cardwell
2016-09-21
1
-1
/
+24
*
|
|
tcp: switch back to proper tcp_skb_cb size check in tcp_init()
Eric Dumazet
2016-09-21
1
-2
/
+3
*
|
|
tcp: use windowed min filter library for TCP min_rtt estimation
Neal Cardwell
2016-09-21
3
-61
/
+7
*
|
|
tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflict
Soheil Hassas Yeganeh
2016-09-21
1
-6
/
+6
*
|
|
gso: Support partial splitting at the frag_list pointer
Steffen Klassert
2016-09-19
4
-14
/
+25
*
|
|
ip_tunnel: add collect_md mode to IPIP tunnel
Alexei Starovoitov
2016-09-17
2
-6
/
+105
*
|
|
tcp: prepare skbs for better sack shifting
Eric Dumazet
2016-09-17
1
-7
/
+24
*
|
|
tcp: fix a stale ooo_last_skb after a replace
Eric Dumazet
2016-09-16
1
-1
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-12
7
-9
/
+20
|
\
|
|
|
*
|
tcp: cwnd does not increase in TCP YeAH
Artem Germanov
2016-09-08
1
-1
/
+1
|
*
|
tcp: fastopen: avoid negative sk_forward_alloc
Eric Dumazet
2016-09-08
1
-0
/
+1
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2016-09-08
1
-1
/
+1
|
|
\
\
|
|
*
|
xfrm: Only add l3mdev oif to dst lookups
David Ahern
2016-08-22
1
-1
/
+1
|
*
|
|
net: Don't delete routes in different VRFs
Mark Tomlinson
2016-09-06
2
-3
/
+8
|
|
|
/
|
|
/
|
|
*
|
tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/data
Neal Cardwell
2016-09-01
1
-0
/
+1
|
*
|
netconf: add a notif when settings are created
Nicolas Dichtel
2016-09-01
1
-4
/
+7
|
*
|
netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUT
Liping Zhang
2016-08-25
1
-0
/
+1
*
|
|
net: ipv4: Remove l3mdev_get_saddr
David Ahern
2016-09-10
2
-12
/
+0
*
|
|
net: l3mdev: remove redundant calls
David Ahern
2016-09-10
3
-13
/
+4
*
|
|
net: vrf: Flip IPv4 output path from FIB lookup hook to out hook
David Ahern
2016-09-10
1
-4
/
+0
*
|
|
net: l3mdev: Allow the l3mdev to be a loopback
David Ahern
2016-09-10
1
-2
/
+6
*
|
|
net: l3mdev: Add hook to output path
David Ahern
2016-09-10
1
-0
/
+8
*
|
|
net: flow: Add l3mdev flow update
David Ahern
2016-09-10
1
-0
/
+3
*
|
|
tcp: better use ooo_last_skb in tcp_data_queue_ofo()
Eric Dumazet
2016-09-10
1
-1
/
+7
*
|
|
ipv4: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
1
-1
/
+1
*
|
|
net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()
Amir Vadai
2016-09-10
1
-21
/
+2
*
|
|
ip_tunnel: do not clear l4 hashes
Eric Dumazet
2016-09-09
1
-1
/
+1
*
|
|
ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE events
Guillaume Nault
2016-09-09
1
-3
/
+7
*
|
|
ipv4: accept u8 in IP_TOS ancillary data
Eric Dumazet
2016-09-08
1
-2
/
+5
[next]