summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
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: md5: allow changing MD5 keys in all socket statesEric Dumazet1-4/+1
2020-07-22tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch1-0/+3
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-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
2019-08-04tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch1-0/+2
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
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/+1
2018-05-16tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet1-1/+1
2018-04-29tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet1-2/+4
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-11-21tcp: provide timestamps for partial writesSoheil Hassas Yeganeh1-8/+10
2017-09-20tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang1-0/+4
2017-07-21tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong1-0/+2
2017-06-07tcp: avoid fastopen API to be used on AF_UNSPECWei Wang1-2/+5
2017-05-03tcp: clear saved_syn in tcp_disconnect()Eric Dumazet1-0/+1
2017-02-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2016-11-03tcp: fix return value for partial writesEric Dumazet1-1/+1
2016-11-03tcp: fix potential memory corruptionEric Dumazet1-1/+1
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2016-10-08mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-2/+0
2016-10-08Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2016-10-04skb_splice_bits(): get rid of callbackAl Viro1-2/+1
2016-09-21tcp: export data delivery rateYuchung Cheng1-1/+10
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh1-0/+8
2016-09-21tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet1-2/+3
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell1-1/+1
2016-09-17tcp: prepare skbs for better sack shiftingEric Dumazet1-7/+24
2016-09-09tcp: use an RB tree for ooo receive queueYaogong Wang1-2/+2
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2016-08-29tcp: Set read_sock and peek_len proto_opsTom Herbert1-0/+6
2016-08-24net: diag: Fix refcnt leak in error path destroying socketDavid Ahern1-2/+0
2016-08-20tcp: md5: remove tcp_md5_hash_header()Eric Dumazet1-17/+0
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet1-0/+10
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin1-0/+57
2016-05-04tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet1-2/+5
2016-05-03tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet1-2/+6
2016-05-03tcp: do not block bh during prequeue processingEric Dumazet1-4/+0