summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+2
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet1-2/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+4
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)1-7/+4
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet1-5/+7
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet1-7/+6
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet1-10/+9
2023-08-06tcp: set TCP_KEEPCNT locklesslyEric Dumazet1-8/+2
2023-08-06tcp: set TCP_KEEPINTVL locklesslyEric Dumazet1-8/+2
2023-08-06tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet1-13/+10
2023-08-06tcp: set TCP_SYNCNT locklesslyEric Dumazet1-9/+6
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-27/+30
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet1-1/+1
2023-07-20tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet1-3/+3
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-2/+2
2023-07-20tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-07-20tcp: annotate data-races around tp->linger2Eric Dumazet1-4/+4
2023-07-20tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet1-3/+3
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+3
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+2
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-1/+2
2023-07-20tcp: annotate data-races around tp->tsoffsetEric Dumazet1-2/+2
2023-07-20tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet1-2/+2
2023-07-19tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet1-5/+6
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-39/+4
2023-06-25net/tcp: optimise locking for blocking splicePavel Begunkov1-1/+1
2023-06-18tcp: Use per-vma locking for receive zerocopyArjun Roy1-8/+37
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-2/+3
2023-06-12tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet1-3/+3
2023-06-12tcp: let tcp_send_syn_data() build headless packetsEric Dumazet1-1/+1
2023-06-09ipv4, ipv6: Use splice_eof() to flushDavid Howells1-0/+16
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2023-05-30tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu1-1/+2
2023-05-30tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+6
2023-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+6
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+1
2023-05-24tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells1-14/+7
2023-05-24tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGESDavid Howells1-151/+7
2023-05-24tcp: Support MSG_SPLICE_PAGESDavid Howells1-7/+36
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend1-9/+1
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend1-1/+0
2023-05-20bpf: Add bpf_sock_destroy kfuncAditi Ghag1-3/+6
2023-05-17net/tcp: optimise io_uring zc ubuf refcountingPavel Begunkov1-3/+6
2023-05-17net/tcp: don't peek at tail for io_uring zcPavel Begunkov1-2/+1
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet1-6/+8
2023-04-14net: Ensure ->msg_control_user is used for user buffersKevin Brodsky1-2/+2
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet1-1/+1
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet1-5/+6
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+6
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+2