summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-231-1/+0
* tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-311-1/+1
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-011-8/+3
* tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-261-1/+1
* tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-08-241-2/+2
* net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti2018-07-251-2/+1
* tcp: ignore Fast Open on repair modeYuchung Cheng2018-05-191-1/+2
* tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2018-05-161-1/+1
* tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh2018-04-291-1/+0
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-04-291-2/+4
* tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2018-03-311-0/+1
* tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-02-131-0/+6
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-311-0/+3
* tcp: invalidate rate samples during SACK renegingYousuk Seung2018-01-021-0/+1
* 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