summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-161-5/+5
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-10-031-8/+3Star
* tcp: adjust rcv zerocopy hints based on frag sizesSoheil Hassas Yeganeh2018-10-021-1/+10
* tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZESoheil Hassas Yeganeh2018-10-021-5/+9
* tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng2018-09-291-2/+2
* tcp: provide earliest departure time in skb->tstampEric Dumazet2018-09-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-131-1/+1
|\
| * tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-081-1/+1
* | tcp: change IPv6 flow-label upon receiving spurious retransmissionYuchung Cheng2018-09-011-0/+2
|/
* tcp: remove unneeded variable 'err'YueHaibing2018-08-041-2/+1Star
* 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-211-6/+10
|\
| * tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-07-191-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/+1Star
* | tcp: remove SG-related comment in tcp_sendmsg()Julian Wiedmann2018-07-101-3/+0Star
* | tcp: remove redundant SOCK_DONE checksEric Dumazet2018-07-081-9/+5Star
* | 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-071-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-021-4/+39
| * | tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet2018-04-301-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-171-0/+113
| * | | tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-171-0/+4
| * | | tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-171-0/+21
* | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-17/+6Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | net/tcp: convert to ->poll_maskChristoph Hellwig2018-05-261-17/+6Star
| | |/ | |/|
* | | 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-131-2/+4
|/