summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu2023-06-091-1/+2
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2022-10-261-2/+1
* tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet2022-10-261-4/+10
* tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-10-261-0/+2
* tcp: make tcp_read_sock() more robustEric Dumazet2022-03-231-4/+6
* tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-221-0/+3
* tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet2020-07-221-4/+1
* tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-221-3/+3
* tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-07-221-2/+5
* net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage2020-05-201-2/+4
* tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet2020-02-141-0/+2
* tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet2020-02-141-0/+2
* tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet2020-02-141-0/+1
* tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet2020-02-141-0/+1
* tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2020-01-271-2/+2
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-11-101-1/+1
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-1/+1
* tcp: Don't dequeue SYN/FIN-segments from write-queueChristoph Paasch2019-09-211-1/+2
* tcp: Reset send_head when removing skb from write-queueChristoph Paasch2019-09-211-2/+1
* tcp: remove empty skb from write queue in error casesEric Dumazet2019-09-101-9/+20
* tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch2019-07-311-0/+2
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-311-1/+3
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-171-0/+1
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-231-1/+0
* tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-311-1/+1
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-011-8/+3
* tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-261-1/+1
* tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-08-241-2/+2
* net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti2018-07-251-2/+1
* tcp: ignore Fast Open on repair modeYuchung Cheng2018-05-191-1/+2
* tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2018-05-161-1/+1
* tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh2018-04-291-1/+0
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-04-291-2/+4
* tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2018-03-311-0/+1
* tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-02-131-0/+6
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-311-0/+3
* tcp: invalidate rate samples during SACK renegingYousuk Seung2018-01-021-0/+1
* net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet2017-09-011-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-1/+1
|\
| * tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-251-1/+1
* | tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-1/+3
* | tcp: fix hang in tcp_sendpage_locked()Eric Dumazet2017-08-251-2/+1
* | tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-231-0/+65
* | tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller2017-08-161-0/+2
* | tcp: enable MSG_ZEROCOPYWillem de Bruijn2017-08-031-1/+31
* | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-011-13/+26
* | tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang2017-07-311-1/+19
* | tcp: extract the function to compute delivery rateWei Wang2017-07-311-7/+16
* | tcp: remove header predictionFlorian Westphal2017-07-311-3/+1
* | tcp: remove prequeue supportFlorian Westphal2017-07-311-105/+0
|/