aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+20
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu1-1/+0
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-2/+20
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski1-20/+2
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-2/+20
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad1-3/+3
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet1-1/+0
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet1-1/+0
2021-10-28tcp: factorize ip_summed settingEric Dumazet1-2/+1
2021-10-28tcp: no longer set skb->reserved_tailroomEric Dumazet1-5/+0
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet1-4/+5
2021-10-28tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet1-9/+1
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang1-4/+1
2021-10-26tcp: remove unneeded code from tcp_stream_alloc_skb()Eric Dumazet1-3/+0
2021-10-26tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skbEric Dumazet1-2/+2
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet1-6/+6
2021-10-26tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell1-1/+1
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet1-5/+33
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet1-26/+0
2021-09-23tcp: make tcp_build_frag() staticPaolo Abeni1-2/+2
2021-09-23tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni1-4/+4
2021-08-26tcp: enable mid stream window clampNeil Spring1-0/+1
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin1-1/+3
2021-07-09tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad1-0/+3
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-8/+6
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-2/+2
2021-06-29net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett1-2/+2
2021-06-04tcp: export timestamp helpers for mptcpFlorian Westphal1-6/+4
2021-05-06tcp: Specify cmsgbuf is user pointer for receive zerocopy.Arjun Roy1-0/+1
2021-04-09Revert "tcp: Reset tcp connections in SYN-SENT state"Eric Dumazet1-2/+3
2021-04-06tcp: Reset tcp connections in SYN-SENT stateManoj Basapathi1-3/+2
2021-03-17bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitlyYonghong Song1-0/+12
2021-03-01tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet1-8/+15
2021-02-26tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy1-1/+2
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+14
2021-02-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet1-13/+5
2021-02-11tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy1-1/+10
2021-01-22tcp: Add receive timestamp support for receive zerocopy.Arjun Roy1-32/+84
2021-01-22tcp: Remove CMSG magic numbers for tcp_recvmsg().Arjun Roy1-4/+10
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+17
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev1-0/+14
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen1-0/+1
2021-01-07skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon1-2/+2
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon1-1/+1
2021-01-07skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon1-1/+1
2021-01-07skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon1-1/+1
2021-01-07skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon1-1/+1