summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2017-09-01net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal
2017-08-25tcp: fix hang in tcp_sendpage_locked()Eric Dumazet
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney
2017-08-16tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller
2017-08-03tcp: enable MSG_ZEROCOPYWillem de Bruijn
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert
2017-07-31tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang
2017-07-31tcp: extract the function to compute delivery rateWei Wang
2017-07-31tcp: remove header predictionFlorian Westphal
2017-07-31tcp: remove prequeue supportFlorian Westphal
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-27tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson
2017-06-25tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande
2017-06-15tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson
2017-06-15tcp: ULP infrastructureDave Watson
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-31tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-25tcp: avoid fastopen API to be used on AF_UNSPECWei Wang
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-22net: ipv4: tcp: fixed comment coding style issueRohit Chavan
2017-05-21tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet
2017-04-30tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-09tcp: clear saved_syn in tcp_disconnect()Eric Dumazet
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22net: tcp: Permit user set TCP_MAXSEG to default valueGao Feng
2017-03-16tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet
2017-03-02tcp: fix potential double free issue for fastopen_reqWei Wang
2017-02-17tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-06tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-01-29tcp: record pkts sent and retransmisttedYuchung Cheng
2017-01-25net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau
2017-01-25net/tcp-fastopen: Add new API supportWei Wang
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet