Eric Dumazet
|
24dd1fa184
net: move bsockets outside of read only beginning of struct inet_hashinfo
|
před 16 roky |
David S. Miller
|
05bee47377
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
před 16 roky |
Eric Dumazet
|
94cd3e6cbe
net: wrong test in inet_ehash_locks_alloc()
|
před 16 roky |
Evgeniy Polyakov
|
a9d8f9110d
inet: Allowing more than 64k connections and heavily optimize bind(0) time.
|
před 16 roky |
Eric Dumazet
|
c25eb3bfb9
net: Convert TCP/DCCP listening hash tables to use RCU
|
před 16 roky |
Eric Dumazet
|
f757fec4b0
net: use net_eq() in INET_MATCH and INET_TW_MATCH
|
před 16 roky |
Eric Dumazet
|
9db66bdcc8
net: convert TCP/DCCP ehash rwlocks to spinlocks
|
před 16 roky |
Eric Dumazet
|
5caea4ea70
net: listening_hash get a spinlock per bucket
|
před 16 roky |
Eric Dumazet
|
3ab5aee7fe
net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls
|
před 16 roky |
Eric Dumazet
|
7a9546ee35
net: ib_net pointer should depends on CONFIG_NET_NS
|
před 16 roky |
KOVACS Krisztian
|
23542618de
inet: Don't lookup the socket if there's a socket attached to the skb
|
před 16 roky |
Arnaldo Carvalho de Melo
|
9a1f27c480
inet_hashtables: Add inet_lookup_skb helpers
|
před 16 roky |
Pavel Emelyanov
|
0b4419162a
netns: introduce the net_hash_mix "salt" for hashes
|
před 17 roky |
Pavel Emelyanov
|
2086a65078
inet: add struct net argument to inet_lhashfn
|
před 17 roky |
Pavel Emelyanov
|
7f635ab71e
inet: add struct net argument to inet_bhashfn
|
před 17 roky |
Pavel Emelyanov
|
53083773dc
[INET]: Uninline the __inet_inherit_port call.
|
před 17 roky |
Pavel Emelyanov
|
e56d8b8a2e
[INET]: Drop the inet_inherit_port() call.
|
před 17 roky |
YOSHIFUJI Hideaki
|
3b1e0a655f
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
|
před 17 roky |
Pavel Emelyanov
|
39d8cda76c
[SOCK]: Add udp_hash member to struct proto.
|
před 17 roky |
Pavel Emelyanov
|
5d8c0aa943
[INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations.
|
před 17 roky |
Arnaldo Carvalho de Melo
|
ab1e0a13d7
[SOCK] proto: Add hashinfo member to struct proto
|
před 17 roky |
Pavel Emelyanov
|
c67499c0e7
[NETNS]: Tcp-v4 sockets per-net lookup.
|
před 17 roky |
Pavel Emelyanov
|
941b1d22cc
[NETNS]: Make bind buckets live in net namespaces.
|
před 17 roky |
Pavel Emelyanov
|
5ee31fc1ec
[INET]: Consolidate inet(6)_hash_connect.
|
před 17 roky |
Eric Dumazet
|
65f7651788
[NET]: prot_inuse cleanups and optimizations
|
před 17 roky |
Pavel Emelyanov
|
77a5ba55da
[INET]: Uninline the __inet_lookup_established function.
|
před 17 roky |
Pavel Emelyanov
|
152da81deb
[INET]: Uninline the __inet_hash function.
|
před 17 roky |
Pavel Emelyanov
|
218ad12f42
[IPV4]: Fix memory leak in inet_hashtables.h when NUMA is on
|
před 17 roky |
Eric Dumazet
|
9e4505c459
[INET]: Add a missing include <linux/vmalloc.h> to inet_hashtables.h
|
před 17 roky |
Eric Dumazet
|
230140cffa
[INET]: Remove per bucket rwlock in tcp/dccp ehash table.
|
před 17 roky |