summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26tcp: properly terminate timers for kernel socketsEric Dumazet1-0/+2
2024-03-11tcp: annotate a data-race around sysctl_tcp_wmem[0]Jason Xing1-1/+1
2024-03-11tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia1-2/+2
2024-03-08net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-03-05tcp: align tcp_sock_write_rx groupEric Dumazet1-1/+1
2024-02-12tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet1-1/+2
2024-01-29tcp: add sanity checks to rx zerocopyEric Dumazet1-1/+11
2024-01-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro1-0/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+94
2024-01-08Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+4
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+25
2023-12-06net/tcp: Limit TCP_AO_REPAIR to non-listen socketsDmitry Safonov1-0/+6
2023-12-06tcp: reorganize tcp_sock fast path variablesCoco Li1-0/+93
2023-12-06tcp: fix mid stream window clamp.Paolo Abeni1-3/+19
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe1-4/+4
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe1-4/+2
2023-12-05tcp: Dump bound-only sockets in inet_diag.Guillaume Nault1-0/+1
2023-10-27net/tcp: Add TCP_AO_REPAIRDmitry Safonov1-7/+17
2023-10-27net/tcp: Add TCP-AO getsockopt()sDmitry Safonov1-0/+13
2023-10-27net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov1-10/+13
2023-10-27net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov1-31/+8
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov1-1/+2
2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov1-0/+17
2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov1-117/+28
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2023-10-23tcp: add TCPI_OPT_USEC_TSEric Dumazet1-0/+2
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet1-4/+14
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet1-2/+2
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet1-4/+2
2023-10-21net: do not leave an empty skb in write queueEric Dumazet1-3/+5
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+8
2023-10-14tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni1-8/+8
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley1-2/+2
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+2
2023-10-01tcp: derive delack_max from rto_minEric Dumazet1-1/+2
2023-09-29bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend1-8/+2
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V1-0/+9
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