aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-2/+3
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-3/+2
2020-07-24net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig1-18/+16
2020-07-24net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig1-1/+2
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-24/+0
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+10
2020-07-09tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch1-0/+3
2020-07-02tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet1-4/+1
2020-07-01tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet1-4/+4
2020-06-30tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet1-2/+5
2020-06-24tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin1-3/+3
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-7/+63
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-3/+3
2020-06-08net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy1-7/+63
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig1-0/+12
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig1-0/+12
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig1-15/+34
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig1-0/+8
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig1-0/+12
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig1-13/+26
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-14/+25
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig1-19/+32
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+19
2020-05-14tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet1-3/+4
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet1-3/+11
2020-05-08net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage1-2/+4
2020-05-01net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu1-2/+2
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-03-23tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet1-1/+3
2020-03-12inet: Use fallthrough;Joe Perches1-1/+1
2020-03-09tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+3
2020-02-26tcp-zerocopy: Update returned getsockopt() optlen.Arjun Roy1-1/+4
2020-02-16tcp-zerocopy: Return sk_err (if set) along with tcp receive zerocopy.Arjun Roy1-1/+7
2020-02-16tcp-zerocopy: Return inq along with tcp receive zerocopy.Arjun Roy1-1/+14
2020-01-31tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-01-31tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-01-31tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet1-0/+1
2020-01-31tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet1-0/+1
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani1-0/+2
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau1-0/+2
2020-01-24tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet1-0/+1
2020-01-21tcp: remove redundant assigment to snd_cwndTheodore Dubois1-1/+0
2020-01-09tcp: Export TCP functions and ops structMat Martineau1-3/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+2
2019-12-15tcp: Set rcv zerocopy hint correctly if skb last frag is < PAGE_SIZEArjun Roy1-0/+2
2019-12-13tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet1-4/+2
2019-12-10tcp: Cleanup duplicate initialization of sk->sk_state.Kuniyuki Iwashima1-2/+0