summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2024-02-12tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet
2024-01-29tcp: add sanity checks to rx zerocopyEric Dumazet
2024-01-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-06net/tcp: Limit TCP_AO_REPAIR to non-listen socketsDmitry Safonov
2023-12-05tcp: reorganize tcp_sock fast path variablesCoco Li
2023-12-05tcp: fix mid stream window clamp.Paolo Abeni
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe
2023-12-04tcp: Dump bound-only sockets in inet_diag.Guillaume Nault
2023-10-27net/tcp: Add TCP_AO_REPAIRDmitry Safonov
2023-10-27net/tcp: Add TCP-AO getsockopt()sDmitry Safonov
2023-10-27net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov
2023-10-27net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov
2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov
2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-23tcp: add TCPI_OPT_USEC_TSEric Dumazet
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet
2023-10-20net: do not leave an empty skb in write queueEric Dumazet
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-01tcp: derive delack_max from rto_minEric Dumazet
2023-09-29bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V
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