summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
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-09-02net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet1-2/+0
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-1/+3
2017-08-26tcp: fix hang in tcp_sendpage_locked()Eric Dumazet1-2/+1
2017-08-26tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca1-1/+1
2017-08-24tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-0/+65
2017-08-17tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller1-0/+2
2017-08-04tcp: enable MSG_ZEROCOPYWillem de Bruijn1-1/+31
2017-08-02proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert1-13/+26
2017-08-01tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang1-1/+19
2017-08-01tcp: extract the function to compute delivery rateWei Wang1-7/+16
2017-08-01tcp: remove header predictionFlorian Westphal1-3/+1
2017-08-01tcp: remove prequeue supportFlorian Westphal1-105/+0
2017-07-02bpf: Add support for changing congestion controlLawrence Brakmo1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-06-27tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson1-0/+5
2017-06-25tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong1-0/+2
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande1-1/+2
2017-06-15tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson1-2/+3
2017-06-15tcp: ULP infrastructureDave Watson1-0/+28
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-6/+25
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-05-31tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos1-2/+4
2017-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2017-05-25tcp: avoid fastopen API to be used on AF_UNSPECWei Wang1-2/+5
2017-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-05-22net: ipv4: tcp: fixed comment coding style issueRohit Chavan1-2/+3
2017-05-21tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang1-0/+4
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-2/+2
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet1-1/+1
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet1-1/+1
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet1-1/+1
2017-05-01tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti1-1/+1
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet1-1/+1
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang1-0/+1
2017-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-04-10tcp: clear saved_syn in tcp_disconnect()Eric Dumazet1-0/+1
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng1-1/+1
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-03-22net: tcp: Permit user set TCP_MAXSEG to default valueGao Feng1-1/+1
2017-03-17tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet1-1/+2
2017-03-03tcp: fix potential double free issue for fastopen_reqWei Wang1-3/+12
2017-02-17tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet1-1/+1
2017-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2017-02-07tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-01-30tcp: record pkts sent and retransmisttedYuchung Cheng1-1/+5