index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fib: Decrease one unnecessary rt cache flush in fib_disable_ip
Gao Feng
2017-04-27
1
-1
/
+2
*
tcp: tcp_rack_reo_timeout() must update tp->tcp_mstamp
Eric Dumazet
2017-04-27
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-26
3
-9
/
+8
|
\
|
*
tcp: memset ca_priv data to 0 properly
Wei Wang
2017-04-26
1
-8
/
+3
|
*
udp: disable inner UDP checksum offloads in IPsec case
Ansis Atteka
2017-04-24
1
-0
/
+3
|
*
ipv4: Avoid caching l3mdev dst on mismatched local route
Robert Shearman
2017-04-24
1
-1
/
+2
*
|
tcp: switch rcv_rtt_est and rcvq_space to high resolution timestamps
Eric Dumazet
2017-04-26
2
-12
/
+18
*
|
tcp: remove ack_time from struct tcp_sacktag_state
Eric Dumazet
2017-04-26
1
-4
/
+0
*
|
tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()
Eric Dumazet
2017-04-26
1
-1
/
+1
*
|
tcp: do not pass timestamp to tcp_rack_advance()
Eric Dumazet
2017-04-26
2
-7
/
+4
*
|
tcp: do not pass timestamp to tcp_rate_gen()
Eric Dumazet
2017-04-26
2
-5
/
+5
*
|
tcp: do not pass timestamp to tcp_fastretrans_alert()
Eric Dumazet
2017-04-26
1
-8
/
+4
*
|
tcp: do not pass timestamp to tcp_rack_identify_loss()
Eric Dumazet
2017-04-26
1
-5
/
+4
*
|
tcp: do not pass timestamp to tcp_rack_mark_lost()
Eric Dumazet
2017-04-26
2
-2
/
+2
*
|
tcp: do not pass timestamp to tcp_rack_detect_loss()
Eric Dumazet
2017-04-26
1
-7
/
+4
*
|
tcp: add tp->tcp_mstamp field
Eric Dumazet
2017-04-26
1
-0
/
+3
*
|
net/tcp_fastopen: Remove mss check in tcp_write_timeout()
Wei Wang
2017-04-24
1
-4
/
+3
*
|
net/tcp_fastopen: Add snmp counter for blackhole detection
Wei Wang
2017-04-24
3
-4
/
+6
*
|
net/tcp_fastopen: Disable active side TFO in certain scenarios
Wei Wang
2017-04-24
5
-4
/
+145
*
|
net: add rcu locking when changing early demux
David Ahern
2017-04-24
1
-0
/
+3
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-04-21
5
-182
/
+484
|
\
\
|
*
|
esp4/6: Fix GSO path for non-GSO SW-crypto packets
Ilan Tayari
2017-04-19
1
-2
/
+2
|
*
|
xfrm: Prepare the GRO codepath for hardware offloading.
Steffen Klassert
2017-04-14
1
-19
/
+23
|
*
|
xfrm: Add encapsulation header offsets while SKB is not encrypted
Ilan Tayari
2017-04-14
2
-0
/
+5
|
*
|
esp: Use a synchronous crypto algorithm on offloading.
Steffen Klassert
2017-04-14
1
-2
/
+10
|
*
|
esp: Add gso handlers for esp4 and esp6
Steffen Klassert
2017-04-14
2
-1
/
+102
|
*
|
esp4: Reorganize esp_output
Steffen Klassert
2017-04-14
2
-158
/
+285
|
*
|
xfrm: Add an IPsec hardware offloading API
Steffen Klassert
2017-04-14
2
-5
/
+5
|
*
|
xfrm: Add mode handlers for IPsec on layer 2
Steffen Klassert
2017-04-14
2
-0
/
+57
*
|
|
ip_tunnel: Allow policy-based routing through tunnels
Craig Gallek
2017-04-21
4
-29
/
+66
*
|
|
tcp_cubic: fix typo in module param description
Chema Gonzalez
2017-04-20
1
-1
/
+1
*
|
|
tcp: remove poll() flakes with FastOpen
Eric Dumazet
2017-04-20
1
-7
/
+9
*
|
|
tcp: remove poll() flakes when receiving RST
Eric Dumazet
2017-04-20
1
-2
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-20
3
-14
/
+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
net-timestamp: avoid use-after-free in ip_recv_error
Willem de Bruijn
2017-04-17
1
-5
/
+4
|
*
|
ipv4: fix a deadlock in ip_ra_control
WANG Cong
2017-04-17
3
-9
/
+5
*
|
|
net: rtnetlink: plumb extended ack to doit function
David Ahern
2017-04-17
4
-13
/
+21
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-15
4
-11
/
+16
|
\
|
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-04-14
1
-1
/
+1
|
|
\
\
|
|
*
|
netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usage
Gao Feng
2017-04-13
1
-1
/
+1
|
*
|
|
tcp: clear saved_syn in tcp_disconnect()
Eric Dumazet
2017-04-09
1
-0
/
+1
|
*
|
|
net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skb
Gao Feng
2017-04-08
1
-2
/
+2
|
*
|
|
tcp: restrict F-RTO to work-around broken middle-boxes
Yuchung Cheng
2017-04-07
1
-8
/
+12
|
*
|
|
net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
Florian Larysch
2017-04-06
1
-1
/
+1
*
|
|
|
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
5
-10
/
+16
*
|
|
|
net: ipv4: Refine the ipv4_default_advmss
Gao Feng
2017-04-13
1
-8
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
Florian Larysch
2017-04-07
1
-4
/
+9
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
5
-40
/
+31
|
\
|
|
|
*
|
tcp: fix reordering SNMP under-counting
Yuchung Cheng
2017-04-05
1
-13
/
+14
|
*
|
tcp: fix lost retransmit SNMP under-counting
Yuchung Cheng
2017-04-05
1
-1
/
+2
|
|
/
[next]