summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
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: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet
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-11-21tcp: provide timestamps for partial writesSoheil Hassas Yeganeh
2017-09-20tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-07-21tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-06-07tcp: avoid fastopen API to be used on AF_UNSPECWei Wang
2017-05-03tcp: clear saved_syn in tcp_disconnect()Eric Dumazet
2017-02-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2016-11-03tcp: fix return value for partial writesEric Dumazet
2016-11-03tcp: fix potential memory corruptionEric Dumazet
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-03skb_splice_bits(): get rid of callbackAl Viro
2016-09-21tcp: export data delivery rateYuchung Cheng
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh
2016-09-21tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell
2016-09-17tcp: prepare skbs for better sack shiftingEric Dumazet
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-28tcp: Set read_sock and peek_len proto_opsTom Herbert
2016-08-23net: diag: Fix refcnt leak in error path destroying socketDavid Ahern
2016-08-19tcp: md5: remove tcp_md5_hash_header()Eric Dumazet
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin
2016-05-04tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet
2016-05-02tcp: do not block bh during prequeue processingEric Dumazet
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh
2016-04-28tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau
2016-03-09tcp: Add tcp_inq to get available receive bytes on socketTom Herbert
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-17tcp: correctly crypto_alloc_hash return checkInsu Yun