summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-24net/tcp: optimise locking for blocking splicePavel Begunkov
2023-06-18tcp: Use per-vma locking for receive zerocopyArjun Roy
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-12tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet
2023-06-12tcp: let tcp_send_syn_data() build headless packetsEric Dumazet
2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-29tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu
2023-05-29tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-23tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells
2023-05-23tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGESDavid Howells
2023-05-23tcp: Support MSG_SPLICE_PAGESDavid Howells
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend
2023-05-19bpf: Add bpf_sock_destroy kfuncAditi Ghag
2023-05-17net/tcp: optimise io_uring zc ubuf refcountingPavel Begunkov
2023-05-17net/tcp: don't peek at tail for io_uring zcPavel Begunkov
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet
2023-04-14net: Ensure ->msg_control_user is used for user buffersKevin Brodsky
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-20tcp: fix rate_app_limited to default to 1David Morley
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-01net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-22dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-07tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei
2022-10-28tcp: add rcv_wnd and plb_rehash to TCP_INFOMubashir Adnan Qureshi
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi
2022-10-22net: flag sockets supporting msghdr originated zerocopyPavel Begunkov
2022-10-12tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-09-28tcp: export tcp_sendmsg_fastopenBenjamin Hesmans
2022-09-28net: shrink struct ubuf_infoPavel Begunkov
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima
2022-09-20tcp: read multiple skbs in tcp_read_skb()Cong Wang
2022-09-16tcp: Use WARN_ON_ONCE() in tcp_read_skb()Peilin Ye
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni