aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2020-07-22tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch
2020-07-22tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet
2020-07-22tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet
2020-07-22tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet
2020-05-20net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage
2020-02-14tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet
2020-02-14tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet
2020-02-14tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet
2020-02-14tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet
2020-01-27tcp: annotate lockless access to tcp_memory_pressureEric Dumazet
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-21tcp: Don't dequeue SYN/FIN-segments from write-queueChristoph Paasch
2019-09-21tcp: Reset send_head when removing skb from write-queueChristoph Paasch
2019-09-10tcp: remove empty skb from write queue in error casesEric Dumazet
2019-07-31tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-07-31tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
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-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-08-24tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap
2018-07-25net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti
2018-05-19tcp: ignore Fast Open on repair modeYuchung Cheng
2018-05-16tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet
2018-04-29tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh
2018-04-29tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet
2018-03-31tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh
2018-02-13tcp: release sk_frag.page in tcp_disconnectLi RongQing
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-09-01net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal
2017-08-25tcp: fix hang in tcp_sendpage_locked()Eric Dumazet
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney
2017-08-16tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller
2017-08-03tcp: enable MSG_ZEROCOPYWillem de Bruijn
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert
2017-07-31tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang
2017-07-31tcp: extract the function to compute delivery rateWei Wang
2017-07-31tcp: remove header predictionFlorian Westphal
2017-07-31tcp: remove prequeue supportFlorian Westphal
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-27tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson
2017-06-25tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong