summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2024-08-11tcp: annotate data-races around tp->window_clampEric Dumazet
2024-08-03tcp: add tcp_done_with_error() helperEric Dumazet
2024-06-21tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing
2024-06-21net: tls: fix marking packets as decryptedJakub Kicinski
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet
2024-03-26tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia
2024-02-05tcp: add sanity checks to rx zerocopyEric Dumazet
2024-01-31tcp: Add memory barrier to tcp_push()Salvatore Dipietro
2024-01-10tcp: derive delack_max from rto_minEric Dumazet
2023-12-13tcp: fix mid stream window clamp.Paolo Abeni
2023-10-20net: do not leave an empty skb in write queueEric Dumazet
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-09-29bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet
2023-08-06tcp: set TCP_KEEPCNT locklesslyEric Dumazet
2023-08-06tcp: set TCP_KEEPINTVL locklesslyEric Dumazet
2023-08-06tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet
2023-08-06tcp: set TCP_SYNCNT locklesslyEric Dumazet
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2023-07-20tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-20tcp: annotate data-races around rskq_defer_acceptEric Dumazet
2023-07-20tcp: annotate data-races around tp->linger2Eric Dumazet
2023-07-20tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet
2023-07-20tcp: annotate data-races around tp->tsoffsetEric Dumazet
2023-07-20tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet
2023-07-18tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet
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