aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06Merge 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-26Merge 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-22Merge 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-04-30tcp: 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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-04-09tcp: 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-23Merge 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-16tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet1-1/+2
2017-03-02tcp: 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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2017-02-06tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-01-29tcp: record pkts sent and retransmisttedYuchung Cheng1-1/+5
2017-01-25net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau1-1/+1
2017-01-25net/tcp-fastopen: Add new API supportWei Wang1-1/+34
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet1-2/+0
2017-01-13tcp: remove thin_dupack featureYuchung Cheng1-4/+2
2017-01-13tcp: remove early retransmitYuchung Cheng1-3/+0
2017-01-09tcp: make TCP_INFO more consistentEric Dumazet1-4/+4
2017-01-05tcp: provide timestamps for partial writesSoheil Hassas Yeganeh1-8/+10
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan1-2/+0
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet1-2/+2
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+20
2016-11-30tcp: export sender limits chronographs to TCP_INFOFrancis Yan1-0/+20
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan1-2/+8
2016-11-15tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-11-09tcp: remove unaligned accesses from tcp_get_info()Eric Dumazet1-6/+5
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet1-11/+9
2016-11-09tcp: shortcut listeners in tcp_get_info()Eric Dumazet1-17/+24
2016-11-03tcp: fix return value for partial writesEric Dumazet1-1/+1
2016-11-03tcp: fix potential memory corruptionEric Dumazet1-1/+1