Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c30883bdff0b3544900a5c4aba18b8985436878f
/
net
/
ipv4
/
inet_connection_sock.c
77357a9
ipv4: Create inet_csk_route_child_sock().
by David S. Miller
· 13 years ago
072d8c9
ipv4: Get route daddr from flow key in inet_csk_route_req().
by David S. Miller
· 14 years ago
f6d8bd0
inet: add RCU protection to inet->opt
by Eric Dumazet
· 14 years ago
e194342
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
3e8c806
Revert "tcp: disallow bind() to reuse addr/port"
by David S. Miller
· 14 years ago
e79d9bc
ipv4: Use flowi4_init_output() in inet_connection_sock.c
by David S. Miller
· 14 years ago
9cce96d
net: Put fl4_* macros to struct flowi4 and use them again.
by David S. Miller
· 14 years ago
9d6ec93
ipv4: Use flowi4 in public route lookup interfaces.
by David S. Miller
· 14 years ago
6281dcc
net: Make flowi ports AF dependent.
by David S. Miller
· 14 years ago
1d28f42
net: Put flowi_* prefix on AF independent members of struct flowi
by David S. Miller
· 14 years ago
b23dd4f
ipv4: Make output route lookup return rtable directly.
by David S. Miller
· 14 years ago
273447b
ipv4: Kill can_sleep arg to ip_route_output_flow()
by David S. Miller
· 14 years ago
420d44d
ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"
by David S. Miller
· 14 years ago
c191a83
tcp: disallow bind() to reuse addr/port
by Eric Dumazet
· 14 years ago
68835ab
net: optimize INET input path further
by Eric Dumazet
· 14 years ago
5811662
net: use the macros defined for the members of flowi
by Changli Gao
· 14 years ago
4bc2f18
net/ipv4: EXPORT_SYMBOL cleanups
by Eric Dumazet
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
e3826f1
net: reserve ports for applications using fixed port numbers
by Amerigo Wang
· 15 years ago
7ef5273
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
8d238b2
Revert "tcp: bind() fix when many ports are bound"
by David S. Miller
· 15 years ago
e1703b36
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
fda48a0
tcp: bind() fix when many ports are bound
by Eric Dumazet
· 15 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
72659ec
tcp: account SYN-ACK timeouts & retransmissions
by Octavian Purdila
· 15 years ago
e6b4d11
TCPCT part 1a: add request_values parameter for sending SYNACK
by William Allen Simpson
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
cfadf85
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
0c3d79b
tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPT
by Julian Anastasov
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
ffce908
net: Add sk_mark route lookup support for IPv4 listening sockets
by Atis Elsts
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
24dd1fa
net: move bsockets outside of read only beginning of struct inet_hashinfo
by Eric Dumazet
· 16 years ago
5add300
inet: Fix virt-manager regression due to bind(0) changes.
by Stephen Hemminger
· 16 years ago
a9d8f91
inet: Allowing more than 64k connections and heavily optimize bind(0) time.
by Evgeniy Polyakov
· 16 years ago
eb4dea5
net: Fix percpu counters deadlock
by Herbert Xu
· 16 years ago
857a6e0
icsk: join error paths using goto
by Ilpo Järvinen
· 16 years ago
6976a1d
net: percpu_counter_inc() should not be called in BH-disabled section
by Eric Dumazet
· 16 years ago
dd24c00
net: Use a percpu_counter for orphan_count
by Eric Dumazet
· 16 years ago
7a9546e
net: ib_net pointer should depends on CONFIG_NET_NS
by Eric Dumazet
· 16 years ago
d9319100
net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.c
by Jianjun Kong
· 16 years ago
3c689b7
inet: cleanup of local_port_range
by Eric Dumazet
· 16 years ago
a3116ac5
tcp: Port redirection support for TCP
by KOVACS Krisztian
· 16 years ago
86b08d8
ipv4: Make Netfilter's ip_route_me_harder() non-local address compatible
by KOVACS Krisztian
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
7c73a6f
mib: add net to IP_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
84a3aa0
ipv4: prepare net initialization for IP accounting
by Pavel Emelyanov
· 16 years ago
caea902
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
7f635ab
inet: add struct net argument to inet_bhashfn
by Pavel Emelyanov
· 16 years ago
93653e0
tcp: Revert reset of deferred accept changes in 2.6.26
by David S. Miller
· 16 years ago
ec0a196
tcp: Revert 'process defer accept as established' changes.
by David S. Miller
· 16 years ago
7477fd2e
[SOCK]: Add some notes about per-bind-bucket sock lookup.
by Pavel Emelyanov
· 17 years ago
ac6f781
[INET]: sk_reuse is valbool
by Gerrit Renker
· 17 years ago
3d58b5f
[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.
by Denis V. Lunev
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
05cf89d
[NETNS]: Process INET socket layer in the correct namespace.
by Denis V. Lunev
· 17 years ago
39d8cda
[SOCK]: Add udp_hash member to struct proto.
by Pavel Emelyanov
· 17 years ago
ec3c098
[TCP]: TCP_DEFER_ACCEPT updates - process as established
by Patrick McManus
· 17 years ago
e4c7884
[TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synack
by Patrick McManus
· 17 years ago
539fae8
[TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_thresh
by Patrick McManus
· 17 years ago
fd80eb9
[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.
by Denis V. Lunev
· 17 years ago
ab1e0a1
[SOCK] proto: Add hashinfo member to struct proto
by Arnaldo Carvalho de Melo
· 17 years ago
941b1d2
[NETNS]: Make bind buckets live in net namespaces.
by Pavel Emelyanov
· 17 years ago
f1b050b
[NETNS]: Add namespace parameter to ip_route_output_flow.
by Denis V. Lunev
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
a25de53
[INET]: Justification for local port range robustness.
by Anton Arapov
· 17 years ago
227b60f
[INET]: local port range robustness
by Stephen Hemminger
· 17 years ago
3f196eb
[TCP]: Use default 32768-61000 outgoing port range in all cases.
by Mark Glines
· 17 years ago
e905a9e
[NET] IPV4: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
72a3eff
[NET]: Size listen hash tables using backlog hint
by Eric Dumazet
· 18 years ago
8210323
[IPV4]: inet_rcv_saddr() annotations
by Al Viro
· 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
4237c75
[MLSXFRM]: Auto-labeling of child sockets
by Venkat Yekkirala
· 18 years ago
beb8d13
[MLSXFRM]: Add flow labeling
by Venkat Yekkirala
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
dbeff12
[INET]: Fix typo in Arnaldo's connection sock compat fixups.
by David S. Miller
· 19 years ago
dec73ff
[ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt
by Arnaldo Carvalho de Melo
· 19 years ago
c4d9390
[ICSK]: Introduce inet_csk_ctl_sock_create
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
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
6df7163
[TCP/DCCP]: Randomize port selection
by Stephen Hemminger
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 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
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