index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
tcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
Vincent Whitchurch
2018-09-07
1
-1
/
+1
*
tcp: remove unneeded variable 'err'
YueHaibing
2018-08-03
1
-2
/
+1
*
tcp: add stat of data packet reordering events
Wei Wang
2018-08-01
1
-0
/
+4
*
tcp: add dsack blocks received stats
Wei Wang
2018-08-01
1
-0
/
+4
*
tcp: add data bytes retransmitted stats
Wei Wang
2018-08-01
1
-0
/
+5
*
tcp: add data bytes sent stats
Wei Wang
2018-08-01
1
-0
/
+6
*
tcp: add a helper to calculate size of opt_stats
Wei Wang
2018-08-01
1
-3
/
+24
*
net: simplify sock_poll_wait
Christoph Hellwig
2018-07-30
1
-1
/
+1
*
tcp: convert icsk_user_timeout from jiffies to msecs
Jon Maxwell
2018-07-21
1
-2
/
+2
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-20
1
-6
/
+10
|
\
|
*
tcp: identify cryptic messages as TCP seq # bugs
Randy Dunlap
2018-07-18
1
-2
/
+2
|
*
tcp: Fix broken repair socket window probe patch
Stefan Baranoff
2018-07-16
1
-6
/
+7
|
*
tcp: allow user to create repair socket without window probes
Stefan Baranoff
2018-07-12
1
-3
/
+5
|
*
tcp: cleanup copied_seq and urg_data in tcp_disconnect
Eric Dumazet
2018-07-08
1
-0
/
+2
|
*
net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
Lorenzo Colitti
2018-07-08
1
-2
/
+1
*
|
tcp: remove SG-related comment in tcp_sendmsg()
Julian Wiedmann
2018-07-09
1
-3
/
+0
*
|
tcp: remove redundant SOCK_DONE checks
Eric Dumazet
2018-07-08
1
-9
/
+5
*
|
sock: sockc cookie initializer
Willem de Bruijn
2018-07-07
1
-1
/
+1
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-03
1
-6
/
+17
|
\
|
|
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-6
/
+17
*
|
tcp: ignore rcv_rtt sample with old ts ecr value
Wei Wang
2018-06-22
1
-0
/
+1
|
/
*
tcp: limit sk_rcvlowat by the maximum receive buffer
Soheil Hassas Yeganeh
2018-06-10
1
-5
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
1
-5
/
+199
|
\
|
*
tcp: add SACK compression
Eric Dumazet
2018-05-18
1
-0
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-04
1
-3
/
+4
|
|
\
|
*
|
tcp: send in-queue bytes in cmsg upon read
Soheil Hassas Yeganeh
2018-05-01
1
-4
/
+39
|
*
|
tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive
Eric Dumazet
2018-04-29
1
-90
/
+104
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-21
1
-3
/
+5
|
|
\
\
|
*
|
|
tcp: export packets delivery info
Yuchung Cheng
2018-04-19
1
-1
/
+6
|
*
|
|
tcp: track total bytes delivered with ECN CE marks
Yuchung Cheng
2018-04-19
1
-0
/
+1
|
*
|
|
tcp: implement mmap() for zero copy receive
Eric Dumazet
2018-04-16
1
-0
/
+113
|
*
|
|
tcp: avoid extra wakeups for SO_RCVLOWAT users
Eric Dumazet
2018-04-16
1
-0
/
+4
|
*
|
|
tcp: fix SO_RCVLOWAT and RCVBUF autotuning
Eric Dumazet
2018-04-16
1
-0
/
+21
*
|
|
|
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-06-04
1
-17
/
+6
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
net/tcp: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-17
/
+6
|
|
|
/
|
|
/
|
*
|
|
tcp: restore autocorking
Eric Dumazet
2018-05-03
1
-1
/
+1
*
|
|
tcp: fix TCP_REPAIR_QUEUE bound checking
Eric Dumazet
2018-05-01
1
-1
/
+1
*
|
|
tcp: ignore Fast Open on repair mode
Yuchung Cheng
2018-04-27
1
-1
/
+2
|
/
/
*
|
tcp: clear tp->packets_out when purging write queue
Soheil Hassas Yeganeh
2018-04-16
1
-1
/
+1
*
|
tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
Eric Dumazet
2018-04-12
1
-2
/
+4
|
/
*
bpf: sockmap redirect ingress support
John Fastabend
2018-03-30
1
-1
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-23
1
-0
/
+1
|
\
|
*
tcp: purge write queue upon aborting the connection
Soheil Hassas Yeganeh
2018-03-07
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-03-21
1
-1
/
+3
|
\
\
|
*
|
net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG
John Fastabend
2018-03-19
1
-1
/
+3
*
|
|
tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
2018-03-16
1
-1
/
+2
|
/
/
*
|
tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATS
Priyaranjan Jha
2018-03-05
1
-1
/
+2
*
|
tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATS
Priyaranjan Jha
2018-03-05
1
-1
/
+3
*
|
tcp: tcp_sendmsg() only deals with CHECKSUM_PARTIAL
Eric Dumazet
2018-02-21
1
-8
/
+3
*
|
tcp: remove sk_check_csum_caps()
Eric Dumazet
2018-02-21
1
-8
/
+3
[next]