aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-13tcp: improve recv_skip_hint for tcp_zerocopy_receiveSoheil Hassas Yeganeh1-5/+5
2019-10-03tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet1-4/+2
2019-09-16tcp: Add snd_wnd to TCP_INFOThomas Higdon1-0/+1
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon1-0/+2
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+20
2019-08-27tcp: remove empty skb from write queue in error casesEric Dumazet1-10/+20
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2019-08-09tcp: batch calls to sk_flush_backlog()Eric Dumazet1-5/+6
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-0/+3
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-3/+3
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)1-6/+8
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet1-1/+3
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-07-08tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch1-0/+2
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel1-2/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2019-06-17Merge branch 'tcp-fixes'David S. Miller1-0/+1
2019-06-16tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet1-0/+5
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet1-0/+1
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-0/+24
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-30tcp: add support to TCP_FASTOPEN_KEY for optional backup keyJason Baron1-10/+20
2019-05-30tcp: add backup TFO key infrastructureJason Baron1-1/+2
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