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. Miller2021-02-161-0/+1
|\
| * bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-201-0/+1
* | net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-031-1/+4
|/
* tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima2021-01-201-2/+2
* tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet2021-01-191-12/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+5
|\
| * tcp: Retain ECT bits for tos reflectionWei Wang2020-12-091-2/+5
* | tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal2020-12-031-2/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-6/+22
|\|
| * tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck2020-11-241-4/+8
| * tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-231-2/+13
| * tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck2020-11-201-2/+3
* | tcp: uninline tcp_stream_memory_free()Eric Dumazet2020-11-141-0/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-3/+3
|\
| * tcp: fix receive window update in tcp_add_backlog()Eric Dumazet2020-10-061-3/+3
* | tcp: reflect tos value received in SYN to the socketWei Wang2020-09-101-1/+9
* | ip: pass tos into ip_build_and_send_pkt()Wei Wang2020-09-101-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-2/+3
|\ \
| * | bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-241-2/+3
| |/
* / net: ipv4: delete repeated wordsRandy Dunlap2020-08-241-1/+1
|/
* 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
|/