Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d13549074cf066d6d5bb29903d044beffea342d3
/
include
/
net
/
inet_connection_sock.h
9f95041
tcp: fix child sockets to use system default congestion control if not set
by Neal Cardwell
· 9 years ago
b5d721d
inet: properly align icsk_ca_priv
by Eric Dumazet
· 10 years ago
b357a36
inet: fix possible panic in reqsk_queue_unlink()
by Eric Dumazet
· 10 years ago
fa76ce73
inet: get rid of central tcp/dccp listener timer
by Eric Dumazet
· 10 years ago
52452c5
inet: drop prev pointer handling in request sock
by Eric Dumazet
· 10 years ago
0470c8c
inet: fix request sock refcounting
by Eric Dumazet
· 10 years ago
13854e5
inet: add proper refcounting to request sock
by Eric Dumazet
· 10 years ago
05cbc0d
ipv4: Create probe timer for tcp PMTU as per RFC4821
by Fan Du
· 10 years ago
c5c6a8a
net: tcp: add key management to congestion control
by Daniel Borkmann
· 10 years ago
fcdd1cf
tcp: avoid possible arithmetic overflows
by Eric Dumazet
· 10 years ago
4fab907
tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
by Neal Cardwell
· 10 years ago
b0270e9
ipv4: add a sock pointer to ip_queue_xmit()
by Eric Dumazet
· 11 years ago
1fd5115
inet*.h: Remove extern from function prototypes
by Joe Perches
· 11 years ago
6ba8a3b
tcp: Tail loss probe (TLP)
by Nandita Dukkipati
· 12 years ago
e337e24
inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock
by Christoph Paasch
· 12 years ago
5d299f3
net: ipv6: fix TCP early demux
by Eric Dumazet
· 12 years ago
ba3f7f0
ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.
by David S. Miller
· 12 years ago
80d0a69
ipv4: Add helper inet_csk_update_pmtu().
by David S. Miller
· 12 years ago
16d1839
inet: Remove ->get_peer() method.
by David S. Miller
· 12 years ago
7586ece
ipv4: tcp: dont cache output dst for syncookies
by Eric Dumazet
· 12 years ago
4670fd8
tcp: Get rid of inetpeer special cases.
by David S. Miller
· 12 years ago
6746960
ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing
by Eric Dumazet
· 13 years ago
aacd928
tcp: bind() use stronger condition for bind_conflict
by Alex Copot
· 13 years ago
e56c57d
net: rename sk_clone to sk_clone_lock
by Eric Dumazet
· 13 years ago
6bd023f
ipv4: Make caller provide flowi4 key to inet_csk_route_req().
by David S. Miller
· 14 years ago
d9d8da8
inet: Pass flowi to ->queue_xmit().
by David S. Miller
· 14 years ago
77357a9
ipv4: Create inet_csk_route_child_sock().
by David S. Miller
· 14 years ago
4c306a9
net: kill unused macros
by Shan Wei
· 14 years ago
3f419d2
inet: Turn ->remember_stamp into ->get_peer in connection AF ops.
by David S. Miller
· 14 years ago
dca43c7
tcp: Add TCP_USER_TIMEOUT socket option.
by Jerry Chu
· 14 years ago
4e15ed4
net: replace ipfragok with skb->local_df
by Shan Wei
· 15 years ago
bb29624
inet: Remove unused send_check length argument
by Herbert Xu
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
af01d53
net: more #ifdef CONFIG_COMPAT
by Alexey Dobriyan
· 16 years ago
3d58b5f
[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.
by Denis V. Lunev
· 17 years ago
ab1e0a1
[SOCK] proto: Add hashinfo member to struct proto
by Arnaldo Carvalho de Melo
· 17 years ago
e89862f
[TCP]: Restore SKB socket owner setting in tcp_transmit_skb().
by David S. Miller
· 18 years ago
bd01f84
[PATCH] severing skbuff.h -> poll.h
by Al Viro
· 18 years ago
850db6b
[INET_CONNECTION_SOCK]: Pack struct inet_connection_sock_af_ops
by Arnaldo Carvalho de Melo
· 18 years ago
9317311
[TCP]: Don't set SKB owner in tcp_transmit_skb().
by David S. Miller
· 18 years ago
6b72977
[IPV4]: inet_csk_search_req() annotations
by Al Viro
· 18 years ago
7f25afb
[IPV4]: inet_csk_search_req() (partial) annotations
by Al Viro
· 18 years ago
1ef9696
[TCP]: Send ACKs each 2nd received segment.
by Alexey Kuznetsov
· 18 years ago
dec73ff
[ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt
by Arnaldo Carvalho de Melo
· 19 years ago
3fdadf7
[NET]: {get|set}sockopt compatibility layer
by Dmitry Mishin
· 19 years ago
c4d9390
[ICSK]: Introduce inet_csk_ctl_sock_create
by Arnaldo Carvalho de Melo
· 19 years ago
0e7b136
[TCP] mtu probing: move tcp-specific data out of inet_connection_sock
by John Heffner
· 19 years ago
5d424d5
[TCP]: MTU probing
by John Heffner
· 19 years ago
770cfbc
[INET]: congestion and af_ops can be const
by Stephen Hemminger
· 19 years ago
14c8502
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
by Arnaldo Carvalho de Melo
· 19 years ago
d83d846
[IP_SOCKGLUE]: Remove most of the tcp specific calls
by Arnaldo Carvalho de Melo
· 19 years ago
af05dc9
[ICSK]: Move v4_addr2sockaddr from TCP to icsk
by Arnaldo Carvalho de Melo
· 19 years ago
8292a17
[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops
by Arnaldo Carvalho de Melo
· 19 years ago
c2977c2
[ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned long
by Arnaldo Carvalho de Melo
· 19 years ago
971af18
[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port
by Arnaldo Carvalho de Melo
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
d8971fc
[INET]: compile errors when DEBUG is defined
by Stephen Hemminger
· 19 years ago
dc40c7b
[ICSK]: Generalise tcp_listen_poll
by Arnaldo Carvalho de Melo
· 19 years ago
6687e98
[ICSK]: Move TCP congestion avoidance members to icsk
by Arnaldo Carvalho de Melo
· 19 years ago
a019d6f
[ICSK]: Move generalised functions from tcp to inet_connection_sock
by Arnaldo Carvalho de Melo
· 19 years ago
295f732
[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer
by Arnaldo Carvalho de Melo
· 19 years ago
9f1d260
[ICSK]: Introduce inet_csk_clone
by Arnaldo Carvalho de Melo
· 19 years ago
3f421ba
[NET]: Just move the inet_connection_sock function from tcp sources
by Arnaldo Carvalho de Melo
· 19 years ago
463c84b
[NET]: Introduce inet_connection_sock
by Arnaldo Carvalho de Melo
· 19 years ago