aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2020-04-02tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet
2020-02-11tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet
2020-01-29tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2020-01-27tcp: annotate lockless access to tcp_memory_pressureEric Dumazet
2020-01-23tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet
2020-01-09tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2019-11-24tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-09-10tcp: remove empty skb from write queue in error casesEric Dumazet
2019-07-28tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2019-03-19tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-01-31tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-09-07tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-08-03tcp: remove unneeded variable 'err'YueHaibing
2018-08-01tcp: add stat of data packet reordering eventsWei Wang
2018-08-01tcp: add dsack blocks received statsWei Wang
2018-08-01tcp: add data bytes retransmitted statsWei Wang
2018-08-01tcp: add data bytes sent statsWei Wang
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap
2018-07-16tcp: Fix broken repair socket window probe patchStefan Baranoff
2018-07-12tcp: allow user to create repair socket without window probesStefan Baranoff
2018-07-09tcp: remove SG-related comment in tcp_sendmsg()Julian Wiedmann
2018-07-08tcp: remove redundant SOCK_DONE checksEric Dumazet
2018-07-08tcp: cleanup copied_seq and urg_data in tcp_disconnectEric Dumazet
2018-07-08net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti
2018-07-07sock: sockc cookie initializerWillem de Bruijn
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang
2018-06-10tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig
2018-05-18tcp: add SACK compressionEric Dumazet
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-03tcp: restore autocorkingEric Dumazet
2018-05-01tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh