summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)9 days1-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14 days1-2/+2
|\
| * tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet2024-05-021-2/+2
* | net: add <net/proto_memory.h>Eric Dumazet2024-04-301-0/+1
* | tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet2024-04-301-1/+9
* | net: move sysctl_max_skb_frags to net_hotdataEric Dumazet2024-04-301-1/+2
* | rstreason: prepare for active resetJason Xing2024-04-261-5/+10
* | tcp: add support for SO_PEEK_OFF socket optionJon Maloy2024-04-111-6/+10
* | tcp: tweak tcp_sock_write_txrx size assertionEric Dumazet2024-04-101-1/+5
* | tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet2024-04-091-0/+3
* | tcp: more struct tcp_sock adjustmentsEric Dumazet2024-04-081-4/+4
* | tcp: annotate data-races around tp->window_clampEric Dumazet2024-04-051-4/+4
|/
* tcp: properly terminate timers for kernel socketsEric Dumazet2024-03-251-0/+2
* tcp: annotate a data-race around sysctl_tcp_wmem[0]Jason Xing2024-03-111-1/+1
* tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia2024-03-111-2/+2
* net: introduce include/net/rps.hEric Dumazet2024-03-071-0/+1
* tcp: align tcp_sock_write_rx groupEric Dumazet2024-03-041-1/+1
* tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet2024-02-121-1/+2
* tcp: add sanity checks to rx zerocopyEric Dumazet2024-01-291-1/+11
* tcp: Add memory barrier to tcp_push()Salvatore Dipietro2024-01-231-0/+1
* 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
|\