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
*
net/tcp-fastopen: make connect()'s return case more consistent with non-TFO
Willy Tarreau
2017-01-25
2
-4
/
+4
*
net/tcp-fastopen: Add new API support
Wei Wang
2017-01-25
4
-9
/
+97
*
net/tcp-fastopen: refactor cookie check logic
Wei Wang
2017-01-25
2
-14
/
+23
*
tcp: reduce skb overhead in selected places
Eric Dumazet
2017-01-25
2
-2
/
+2
*
Introduce a sysctl that modifies the value of PROT_SOCK.
Krister Johansen
2017-01-24
2
-2
/
+53
*
inet: don't use sk_v6_rcv_saddr directly
Josef Bacik
2017-01-20
1
-1
/
+1
*
net: remove bh disabling around percpu_counter accesses
Eric Dumazet
2017-01-20
4
-8
/
+1
*
inet: reset tb->fastreuseport when adding a reuseport sk
Josef Bacik
2017-01-18
1
-20
/
+86
*
inet: split inet_csk_get_port into two functions
Josef Bacik
2017-01-18
1
-22
/
+44
*
inet: don't check for bind conflicts twice when searching for a port
Josef Bacik
2017-01-18
1
-20
/
+11
*
inet: kill smallest_size and smallest_port
Josef Bacik
2017-01-18
2
-25
/
+4
*
inet: drop ->bind_conflict
Josef Bacik
2017-01-18
2
-16
/
+7
*
inet: collapse ipv4/v6 rcv_saddr_equal functions into one
Josef Bacik
2017-01-18
3
-57
/
+89
*
tcp: accept RST for rcv_nxt - 1 after receiving a FIN
Jason Baron
2017-01-17
1
-3
/
+25
*
net: ping: Use right format specifier to avoid type casting
Gao Feng
2017-01-17
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-17
3
-6
/
+9
|
\
|
*
tcp: fix tcp_fastopen unaligned access complaints on sparc
Shannon Nelson
2017-01-13
1
-1
/
+1
|
*
net: ipv4: fix table id in getroute response
David Ahern
2017-01-12
1
-1
/
+1
|
*
net: lwtunnel: Handle lwtunnel_fill_encap failure
David Ahern
2017-01-12
1
-4
/
+7
*
|
tcp: disable fack by default
Yuchung Cheng
2017-01-14
1
-2
/
+3
*
|
tcp: remove thin_dupack feature
Yuchung Cheng
2017-01-14
3
-24
/
+2
*
|
tcp: remove RFC4653 NCR
Yuchung Cheng
2017-01-14
1
-15
/
+0
*
|
tcp: remove early retransmit
Yuchung Cheng
2017-01-14
8
-75
/
+6
*
|
tcp: remove forward retransmit feature
Yuchung Cheng
2017-01-14
2
-63
/
+3
*
|
tcp: extend F-RTO to catch more spurious timeouts
Yuchung Cheng
2017-01-14
1
-14
/
+19
*
|
tcp: enable RACK loss detection to trigger recovery
Yuchung Cheng
2017-01-14
2
-14
/
+31
*
|
tcp: check undo conditions before detecting losses
Yuchung Cheng
2017-01-14
1
-13
/
+20
*
|
tcp: use sequence to break TS ties for RACK loss detection
Yuchung Cheng
2017-01-14
2
-5
/
+17
*
|
tcp: add reordering timer in RACK loss detection
Yuchung Cheng
2017-01-14
6
-11
/
+60
*
|
tcp: record most recent RTT in RACK loss detection
Yuchung Cheng
2017-01-14
2
-32
/
+45
*
|
tcp: new helper for RACK to detect loss
Yuchung Cheng
2017-01-14
2
-13
/
+21
*
|
tcp: new helper function for RACK loss detection
Yuchung Cheng
2017-01-14
1
-7
/
+14
*
|
ipmr: improve hash scalability
Nikolay Aleksandrov
2017-01-12
1
-115
/
+140
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-11
3
-4
/
+8
|
\
|
|
*
net: ipv4: Fix multipath selection with vrf
David Ahern
2017-01-11
1
-2
/
+7
|
*
tcp: do not export tcp_peer_is_proven()
Eric Dumazet
2017-01-09
1
-1
/
+0
|
*
ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned int
Pavel Tikhomirov
2017-01-09
1
-1
/
+1
*
|
tcp: make TCP_INFO more consistent
Eric Dumazet
2017-01-09
1
-4
/
+4
*
|
net: introduce keepalive function in struct proto
Ursula Braun
2017-01-09
2
-0
/
+2
*
|
net: for rate-limited ICMP replies save one atomic operation
Jesper Dangaard Brouer
2017-01-09
1
-13
/
+21
*
|
net: reduce cycles spend on ICMP replies that gets rate limited
Jesper Dangaard Brouer
2017-01-09
1
-23
/
+48
*
|
Revert "icmp: avoid allocating large struct on stack"
Jesper Dangaard Brouer
2017-01-09
1
-23
/
+17
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-09
1
-11
/
+23
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-01-05
1
-11
/
+23
|
|
\
|
|
*
netfilter: ipt_CLUSTERIP: check duplicate config when initializing
Xin Long
2016-12-23
1
-11
/
+23
*
|
|
syncookies: use SipHash in place of SHA1
Jason A. Donenfeld
2017-01-09
1
-16
/
+5
*
|
|
net: ipv4: remove disable of bottom half in inet_rtm_getroute
David Ahern
2017-01-09
1
-2
/
+0
*
|
|
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-4
/
+2
*
|
|
net: ipv4: Remove flow arg from ip_mkroute_input
David Ahern
2017-01-08
1
-2
/
+1
*
|
|
net: ipmr: Remove nowait arg to ipmr_get_route
David Ahern
2017-01-08
2
-7
/
+2
[next]