summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
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
2017-01-13tcp: remove thin_dupack featureYuchung Cheng
2017-01-13tcp: remove early retransmitYuchung Cheng
2017-01-09tcp: make TCP_INFO more consistentEric Dumazet
2017-01-05tcp: provide timestamps for partial writesSoheil Hassas Yeganeh
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan
2016-11-30tcp: export sender limits chronographs to TCP_INFOFrancis Yan
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan
2016-11-15tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller