summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2020-02-14tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet
2020-02-14tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet
2019-08-04tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang
2018-08-24tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap
2018-05-26tcp: ignore Fast Open on repair modeYuchung Cheng
2018-05-16tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet
2018-04-29tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet
2018-02-16tcp: release sk_frag.page in tcp_disconnectLi RongQing
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman
2017-09-27tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-07-21tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-06-07tcp: avoid fastopen API to be used on AF_UNSPECWei Wang
2017-05-02tcp: clear saved_syn in tcp_disconnect()Eric Dumazet
2017-02-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2016-11-21tcp: fix potential memory corruptionEric Dumazet
2016-03-03net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-03-03tcp: beware of alignments in tcp_get_info()Eric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng
2015-10-07net: ipv4: tcp.c Fixed an assignment coding style issueYuvaraja Mariappan
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-23tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-06-15sock_diag: implement a get_info handler for inetCraig Gallek
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner
2015-05-21tcp: ensure epoll edge trigger wakeup when write queue is emptyJason Baron
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet
2015-05-19tcp: Return error instead of partial read for saved syn headersEric B Munson
2015-05-17tcp: halves tcp_mem[] limitsEric Dumazet
2015-05-17tcp: fix behavior for epoll edge triggerEric Dumazet
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com
2015-04-17tcp: tcp_get_info() should fetch socket fields onceEric Dumazet
2015-04-11new helper: msg_data_left()Al Viro
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-24tcp: use C99 initializers in new_state[]Eric Dumazet
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller