aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-15tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsGravatar Dave Watson 1-2/+3
2017-06-15tcp: ULP infrastructureGravatar Dave Watson 1-0/+28
2017-06-08tcp: add TCPMemoryPressuresChrono counterGravatar Eric Dumazet 1-6/+25
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+4
2017-05-31tcp: reinitialize MTU probing when setting MSS in a TCP repairGravatar Douglas Caetano dos Santos 1-2/+4
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+5
2017-05-25tcp: avoid fastopen API to be used on AF_UNSPECGravatar Wei Wang 1-2/+5
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+4
2017-05-22net: ipv4: tcp: fixed comment coding style issueGravatar Rohit Chavan 1-2/+3
2017-05-21tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Gravatar Wei Wang 1-0/+4
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockGravatar Eric Dumazet 1-2/+2
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Gravatar Eric Dumazet 1-1/+1
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startGravatar Eric Dumazet 1-1/+1
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeGravatar Eric Dumazet 1-1/+1
2017-04-30tcp: fix access to sk->sk_state in tcp_poll()Gravatar Davide Caratti 1-1/+1
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsGravatar Eric Dumazet 1-1/+1
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosGravatar Wei Wang 1-0/+1
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-04-09tcp: clear saved_syn in tcp_disconnect()Gravatar Eric Dumazet 1-0/+1
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gravatar Gao Feng 1-1/+1
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2017-03-22net: tcp: Permit user set TCP_MAXSEG to default valueGravatar Gao Feng 1-1/+1
2017-03-16tcp: tcp_get_info() should read tcp_time_stamp laterGravatar Eric Dumazet 1-1/+2
2017-03-02tcp: fix potential double free issue for fastopen_reqGravatar Wei Wang 1-3/+12
2017-02-17tcp: use page_ref_inc() in tcp_sendmsg()Gravatar Eric Dumazet 1-1/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+6
2017-02-06tcp: avoid infinite loop in tcp_splice_read()Gravatar Eric Dumazet 1-0/+6
2017-01-29tcp: record pkts sent and retransmisttedGravatar Yuchung Cheng 1-1/+5
2017-01-25net/tcp-fastopen: make connect()'s return case more consistent with non-TFOGravatar Willy Tarreau 1-1/+1
2017-01-25net/tcp-fastopen: Add new API supportGravatar Wei Wang 1-1/+34
2017-01-20net: remove bh disabling around percpu_counter accessesGravatar Eric Dumazet 1-2/+0
2017-01-13tcp: remove thin_dupack featureGravatar Yuchung Cheng 1-4/+2
2017-01-13tcp: remove early retransmitGravatar Yuchung Cheng 1-3/+0
2017-01-09tcp: make TCP_INFO more consistentGravatar Eric Dumazet 1-4/+4
2017-01-05tcp: provide timestamps for partial writesGravatar Soheil Hassas Yeganeh 1-8/+10
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobGravatar Haishuang Yan 1-2/+0
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobGravatar Haishuang Yan 1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocGravatar Eric Dumazet 1-2/+2
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGGravatar Francis Yan 1-0/+20
2016-11-30tcp: export sender limits chronographs to TCP_INFOGravatar Francis Yan 1-0/+20
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferGravatar Francis Yan 1-2/+8
2016-11-15tcp: allow to enable the repair mode for non-listening socketsGravatar Andrey Vagin 1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2016-11-09tcp: remove unaligned accesses from tcp_get_info()Gravatar Eric Dumazet 1-6/+5
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Gravatar Eric Dumazet 1-11/+9
2016-11-09tcp: shortcut listeners in tcp_get_info()Gravatar Eric Dumazet 1-17/+24
2016-11-03tcp: fix return value for partial writesGravatar Eric Dumazet 1-1/+1
2016-11-03tcp: fix potential memory corruptionGravatar Eric Dumazet 1-1/+1
2016-10-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+0