summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-101-12/+4
* tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2020-07-311-1/+5
* net: remove sockptr_advanceChristoph Hellwig2020-07-281-2/+3
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-3/+2
* net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig2020-07-241-18/+16
* net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-241-1/+2
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-24/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-7/+10
|\
| * tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-091-0/+3
| * tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet2020-07-021-4/+1
| * tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-011-4/+4
| * tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-06-301-2/+5
* | tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin2020-06-241-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-7/+63
|\
| * net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy2020-06-081-7/+63
* | mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-3/+3
|/
* tcp: add tcp_sock_set_keepcntChristoph Hellwig2020-05-281-0/+12
* tcp: add tcp_sock_set_keepintvlChristoph Hellwig2020-05-281-0/+12
* tcp: add tcp_sock_set_keepidleChristoph Hellwig2020-05-281-15/+34
* tcp: add tcp_sock_set_user_timeoutChristoph Hellwig2020-05-281-0/+8
* tcp: add tcp_sock_set_syncntChristoph Hellwig2020-05-281-0/+12
* tcp: add tcp_sock_set_quickackChristoph Hellwig2020-05-281-13/+26
* tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-14/+25
* tcp: add tcp_sock_set_corkChristoph Hellwig2020-05-281-19/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-8/+19
|\
| * tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet2020-05-141-3/+4
| * tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-121-3/+11
| * net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage2020-05-081-2/+4
* | net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu2020-05-011-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-1/+3
|\
| * tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet2020-03-231-1/+3
* | inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* | tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2020-03-091-0/+3
* | tcp-zerocopy: Update returned getsockopt() optlen.Arjun Roy2020-02-261-1/+4
* | tcp-zerocopy: Return sk_err (if set) along with tcp receive zerocopy.Arjun Roy2020-02-161-1/+7
* | tcp-zerocopy: Return inq along with tcp receive zerocopy.Arjun Roy2020-02-161-1/+14
|/
* tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet2020-01-311-0/+2
* tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet2020-01-311-0/+2
* tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet2020-01-311-0/+1
* tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet2020-01-311-0/+1
* tcp: export count for rehash attemptsAbdul Kabbani2020-01-261-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-1/+1
|\
| * tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-241-0/+1
| * tcp: remove redundant assigment to snd_cwndTheodore Dubois2020-01-211-1/+0
* | mptcp: Add MPTCP socket stubsMat Martineau2020-01-241-0/+2
* | tcp: Export TCP functions and ops structMat Martineau2020-01-091-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-5/+3
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-221-4/+2
| |\
| | * tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet2019-12-131-4/+2