summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-231-2/+4
|\
| * bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-091-2/+4
* | tcp: Export TCP functions and ops structMat Martineau2020-01-091-1/+1
|/
* net: Add device index to tcp_md5sigDavid Ahern2020-01-021-0/+18
* tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2020-01-021-20/+48
* ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hashDavid Ahern2020-01-021-5/+8
* ipv4/tcp: Use local variable for tcp_md5_addrDavid Ahern2020-01-021-17/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-3/+4
|\
| * tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-131-3/+4
* | net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang2019-12-091-0/+1
|/
* net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-3/+3
|\
| * inet: stop leaking jiffies on the wireEric Dumazet2019-11-011-2/+2
| * tcp: increase tcp_max_syn_backlog max valueEric Dumazet2019-10-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-13/+17
|\|
| * tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-131-9/+12
| * tcp: annotate tp->copied_seq lockless readsEric Dumazet2019-10-131-1/+1
| * tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2019-10-131-1/+2
| * tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-2/+2
| * net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-051-1/+1
|\|
| * netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* | tcp: add ipv6_addr_v4mapped_loopback() helperEric Dumazet2019-10-011-4/+2
|/
* tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-271-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-131-0/+15
|\
| * tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov2019-07-301-0/+15
* | tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt2019-08-091-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-0/+1
|\
| * tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-151-0/+1
* | ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2019-06-141-5/+9
* | tcp: add optional per socket transmit delayEric Dumazet2019-06-121-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-6/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* | tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet2019-06-031-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-1/+12
|\
| * tcp: add sanity tests in tcp_add_backlog()Eric Dumazet2019-04-291-1/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-1/+2
|\|
| * tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li2019-04-011-1/+2
* | tcp: add one skb cache for rxEric Dumazet2019-03-231-2/+9
|/
* tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-111-8/+1
* tcp: convert tcp_md5_needed to static_branch APIEric Dumazet2019-02-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-1/+4
|\
| * tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-171-1/+4
* | tcp: Refactor pingpong codeWei Wang2019-01-271-1/+1
|/
* tcp: md5: add tcp_md5_needed jump labelEric Dumazet2018-11-301-4/+7
* tcp: implement coalescing on backlog queueEric Dumazet2018-11-301-6/+86
* tcp: drop dst in tcp_add_backlog()Eric Dumazet2018-11-201-0/+2
* tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet2018-11-111-2/+2
* net: tcp: remove BUG_ON from tcp_v4_errLi RongQing2018-11-091-1/+0
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-081-10/+12