summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-05tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy1-0/+2
2020-10-01net: silence data-races on sk_backlog.tailEric Dumazet1-1/+1
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-07-22tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch1-0/+3
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet1-3/+11
2020-05-20net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage1-2/+4
2020-05-20tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet1-3/+4
2020-04-02tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet1-1/+3
2020-02-11tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-11tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-11tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet1-0/+1
2020-02-11tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet1-0/+1
2020-01-29tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet1-0/+1
2020-01-27tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-2/+2
2020-01-23tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet1-4/+2
2020-01-09tcp: annotate tp->rcv_nxt lockless readsEric Dumazet1-2/+2
2019-11-24tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng1-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-10tcp: remove empty skb from write queue in error casesEric Dumazet1-9/+20
2019-07-28tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch1-0/+2
2019-07-28tcp: 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-03-19tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh1-0/+5
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+1
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-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-09-08tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch1-1/+1
2018-08-04tcp: remove unneeded variable 'err'YueHaibing1-2/+1
2018-08-01tcp: add stat of data packet reordering eventsWei Wang1-0/+4
2018-08-01tcp: add dsack blocks received statsWei Wang1-0/+4
2018-08-01tcp: add data bytes retransmitted statsWei Wang1-0/+5
2018-08-01tcp: add data bytes sent statsWei Wang1-0/+6
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang1-3/+24
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell1-2/+2
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-6/+10
2018-07-19tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-07-17tcp: Fix broken repair socket window probe patchStefan Baranoff1-6/+7
2018-07-13tcp: allow user to create repair socket without window probesStefan Baranoff1-3/+5
2018-07-10tcp: remove SG-related comment in tcp_sendmsg()Julian Wiedmann1-3/+0
2018-07-08tcp: remove redundant SOCK_DONE checksEric Dumazet1-9/+5
2018-07-08tcp: cleanup copied_seq and urg_data in tcp_disconnectEric Dumazet1-0/+2
2018-07-08net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti1-2/+1
2018-07-07sock: sockc cookie initializerWillem de Bruijn1-1/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+17
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-6/+17