aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet1-5/+5
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet1-8/+3
2018-10-01tcp: adjust rcv zerocopy hints based on frag sizesSoheil Hassas Yeganeh1-1/+10
2018-10-01tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZESoheil Hassas Yeganeh1-5/+9
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng1-2/+2
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet1-1/+1
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-09-07tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch1-1/+1
2018-08-31tcp: change IPv6 flow-label upon receiving spurious retransmissionYuchung Cheng1-0/+2
2018-08-03tcp: remove unneeded variable 'err'YueHaibing1-2/+1
2018-08-01tcp: add stat of data packet reordering eventsWei Wang1-0/+4
2018-08-01tcp: add dsack blocks received statsWei Wang1-0/+4
2018-08-01tcp: add data bytes retransmitted statsWei Wang1-0/+5
2018-08-01tcp: add data bytes sent statsWei Wang1-0/+6
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang1-3/+24
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell1-2/+2
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-6/+10
2018-07-18tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-07-16tcp: Fix broken repair socket window probe patchStefan Baranoff1-6/+7
2018-07-12tcp: allow user to create repair socket without window probesStefan Baranoff1-3/+5
2018-07-09tcp: remove SG-related comment in tcp_sendmsg()Julian Wiedmann1-3/+0
2018-07-08tcp: remove redundant SOCK_DONE checksEric Dumazet1-9/+5
2018-07-08tcp: cleanup copied_seq and urg_data in tcp_disconnectEric Dumazet1-0/+2
2018-07-08net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti1-2/+1
2018-07-07sock: sockc cookie initializerWillem de Bruijn1-1/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+17
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-6/+17
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang1-0/+1
2018-06-10tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh1-5/+7
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+199
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+6
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig1-17/+6
2018-05-18tcp: add SACK compressionEric Dumazet1-0/+1
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2018-05-03tcp: restore autocorkingEric Dumazet1-1/+1
2018-05-01tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh1-4/+39
2018-05-01tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet1-1/+1
2018-04-29tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet1-90/+104
2018-04-27tcp: ignore Fast Open on repair modeYuchung Cheng1-1/+2
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2018-04-19tcp: export packets delivery infoYuchung Cheng1-1/+6
2018-04-19tcp: track total bytes delivered with ECN CE marksYuchung Cheng1-0/+1
2018-04-16tcp: implement mmap() for zero copy receiveEric Dumazet1-0/+113
2018-04-16tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet1-0/+4
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet1-0/+21
2018-04-16tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh1-1/+1
2018-04-12tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet1-2/+4