summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2019-06-17Merge branch 'tcp-fixes'David S. Miller
2019-06-16tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-15tcp: do not recycle cloned skbsEric Dumazet
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng
2019-04-19tcp: properly reset skb->truesize for tx recyclingEric Dumazet
2019-03-29tcp: cleanup sk_tx_skb_cache before reuseEric Dumazet
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet
2019-03-23tcp: add one skb cache for rxEric Dumazet
2019-03-23tcp: add one skb cache for txEric Dumazet
2019-03-06tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh
2019-03-06tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet
2019-02-26tcp: get rid of tcp_check_send_head()Eric Dumazet
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani
2019-01-27tcp: Refactor pingpong codeWei Wang
2019-01-25tcp: allow zerocopy with fastopenWillem de Bruijn
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-17tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move tp->rack init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move app_limited init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet
2019-01-17tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move mdev_us init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet
2019-01-15tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn
2018-12-06tcp: fix code style in tcp_recvmsg()Pedro Tammela
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn
2018-11-30tcp: md5: add tcp_md5_needed jump labelEric Dumazet
2018-11-17tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2018-11-16tcp: clean up STATE_TRACEYafang Shao
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-10-01tcp: adjust rcv zerocopy hints based on frag sizesSoheil Hassas Yeganeh
2018-10-01tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZESoheil Hassas Yeganeh
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-07tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-08-31tcp: change IPv6 flow-label upon receiving spurious retransmissionYuchung Cheng
2018-08-03tcp: remove unneeded variable 'err'YueHaibing
2018-08-01tcp: add stat of data packet reordering eventsWei Wang