summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11tcp: annotate data-races around fastopenq.max_qlenEric Dumazet1-1/+1
2023-08-11tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-2/+2
2023-08-11tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu1-1/+2
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-2/+1
2022-10-26tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet1-4/+10
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell1-0/+2
2022-03-23tcp: make tcp_read_sock() more robustEric Dumazet1-4/+6
2020-07-22tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch1-0/+3
2020-07-22tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet1-4/+1
2020-07-22tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet1-3/+3
2020-07-22tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet1-2/+5
2020-05-20net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage1-2/+4
2020-02-15tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-15tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-15tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet1-0/+1
2020-02-15tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet1-0/+1
2020-01-27tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-2/+2
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-09-21tcp: Don't dequeue SYN/FIN-segments from write-queueChristoph Paasch1-1/+2
2019-09-21tcp: Reset send_head when removing skb from write-queueChristoph Paasch1-2/+1
2019-09-10tcp: remove empty skb from write queue in error casesEric Dumazet1-9/+20
2019-07-31tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch1-0/+2
2019-07-31tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet1-1/+3
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet1-0/+1
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+0
2019-01-31tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn1-1/+1
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet1-8/+3
2018-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch1-1/+1
2018-08-24tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-07-25net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti1-2/+1
2018-05-19tcp: ignore Fast Open on repair modeYuchung Cheng1-1/+2
2018-05-16tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet1-1/+1
2018-04-29tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh1-1/+0
2018-04-29tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet1-2/+4
2018-03-31tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh1-0/+1
2018-02-13tcp: release sk_frag.page in tcp_disconnectLi RongQing1-0/+6
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman1-0/+3
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung1-0/+1
2017-09-02net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet1-2/+0
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-1/+3
2017-08-26tcp: fix hang in tcp_sendpage_locked()Eric Dumazet1-2/+1
2017-08-26tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca1-1/+1
2017-08-24tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-0/+65
2017-08-17tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller1-0/+2
2017-08-04tcp: enable MSG_ZEROCOPYWillem de Bruijn1-1/+31
2017-08-02proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert1-13/+26
2017-08-01tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang1-1/+19