summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-251-2/+2
* bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-251-2/+6
* net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-221-1/+3
|\
| * bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-211-1/+3
* | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* | net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-4/+16
|\
| * tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-011-5/+14
| * tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-06-301-0/+3
* | net: bpf: Implement bpf iterator for tcpYonghong Song2020-06-241-0/+123
* | net: bpf: Add bpf_seq_afinfo in tcp_iter_stateYonghong Song2020-06-241-6/+24
|/
* tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet2020-05-281-1/+2
* tcp: rename tcp_v4_err() skb parameterEric Dumazet2020-05-271-9/+9
* tcp: add tcp_ld_RTO_revert() helperEric Dumazet2020-05-271-40/+45
* tcp: tcp_v4_err() icmp skb is named icmp_skbEric Dumazet2020-05-261-1/+1
* tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet2020-05-251-0/+2
* tcp: add hrtimer slack to sack compressionEric Dumazet2020-04-301-0/+1
* inet: Use fallthrough;Joe Perches2020-03-121-2/+2
* tcp: ipv4: Pass lockdep expression to RCU listsAmol Grover2020-02-241-2/+4
* 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