summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2021-11-12tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet
2021-10-28tcp: factorize ip_summed settingEric Dumazet
2021-10-28tcp: no longer set skb->reserved_tailroomEric Dumazet
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet
2021-10-28tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-10-26tcp: remove unneeded code from tcp_stream_alloc_skb()Eric Dumazet
2021-10-26tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skbEric Dumazet
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet
2021-10-26tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet
2021-09-23tcp: make tcp_build_frag() staticPaolo Abeni
2021-09-23tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni
2021-08-26tcp: enable mid stream window clampNeil Spring
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin
2021-07-09tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-29net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett
2021-06-04tcp: export timestamp helpers for mptcpFlorian Westphal
2021-05-06tcp: Specify cmsgbuf is user pointer for receive zerocopy.Arjun Roy
2021-04-09Revert "tcp: Reset tcp connections in SYN-SENT state"Eric Dumazet
2021-04-06tcp: Reset tcp connections in SYN-SENT stateManoj Basapathi
2021-03-17bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitlyYonghong Song
2021-03-01tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet
2021-02-26tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet
2021-02-11tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy
2021-01-22tcp: Add receive timestamp support for receive zerocopy.Arjun Roy
2021-01-22tcp: Remove CMSG magic numbers for tcp_recvmsg().Arjun Roy
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2021-01-07skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon
2021-01-07skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon