Eric Dumazet
|
91035f0b7d
tcp: fix inet_twsk_deschedule()
|
14 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Eric Dumazet
|
2a8875e73f
[PATCH] tcp: documents timewait refcnt tricks
|
15 years ago |
Eric Dumazet
|
3cdaedae63
tcp: Fix a connect() race with timewait sockets
|
15 years ago |
Eric Dumazet
|
47e1c32306
tcp: fix a timewait refcnt race
|
15 years ago |
Eric Dumazet
|
13475a30b6
tcp: connect() race with timewait reuse
|
15 years ago |
Eric W. Biederman
|
b099ce2602
net: Batch inet_twsk_purge
|
15 years ago |
Eric W. Biederman
|
575f4cd5a5
net: Use rcu lookups in inet_twsk_purge.
|
15 years ago |
Eric Dumazet
|
c720c7e838
inet: rename some inet_sock fields
|
15 years ago |
Eric Dumazet
|
f373b53b5f
tcp: replace ehash_size by ehash_mask
|
15 years ago |
Octavian Purdila
|
80a1096bac
tcp: fix premature termination of FIN_WAIT2 time-wait sockets
|
15 years ago |
Linus Torvalds
|
b3fec0fe35
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck
|
16 years ago |
Vegard Nossum
|
9e337b0fb3
net: annotate inet_timewait_sock bitfields
|
16 years ago |
Arnaldo Carvalho de Melo
|
4dbc8ef7e1
net: Make inet_twsk_put similar to sock_put
|
16 years ago |
Eric Dumazet
|
9db66bdcc8
net: convert TCP/DCCP ehash rwlocks to spinlocks
|
16 years ago |
Eric Dumazet
|
3ab5aee7fe
net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls
|
16 years ago |
KOVACS Krisztian
|
f5715aea45
ipv4: Implement IP_TRANSPARENT socket option
|
16 years ago |
Daniel Lezcano
|
d315492b1a
netns : fix kernel panic in timewait socket destruction
|
16 years ago |
Ilpo Järvinen
|
547b792cac
net: convert BUG_TRAP to generic WARN_ON
|
17 years ago |
Pavel Emelyanov
|
f2bf415cfe
mib: add net to NET_ADD_STATS_BH
|
17 years ago |
Pavel Emelyanov
|
7f635ab71e
inet: add struct net argument to inet_bhashfn
|
17 years ago |
Denis V. Lunev
|
cd5342d905
[NETNS]: Add netns refcnt debug for timewait buckets.
|
17 years ago |
Pavel Emelyanov
|
c29a0bc4df
[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.
|
17 years ago |
YOSHIFUJI Hideaki
|
3b1e0a655f
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
|
17 years ago |
Daniel Lezcano
|
8d9f1744ca
[NETNS][IPV6] tcp - assign the netns for timewait sockets
|
17 years ago |
Eric Dumazet
|
65f7651788
[NET]: prot_inuse cleanups and optimizations
|
17 years ago |
Pavel Emelyanov
|
7054fb9376
[INET]: Uninline the inet_twsk_put function.
|
17 years ago |
Pavel Emelyanov
|
95c9382a34
[INET]: Use BUILD_BUG_ON in inet_timewait_sock.c checks
|
17 years ago |
Eric Dumazet
|
230140cffa
[INET]: Remove per bucket rwlock in tcp/dccp ehash table.
|
17 years ago |
Ilpo Järvinen
|
172589ccdd
[NET]: DIV_ROUND_UP cleanup (part two)
|
17 years ago |