aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-15tcp: do not recycle cloned skbsEric Dumazet1-1/+1
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng1-12/+0
2019-04-19tcp: properly reset skb->truesize for tx recyclingEric Dumazet1-1/+1
2019-03-29tcp: cleanup sk_tx_skb_cache before reuseEric Dumazet1-0/+2
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet1-10/+3
2019-03-23tcp: add one skb cache for rxEric Dumazet1-0/+4
2019-03-23tcp: add one skb cache for txEric Dumazet1-27/+23
2019-03-06tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh1-0/+5
2019-03-06tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin1-0/+4
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet1-1/+1
2019-02-26tcp: get rid of tcp_check_send_head()Eric Dumazet1-1/+2
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+1
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani1-13/+17
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani1-8/+25
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani1-1/+1
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani1-3/+3
2019-01-27tcp: Refactor pingpong codeWei Wang1-5/+5
2019-01-25tcp: allow zerocopy with fastopenWillem de Bruijn1-7/+4
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-01-17tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet1-0/+4
2019-01-17tcp: move tp->rack init to tcp_disconnect()Eric Dumazet1-0/+6
2019-01-17tcp: move app_limited init to tcp_disconnect()Eric Dumazet1-0/+3
2019-01-17tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tcp_disconnect()Eric Dumazet1-0/+4
2019-01-17tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet1-1/+1
2019-01-17tcp: move mdev_us init to tcp_disconnect()Eric Dumazet1-0/+1
2019-01-17tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet1-0/+1
2019-01-15tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn1-1/+1
2018-12-06tcp: fix code style in tcp_recvmsg()Pedro Tammela1-2/+2
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn1-1/+1
2018-11-30tcp: md5: add tcp_md5_needed jump labelEric Dumazet1-1/+4
2018-11-17tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+2
2018-11-16tcp: clean up STATE_TRACEYafang Shao1-4/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet1-5/+5
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet1-8/+3
2018-10-01tcp: adjust rcv zerocopy hints based on frag sizesSoheil Hassas Yeganeh1-1/+10
2018-10-01tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZESoheil Hassas Yeganeh1-5/+9
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng1-2/+2
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet1-1/+1
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-09-07tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch1-1/+1
2018-08-31tcp: change IPv6 flow-label upon receiving spurious retransmissionYuchung Cheng1-0/+2
2018-08-03tcp: 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