Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8911d7748ca360ef96cb207cc5165eb9c08669e5
/
include
/
net
/
tcp.h
dc6ef6b
tcp: do not set queue_mapping on SYNACK
by Eric Dumazet
· 9 years ago
ca6fb06
tcp: attach SYNACK messages to request sockets instead of listener
by Eric Dumazet
· 9 years ago
079096f
tcp/dccp: install syn_recv requests into ehash table
by Eric Dumazet
· 9 years ago
aa3a0c8
tcp: get_openreq[46]() changes
by Eric Dumazet
· 9 years ago
f964629
tcp: constify tcp_v{4|6}_route_req() sock argument
by Eric Dumazet
· 9 years ago
3f684b4
tcp: cookie_init_sequence() cleanups
by Eric Dumazet
· 9 years ago
0c27171
tcp/dccp: constify syn_recv_sock() method sock argument
by Eric Dumazet
· 9 years ago
c28c6f0
tcp: constify tcp_create_openreq_child() socket argument
by Eric Dumazet
· 9 years ago
72ab4a8
tcp: remove tcp_rcv_state_process() tcp_hdr argument
by Eric Dumazet
· 9 years ago
bda07a6
tcp: remove unused len argument from tcp_rcv_state_process()
by Eric Dumazet
· 9 years ago
7c85af8
tcp: avoid reorders for TFO passive connections
by Eric Dumazet
· 9 years ago
ea3bea3
tcp/dccp: constify rtx_synack() and friends
by Eric Dumazet
· 9 years ago
0f935dbe
tcp: constify tcp_v{4|6}_send_synack() socket argument
by Eric Dumazet
· 9 years ago
5d062de
tcp: constify tcp_make_synack() socket argument
by Eric Dumazet
· 9 years ago
b83e3de
tcp: md5: constify tcp_md5_do_lookup() socket argument
by Eric Dumazet
· 9 years ago
b1964b5
tcp: constify tcp_openreq_init_rwin()
by Eric Dumazet
· 9 years ago
b40cf18
tcp: constify listener socket in tcp_v[46]_init_req()
by Eric Dumazet
· 9 years ago
0f1c28a
tcp: usec resolution SYN/ACK RTT
by Yuchung Cheng
· 9 years ago
c3a8d94
tcp: use dctcp if enabled on the route to the initiator
by Daniel Borkmann
· 9 years ago
43e122b
tcp: refine pacing rate determination
by Eric Dumazet
· 9 years ago
6f021c6
tcp: fix slow start after idle vs TSO/GSO
by Eric Dumazet
· 9 years ago
7617400
tcp: do not slow start when cwnd equals ssthresh
by Yuchung Cheng
· 9 years ago
071d508
tcp: add tcp_in_slow_start helper
by Yuchung Cheng
· 9 years ago
f69ad29
tcp: fill shinfo->gso_size at last moment
by Eric Dumazet
· 9 years ago
b80c0e7
tcp: get_cookie_sock() consolidation
by Eric Dumazet
· 9 years ago
4921355
tcp: add rfc3168, section 6.1.1.1. fallback
by Daniel Borkmann
· 9 years ago
b8da51e
tcp: introduce tcp_under_memory_pressure()
by Eric Dumazet
· 9 years ago
a6c5ea4
tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()
by Eric Dumazet
· 9 years ago
264ea10
tcp: syncookies: extend validity range
by Eric Dumazet
· 9 years ago
e520af4
tcp: add TCPWinProbe and TCPKeepAlive SNMP counters
by Eric Dumazet
· 10 years ago
21c8fe9
tcp: adjust window probe timers to safer values
by Eric Dumazet
· 10 years ago
64f40ff
tcp: prepare CC get_info() access from getsockopt()
by Eric Dumazet
· 10 years ago
0df48c2
tcp: add tcpi_bytes_acked to tcp_info
by Eric Dumazet
· 10 years ago
521f1cf
inet_diag: fix access to tcp cc information
by Eric Dumazet
· 10 years ago
2646c83
tcp: RFC7413 option support for Fast Open client
by Daniel Lee
· 10 years ago
7f9b838
tcp: RFC7413 option support for Fast Open server
by Daniel Lee
· 10 years ago
41d25fe
tcp: tcp_syn_flood_action() can be static
by Eric Dumazet
· 10 years ago
fd3a154
tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()
by Eric Dumazet
· 10 years ago
39f8e58
tcp: md5: remove request sock argument of calc_md5_hash()
by Eric Dumazet
· 10 years ago
26e3736
ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets
by Eric Dumazet
· 10 years ago
42cb80a
inet: remove sk_listener parameter from syn_ack_timeout()
by Eric Dumazet
· 10 years ago
52452c5
inet: drop prev pointer handling in request sock
by Eric Dumazet
· 10 years ago
7970ddc
tcp: uninline tcp_oow_rate_limited()
by Eric Dumazet
· 10 years ago
1bfc443
tcp: move tcp_openreq_init() to tcp_input.c
by Eric Dumazet
· 10 years ago
05cbc0d
ipv4: Create probe timer for tcp PMTU as per RFC4821
by Fan Du
· 10 years ago
6b58e0a
ipv4: Use binary search to choose tcp PMTU probe_size
by Fan Du
· 10 years ago
dcd8fb8
ipv4: Raise tcp PMTU probe mss base size
by Fan Du
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
b0f9ca5
ipv4: Namespecify TCP PMTU mechanism
by Fan Du
· 10 years ago
a9b2c06
tcp: mitigate ACK loops for connections as tcp_request_sock
by Neal Cardwell
· 10 years ago
032ee42
tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacks
by Neal Cardwell
· 10 years ago
6e03f89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
9878196
tcp: do not pace pure ack packets
by Eric Dumazet
· 10 years ago
e73ebb0
tcp: stretch ACK fixes prep
by Neal Cardwell
· 10 years ago
8116441
net: tcp: add per route congestion control
by Daniel Borkmann
· 10 years ago
ea69763
net: tcp: add RTAX_CC_ALGO fib handling
by Daniel Borkmann
· 10 years ago
c5c6a8a
net: tcp: add key management to congestion control
by Daniel Borkmann
· 10 years ago
f7b3bec
net: allow setting ecn via routing table
by Florian Westphal
· 10 years ago
f167338
syncookies: split cookie_check_timestamp() into two functions
by Florian Westphal
· 10 years ago
dca145f
tcp: allow for bigger reordering level
by Eric Dumazet
· 10 years ago
105970f
net: Remove trailing whitespace in tcp.h icmp.c syncookies.c
by Kenjiro Nakayama
· 10 years ago
815afe1
tcp: fix build error if IPv6 is not enabled
by Eric Dumazet
· 10 years ago
870c315
ipv6: introduce tcp_v6_iif()
by Eric Dumazet
· 10 years ago
461b74c
ipv4: clean up cookie_v4_check()
by Cong Wang
· 10 years ago
e25f866
ipv4: share tcp_v4_save_options() with cookie_v4_check()
by Cong Wang
· 10 years ago
35a9ad8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
d0cd848
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
by Linus Torvalds
· 10 years ago
a12a601
tcp: Change tcp_slow_start function to return void
by Li RongQing
· 10 years ago
d82bd12
tcp: move TCP_ECN_create_request out of header
by Florian Westphal
· 10 years ago
9890092
net: tcp: more detailed ACK events and events for CE marked packets
by Florian Westphal
· 10 years ago
7354c8c
net: tcp: split ack slow/fast events from cwnd_event
by Florian Westphal
· 10 years ago
30e502a
net: tcp: add flag for ca to indicate that ECN is required
by Daniel Borkmann
· 10 years ago
55d8694
net: tcp: assign tcp cong_ops when tcp sk is created
by Florian Westphal
· 10 years ago
cd7d849
tcp: change tcp_skb_pcount() location
by Eric Dumazet
· 10 years ago
971f10e
tcp: better TCP_SKB_CB layout to reduce cache line misses
by Eric Dumazet
· 10 years ago
3f33407
net: make tcp_cleanup_rbuf private
by Dan Williams
· 11 years ago
7bced39
net_dma: simple removal
by Dan Williams
· 11 years ago
7faee5c
tcp: remove TCP_SKB_CB(skb)->when
by Eric Dumazet
· 10 years ago
04317da
tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn
by Eric Dumazet
· 10 years ago
a26552a
tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic
by Hannes Frederic Sowa
· 10 years ago
4fab907
tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
by Neal Cardwell
· 10 years ago
9d186ca
tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)
by Andrey Vagin
· 10 years ago
5ae344c
tcp: reduce spurious retransmits due to transient SACK reneging
by Neal Cardwell
· 10 years ago
5ee2c94
tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reduction
by Christoph Paasch
· 10 years ago
86c6a2c
tcp: switch snt_synack back to measuring transmit time of first SYNACK
by Neal Cardwell
· 10 years ago
1fb6f15
tcp: add tcp_conn_request
by Octavian Purdila
· 10 years ago
695da14
tcp: add queue_add_hash to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
2aec4a2
tcp: add mss_clamp to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
5db92c9
tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack
by Octavian Purdila
· 10 years ago
d6274bd
tcp: add send_synack method to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
936b8bd
tcp: add init_seq method to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
d94e041
tcp: add route_req method to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
fb7b37a
tcp: add init_cookie_seq method to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
16bea70
tcp: add init_req method to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
57b4755
tcp: cookie_v4_init_sequence: skb should be const
by Octavian Purdila
· 10 years ago
e0f802f
tcp: move ir_mark initialization to tcp_openreq_init
by Octavian Purdila
· 10 years ago
6cc55e0
tcp: add gfp parameter to tcp_fragment
by Octavian Purdila
· 10 years ago
ca8a226
tcp: make cwnd-limited checks measurement-based, and gentler
by Neal Cardwell
· 10 years ago
843f4a5
tcp: use tcp_v4_send_synack on first SYN-ACK
by Yuchung Cheng
· 10 years ago
89278c9
tcp: simplify fast open cookie processing
by Yuchung Cheng
· 10 years ago
Next »