summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-0/+94
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-071-3/+25
| |\
| * | tcp: reorganize tcp_sock fast path variablesCoco Li2023-12-051-0/+93
| * | tcp: Dump bound-only sockets in inet_diag.Guillaume Nault2023-12-041-0/+1
* | | Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-081-6/+4
|\ \ \ | |_|/ |/| |
| * | iov_iter: replace import_single_range() with import_ubuf()Jens Axboe2023-12-051-4/+4
| * | iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe2023-12-051-4/+2
| |/
* | net/tcp: Limit TCP_AO_REPAIR to non-listen socketsDmitry Safonov2023-12-061-0/+6
* | tcp: fix mid stream window clamp.Paolo Abeni2023-12-051-3/+19
|/
* net/tcp: Add TCP_AO_REPAIRDmitry Safonov2023-10-271-7/+17
* net/tcp: Add TCP-AO getsockopt()sDmitry Safonov2023-10-271-0/+13
* net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov2023-10-271-10/+13
* net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov2023-10-271-31/+8
* net/tcp: Add tcp_parse_auth_options()Dmitry Safonov2023-10-271-1/+2
* net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov2023-10-271-0/+17
* net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov2023-10-271-117/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-3/+5
|\
| * net: do not leave an empty skb in write queueEric Dumazet2023-10-201-3/+5
* | tcp: add TCPI_OPT_USEC_TSEric Dumazet2023-10-231-0/+2
* | tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-231-4/+14
* | tcp: replace tcp_time_stamp_raw()Eric Dumazet2023-10-231-2/+2
* | tcp: introduce tcp_clock_ms()Eric Dumazet2023-10-231-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-8/+8
|\|
| * tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-131-8/+8
* | tcp: record last received ipv6 flowlabelDavid Morley2023-10-101-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-8/+2
|\|
| * bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend2023-09-291-8/+2
* | tcp: derive delack_max from rto_minEric Dumazet2023-10-011-1/+2
* | tcp: new TCP_INFO stats for RTO eventsAananth V2023-09-161-0/+9
|/
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-071-2/+2
|\
| * net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-2/+2
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-7/+4
|\ \ | |/ |/|
| * mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)2023-08-181-7/+4
* | inet: move inet->defer_connect to inet->inet_flagsEric Dumazet2023-08-161-5/+7
* | tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet2023-08-061-7/+6
* | tcp: set TCP_LINGER2 locklesslyEric Dumazet2023-08-061-10/+9
* | tcp: set TCP_KEEPCNT locklesslyEric Dumazet2023-08-061-8/+2
* | tcp: set TCP_KEEPINTVL locklesslyEric Dumazet2023-08-061-8/+2
* | tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet2023-08-061-13/+10
* | tcp: set TCP_SYNCNT locklesslyEric Dumazet2023-08-061-9/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-201-27/+30
|\|
| * tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-07-201-1/+1
| * tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet2023-07-201-3/+3
| * tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-07-201-2/+2
| * tcp: annotate data-races around rskq_defer_acceptEric Dumazet2023-07-201-5/+6
| * tcp: annotate data-races around tp->linger2Eric Dumazet2023-07-201-4/+4
| * tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2023-07-201-3/+3
| * tcp: annotate data-races around tp->keepalive_probesEric Dumazet2023-07-201-2/+3
| * tcp: annotate data-races around tp->keepalive_intvlEric Dumazet2023-07-201-2/+2
| * tcp: annotate data-races around tp->keepalive_timeEric Dumazet2023-07-201-1/+2