index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-03
4
-9
/
+12
|
\
|
*
ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route
Nikolay Aleksandrov
2016-09-26
2
-2
/
+4
|
*
tcp: fix a compile error in DBGUNDO()
Eric Dumazet
2016-09-23
1
-2
/
+1
|
*
tcp: fix wrong checksum calculation on MTU probing
Douglas Caetano dos Santos
2016-09-23
1
-5
/
+7
*
|
net: Suppress the "Comparison to NULL could be written" warnings
Jia He
2016-09-30
1
-16
/
+16
*
|
proc: Reduce cache miss in snmp_seq_show
Jia He
2016-09-30
1
-23
/
+47
*
|
tcp: Change txhash on every SYN and RTO retransmit
Lawrence Brakmo
2016-09-28
1
-0
/
+4
*
|
switchdev: remove FIB offload infrastructure
Jiri Pirko
2016-09-28
3
-118
/
+1
*
|
fib: introduce FIB notification infrastructure
Jiri Pirko
2016-09-28
3
-11
/
+77
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
2016-09-25
40
-395
/
+1779
|
\
\
|
*
|
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-20
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-13
7
-9
/
+20
|
|
\
|
|
|
|
*
|
tcp: cwnd does not increase in TCP YeAH
Artem Germanov
2016-09-09
1
-1
/
+1
|
|
*
|
tcp: fastopen: avoid negative sk_forward_alloc
Eric Dumazet
2016-09-09
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-02
1
-0
/
+1
|
|
*
|
netconf: add a notif when settings are created
Nicolas Dichtel
2016-09-02
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-11
2
-12
/
+0
|
*
|
|
net: l3mdev: remove redundant calls
David Ahern
2016-09-11
3
-13
/
+4
[next]