Sign in
android-kvm
/
linux
/
6a71398c6aead255efe445ea96d52b33f0d5f0b2
/
include
/
net
/
tcp.h
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
494bc1d
net/tcp: use deferred jump label for TCP acked data hook
by Jakub Kicinski
· 6 years ago
0b13c9b
include/net/tcp.h: whitespace cleanup at tcp_v4_check
by Daniel T. Lee
· 6 years ago
921f9a0
tcp: convert tcp_md5_needed to static_branch API
by Eric Dumazet
· 6 years ago
a43e052
tcp: get rid of __tcp_add_write_queue_tail()
by Eric Dumazet
· 6 years ago
6c7b4ee
tcp: get rid of tcp_check_send_head()
by Eric Dumazet
· 6 years ago
f859a44
tcp: allow zerocopy with fastopen
by Willem de Bruijn
· 6 years ago
340a6f3
tcp: declare tcp_mmap() only when CONFIG_MMU is set
by Yafang Shao
· 6 years ago
a74f0fa
tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT
by Eric Dumazet
· 6 years ago
6015c71
tcp: md5: add tcp_md5_needed jump label
by Eric Dumazet
· 6 years ago
85bdf7d
tcp: make tcp_space() aware of socket backlog
by Eric Dumazet
· 6 years ago
ebeef4b
tcp: hint compiler about sack flows
by Eric Dumazet
· 6 years ago
213d776
tcp: clean up STATE_TRACE
by Yafang Shao
· 6 years ago
6ab6dfa
net: get rid of __tcp_checksum_complete()
by Cong Wang
· 6 years ago
32bbd87
net: Convert protocol error handlers from void to int
by Stefano Brivio
· 6 years ago
3f80e08
tcp: add tcp_reset_xmit_timer() helper
by Eric Dumazet
· 6 years ago
c16ee04
ulp: remove uid and user_visible members
by Daniel Borkmann
· 6 years ago
02c558b
bpf: sockmap, support for msg_peek in sk_msg with redirect ingress
by John Fastabend
· 6 years ago
604326b
bpf, sockmap: convert to generic sk_msg interface
by Daniel Borkmann
· 6 years ago
1243a51
tcp, ulp: remove ulp bits from sockmap
by Daniel Borkmann
· 6 years ago
fb420d5
tcp/fq: move back to CLOCK_MONOTONIC
by Eric Dumazet
· 6 years ago
d3edd06
tcp: provide earliest departure time in skb->tstamp
by Eric Dumazet
· 6 years ago
9799ccb
tcp: add tcp_wstamp_ns socket field
by Eric Dumazet
· 6 years ago
2fd66ff
tcp: introduce tcp_skb_timestamp_us() helper
by Eric Dumazet
· 6 years ago
72b0094
tcp: switch tcp_clock_ns() to CLOCK_TAI base
by Eric Dumazet
· 6 years ago
037b0b8
tcp, ulp: add alias for all ulp modules
by Daniel Borkmann
· 6 years ago
40a1227e
tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket
by Martin KaFai Lau
· 6 years ago
1972549
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
24b711e
net/ipv6: Fix linklocal to global address with VRF
by David Ahern
· 7 years ago
c4c5551
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
by David S. Miller
· 7 years ago
a0496ef2
tcp: do not delay ACK in DCTCP upon CE status change
by Yuchung Cheng
· 7 years ago
27cde44
tcp: do not cancel delay-AcK on DCTCP special ACK
by Yuchung Cheng
· 7 years ago
a69258f
tcp: remove DELAYED ACK events in DCTCP
by Yuchung Cheng
· 7 years ago
cca9bab
tcp: use monotonic timestamps for PAWS
by Arnd Bergmann
· 7 years ago
4929c94
tcp: expose both send and receive intervals for rate sample
by Deepti Raghavan
· 7 years ago
0ea488f
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
by John Fastabend
· 7 years ago
5cd3da4
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 7 years ago
d4546c2
net: Convert GRO SKB handling to list_head.
by David Miller
· 7 years ago
cadefe5
tcp_bbr: fix bbr pacing rate for internal pacing
by Eric Dumazet
· 7 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
408afb8
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
3d97d88
tcp: minor optimization around tcp_hdr() usage in receive path
by Yafang Shao
· 7 years ago
2c7d3da
net/tcp: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
5d9f426
tcp: add SACK compression
by Eric Dumazet
· 7 years ago
cf0dd20
tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()
by Eric Dumazet
· 7 years ago
b8fef65
tcp: new helper tcp_rack_skb_timeout
by Yuchung Cheng
· 7 years ago
d716bfd
tcp: account lost retransmit after timeout
by Yuchung Cheng
· 7 years ago
6ac06ec
tcp: simpler NewReno implementation
by Yuchung Cheng
· 7 years ago
20b654d
tcp: support DUPACK threshold in RACK
by Yuchung Cheng
· 7 years ago
b9f672a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
37d849b
ipv{4,6}/tcp: simplify procfs registration
by Christoph Hellwig
· 7 years ago
e5cd3ab
bpf: sockmap, refactor sockmap routines to work with hashmap
by John Fastabend
· 7 years ago
73a6bab
tcp: switch pacing timer to softirq based hrtimer
by Eric Dumazet
· 7 years ago
6dac152
tcp: Add clean acked data hook
by Ilya Lesokhin
· 7 years ago
93ab6cc
tcp: implement mmap() for zero copy receive
by Eric Dumazet
· 7 years ago
03f45c8
tcp: avoid extra wakeups for SO_RCVLOWAT users
by Eric Dumazet
· 7 years ago
d136184
tcp: fix SO_RCVLOWAT and RCVBUF autotuning
by Eric Dumazet
· 7 years ago
dcb8c9b
tcp_bbr: better deal with suboptimal GSO (II)
by Eric Dumazet
· 7 years ago
e0f9759
tcp: try to keep packet if SYN_RCV race is lost
by Eric Dumazet
· 7 years ago
1aa12bd
bpf: sockmap, add sock close() hook to remove socks
by John Fastabend
· 7 years ago
b11a632
net: add a UID to use for ULP socket assignment
by John Fastabend
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
de525be
bpf: Support passing args to sock_ops bpf function
by Lawrence Brakmo
· 7 years ago
b73042b
bpf: Add write access to tcp_sock and sock fields
by Lawrence Brakmo
· 7 years ago
e428660
tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR
by Yuchung Cheng
· 7 years ago
7268586
tcp: pause Fast Open globally after third consecutive timeout
by Yuchung Cheng
· 7 years ago
51e18a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
62cd2770
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
d476175
tcp: invalidate rate samples during SACK reneging
by Yousuk Seung
· 7 years ago
f19397a
bpf: Add access to snd_cwnd and others in sock_ops
by Lawrence Brakmo
· 7 years ago
b4d1605
tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()
by David Ahern
· 7 years ago
ade994f
net: annotate ->poll() instances
by Al Viro
· 8 years ago
ed66dfa
tcp: when scheduling TLP, time of RTO should account for current ACK
by Neal Cardwell
· 7 years ago
50895b9
tcp: highest_sack fix
by Eric Dumazet
· 7 years ago
6670e15
tcp: Namespace-ify sysctl_tcp_default_congestion_control
by Stephen Hemminger
· 7 years ago
713bafe
tcp: retire FACK loss detection
by Yuchung Cheng
· 7 years ago
356d183
tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem
by Eric Dumazet
· 7 years ago
1f25569
tcp: higher throughput under reordering with adaptive RACK reordering wnd
by Priyaranjan Jha
· 7 years ago
ed29668d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2b7cda9
tcp: fix tcp_mtu_probe() vs highest_sack
by Eric Dumazet
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8108a77
bpf: bpf_compute_data uses incorrect cb structure
by John Fastabend
· 7 years ago
5b52a4c
tcp: remove unnecessary include
by Alexei Starovoitov
· 7 years ago
c26e91f
tcp: Namespace-ify sysctl_tcp_pacing_ca_ratio
by Eric Dumazet
· 7 years ago
23a7102a
tcp: Namespace-ify sysctl_tcp_pacing_ss_ratio
by Eric Dumazet
· 7 years ago
4170ba6
tcp: Namespace-ify sysctl_tcp_invalid_ratelimit
by Eric Dumazet
· 7 years ago
790f00e
tcp: Namespace-ify sysctl_tcp_autocorking
by Eric Dumazet
· 7 years ago
bd23970
tcp: Namespace-ify sysctl_tcp_min_rtt_wlen
by Eric Dumazet
· 7 years ago
26e9596
tcp: Namespace-ify sysctl_tcp_min_tso_segs
by Eric Dumazet
· 7 years ago
b530b68
tcp: Namespace-ify sysctl_tcp_challenge_ack_limit
by Eric Dumazet
· 7 years ago
9184d8b
tcp: Namespace-ify sysctl_tcp_limit_output_bytes
by Eric Dumazet
· 7 years ago
ceef9ab
tcp: Namespace-ify sysctl_tcp_workaround_signed_windows
by Eric Dumazet
· 7 years ago
d06a990
tcp: Namespace-ify sysctl_tcp_tso_win_divisor
by Eric Dumazet
· 7 years ago
4540c0c
tcp: Namespace-ify sysctl_tcp_moderate_rcvbuf
by Eric Dumazet
· 7 years ago
ec36e41
tcp: Namespace-ify sysctl_tcp_nometrics_save
by Eric Dumazet
· 7 years ago
af9b69a
tcp: Namespace-ify sysctl_tcp_frto
by Eric Dumazet
· 7 years ago
94f0893
tcp: Namespace-ify sysctl_tcp_adv_win_scale
by Eric Dumazet
· 7 years ago
0c12654
tcp: Namespace-ify sysctl_tcp_app_win
by Eric Dumazet
· 7 years ago
Next »