summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: only release congestion control if it has been initializedPengcheng Yang2024-11-011-1/+1
* net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko2024-10-041-3/+4
* tcp: RX path for devmem TCPMina Almasry2024-09-121-5/+252
* net: add support for skbs with unreadable fragsMina Almasry2024-09-121-0/+3
* net: support non paged skb fragsMina Almasry2024-09-121-0/+3
* net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing2024-09-111-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-291-7/+11
|\
| * tcp: fix forever orphan socket caused by tcp_abortXueming Feng2024-08-271-7/+11
* | tcp: rstreason: introduce SK_RST_REASON_TCP_DISCONNECT_WITH_DATA for active r...Jason Xing2024-08-071-1/+2
* | tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active resetJason Xing2024-08-071-4/+6
* | tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active resetJason Xing2024-08-071-1/+1
* | tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active resetJason Xing2024-08-071-1/+1
* | tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_CLOSE for active resetJason Xing2024-08-071-1/+1
|/
* net/tcp: Remove tcp_hash_fail()Dmitry Safonov2024-06-121-25/+0
* net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov2024-06-121-0/+17
* net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov2024-06-121-2/+72
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-1/+8
|\
| * tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing2024-06-051-1/+5
| * net: tls: fix marking packets as decryptedJakub Kicinski2024-06-041-0/+3
* | net: use unrcu_pointer() helperEric Dumazet2024-06-061-1/+1
* | tcp: add sysctl_tcp_rto_min_usKevin Yang2024-06-051-1/+3
* | tcp: fix races in tcp_abort()Eric Dumazet2024-05-301-5/+1
* | tcp: add tcp_done_with_error() helperEric Dumazet2024-05-301-1/+1
|/
* tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)2024-05-131-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-2/+2
|\
| * tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet2024-05-031-2/+2
* | net: add <net/proto_memory.h>Eric Dumazet2024-05-011-0/+1
* | tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet2024-05-011-1/+9
* | net: move sysctl_max_skb_frags to net_hotdataEric Dumazet2024-05-011-1/+2
* | rstreason: prepare for active resetJason Xing2024-04-261-5/+10
* | tcp: add support for SO_PEEK_OFF socket optionJon Maloy2024-04-121-6/+10
* | tcp: tweak tcp_sock_write_txrx size assertionEric Dumazet2024-04-111-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-061-4/+4
|/
* tcp: properly terminate timers for kernel socketsEric Dumazet2024-03-261-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-081-0/+1
* tcp: align tcp_sock_write_rx groupEric Dumazet2024-03-051-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-081-3/+25
| |\
| * | tcp: reorganize tcp_sock fast path variablesCoco Li2023-12-061-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
| |/