summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-071-1/+1
* tcp: remove unneeded variable 'err'YueHaibing2018-08-031-2/+1
* tcp: add stat of data packet reordering eventsWei Wang2018-08-011-0/+4
* tcp: add dsack blocks received statsWei Wang2018-08-011-0/+4
* tcp: add data bytes retransmitted statsWei Wang2018-08-011-0/+5
* tcp: add data bytes sent statsWei Wang2018-08-011-0/+6
* tcp: add a helper to calculate size of opt_statsWei Wang2018-08-011-3/+24
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell2018-07-211-2/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-6/+10
|\
| * tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-07-181-2/+2
| * tcp: Fix broken repair socket window probe patchStefan Baranoff2018-07-161-6/+7
| * tcp: allow user to create repair socket without window probesStefan Baranoff2018-07-121-3/+5
| * tcp: cleanup copied_seq and urg_data in tcp_disconnectEric Dumazet2018-07-081-0/+2
| * net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti2018-07-081-2/+1
* | tcp: remove SG-related comment in tcp_sendmsg()Julian Wiedmann2018-07-091-3/+0
* | tcp: remove redundant SOCK_DONE checksEric Dumazet2018-07-081-9/+5
* | sock: sockc cookie initializerWillem de Bruijn2018-07-071-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-6/+17
|\|
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-6/+17
* | tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang2018-06-221-0/+1
|/
* tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh2018-06-101-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-5/+199
|\
| * tcp: add SACK compressionEric Dumazet2018-05-181-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-3/+4
| |\
| * | tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh2018-05-011-4/+39
| * | tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet2018-04-291-90/+104
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-211-3/+5
| |\ \
| * | | tcp: export packets delivery infoYuchung Cheng2018-04-191-1/+6
| * | | tcp: track total bytes delivered with ECN CE marksYuchung Cheng2018-04-191-0/+1
| * | | tcp: implement mmap() for zero copy receiveEric Dumazet2018-04-161-0/+113
| * | | tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-161-0/+4
| * | | tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-161-0/+21
* | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-17/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | net/tcp: convert to ->poll_maskChristoph Hellwig2018-05-261-17/+6
| | |/ | |/|
* | | tcp: restore autocorkingEric Dumazet2018-05-031-1/+1
* | | tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2018-05-011-1/+1
* | | tcp: ignore Fast Open on repair modeYuchung Cheng2018-04-271-1/+2
|/ /
* | tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh2018-04-161-1/+1
* | tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-04-121-2/+4
|/
* bpf: sockmap redirect ingress supportJohn Fastabend2018-03-301-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+1
|\
| * tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2018-03-071-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-211-1/+3
|\ \
| * | net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend2018-03-191-1/+3
* | | tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung2018-03-161-1/+2
|/ /
* | tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha2018-03-051-1/+2
* | tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha2018-03-051-1/+3
* | tcp: tcp_sendmsg() only deals with CHECKSUM_PARTIALEric Dumazet2018-02-211-8/+3
* | tcp: remove sk_check_csum_caps()Eric Dumazet2018-02-211-8/+3