summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet2017-09-011-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-1/+1
|\
| * tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-251-1/+1
* | tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-1/+3
* | tcp: fix hang in tcp_sendpage_locked()Eric Dumazet2017-08-251-2/+1
* | tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-231-0/+65
* | tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller2017-08-161-0/+2
* | tcp: enable MSG_ZEROCOPYWillem de Bruijn2017-08-031-1/+31
* | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-011-13/+26
* | tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang2017-07-311-1/+19
* | tcp: extract the function to compute delivery rateWei Wang2017-07-311-7/+16
* | tcp: remove header predictionFlorian Westphal2017-07-311-3/+1
* | tcp: remove prequeue supportFlorian Westphal2017-07-311-105/+0
|/
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-0/+2
|\
| * tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-06-251-0/+2
* | tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson2017-06-271-0/+5
* | tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-191-1/+2
* | tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson2017-06-151-2/+3
* | tcp: ULP infrastructureDave Watson2017-06-151-0/+28
* | tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-6/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-2/+4
|\ \ | |/
| * tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos2017-05-311-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-261-2/+5
|\ \ | |/
| * tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-05-251-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-221-0/+4
|\ \ | |/
| * tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-05-211-0/+4
* | net: ipv4: tcp: fixed comment coding style issueRohit Chavan2017-05-221-2/+3
* | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-2/+2
* | tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet2017-05-171-1/+1
* | tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet2017-05-171-1/+1
* | tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-171-1/+1
|/
* tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti2017-04-301-1/+1
* tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2017-04-261-1/+1
* net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-0/+1
|\
| * tcp: clear saved_syn in tcp_disconnect()Eric Dumazet2017-04-091-0/+1
* | net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng2017-04-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-1/+2
|\ \ | |/
| * tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet2017-03-161-1/+2
* | net: tcp: Permit user set TCP_MAXSEG to default valueGao Feng2017-03-221-1/+1
|/
* tcp: fix potential double free issue for fastopen_reqWei Wang2017-03-021-3/+12
* tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet2017-02-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-0/+6
|\
| * tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-061-0/+6
* | tcp: record pkts sent and retransmisttedYuchung Cheng2017-01-291-1/+5
* | net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau2017-01-251-1/+1
* | net/tcp-fastopen: Add new API supportWei Wang2017-01-251-1/+34
* | net: remove bh disabling around percpu_counter accessesEric Dumazet2017-01-201-2/+0
OpenPOWER on IntegriCloud