summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2020-06-25net: bpf: Add bpf_seq_afinfo in tcp_iter_stateYonghong Song1-0/+1
2020-06-24net: move tcp gro declarations to net/tcp.hEric Dumazet1-0/+4
2020-06-24tcp: move ipv4_specific to tcp include fileEric Dumazet1-0/+2
2020-06-24tcp: move ipv6_specific declaration to remove a warningEric Dumazet1-0/+2
2020-06-24tcp: add declarations to avoid warningsEric Dumazet1-0/+2
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet1-0/+3
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet1-0/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-14/+10
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+0
2020-05-30tcp: tcp_init_buffer_space can be staticFlorian Westphal1-1/+0
2020-05-28tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet1-0/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+13
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet1-0/+13
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers1-1/+0
2020-05-07net: remove spurious declaration of tcp_default_init_rwnd()Maciej Żenczykowski1-1/+0
2020-05-07tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet1-13/+8
2020-05-02net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu1-0/+1
2020-04-19tcp: cache line align MAX_TCP_HEADEREric Dumazet1-1/+1
2020-03-20bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing1-2/+0
2020-03-10bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer1-6/+9
2020-03-10bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSGLorenz Bauer1-2/+2
2020-03-10bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer1-1/+0
2020-02-22tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki1-0/+7
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+2
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+4
2020-01-16bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend1-2/+4
2020-01-10tcp: Export TCP functions and ops structMat Martineau1-0/+8
2020-01-10tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau1-0/+8
2020-01-10tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau1-0/+3
2020-01-10tcp: Add MPTCP option numberMat Martineau1-0/+1
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau1-0/+2
2020-01-03tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern1-12/+12
2019-12-14tcp: refine tcp_write_queue_empty() implementationEric Dumazet1-1/+10
2019-12-07tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault1-3/+3
2019-12-07tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault1-3/+13
2019-12-07tcp: fix rejected syncookies due to stale timestampsGuillaume Nault1-2/+3
2019-11-08tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet1-3/+9
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-2/+2
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet1-1/+2
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet1-1/+1
2019-10-10net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+2
2019-10-10tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-1/+1
2019-09-01tcp: ulp: add functions to dump ulp-specific informationDavide Caratti1-0/+3
2019-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+10
2019-08-09tcp: Update TCP_BASE_MSS commentJosh Hunt1-1/+1
2019-07-31tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov1-0/+10
2019-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+3
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend1-0/+3
2019-07-22tcp: be more careful in tcp_fragment()Eric Dumazet1-0/+5