Pavel Emelyanov
|
60e7663d46
[SOCK]: Drop per-proto inuse init and fre functions (v2).
|
17 years ago |
Pavel Emelyanov
|
1338d466d9
[SOCK]: Introduce a percpu inuse counters array (v2).
|
17 years ago |
Pavel Emelyanov
|
13ff3d6fa4
[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).
|
17 years ago |
YOSHIFUJI Hideaki
|
3b1e0a655f
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
|
17 years ago |
Peter P Waskiewicz Jr
|
82cc1a7a56
[NET]: Add per-connection option to set max TSO frame size
|
17 years ago |
Harvey Harrison
|
0dc47877a3
net: replace remaining __FUNCTION__ occurrences
|
17 years ago |
David S. Miller
|
45af1754bc
[NET]: sk_release_kernel needs to be exported to modules
|
17 years ago |
Denis V. Lunev
|
edf0208702
[NET]: Make netlink_kernel_release publically available as sk_release_kernel.
|
17 years ago |
Harvey Harrison
|
b5606c2d44
remove final fastcall users
|
17 years ago |
Laszlo Attila Toth
|
4a19ec5800
[NET]: Introducing socket mark socket option.
|
17 years ago |
Eric Dumazet
|
65f7651788
[NET]: prot_inuse cleanups and optimizations
|
17 years ago |
Eric Dumazet
|
9a429c4983
[NET]: Add some acquires/releases sparse annotations.
|
17 years ago |
Eric Dumazet
|
680a5a5086
[PATCH] use SK_MEM_QUANTUM_SHIFT in __sk_mem_reclaim()
|
17 years ago |
Hideo Aoki
|
3ab224be6d
[NET] CORE: Introducing new memory accounting interface.
|
17 years ago |
Pavel Emelyanov
|
8d8ad9d7c4
[NET]: Name magic constants in sock_wake_async()
|
17 years ago |
Arnaldo Carvalho de Melo
|
ebb53d7565
[NET] proto: Use pcounters for the inuse field
|
17 years ago |
Oliver Hartkopp
|
cd05acfe65
[CAN]: Allocate protocol numbers for PF_CAN
|
17 years ago |
Pavel Emelyanov
|
c0ef877b2c
[NET]: Move sock_valbool_flag to socket.c
|
17 years ago |
Wang Chen
|
33c732c361
[IPV4]: Add raw drops counter.
|
17 years ago |
Adrian Bunk
|
6aed42159d
[NET]: Unexport sysctl_{r,w}mem_max.
|
17 years ago |
Pavel Emelyanov
|
b733c007ed
[NET]: Clean proto_(un)register from in-code ifdefs
|
17 years ago |
Eric Dumazet
|
286ab3d460
[NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way.
|
17 years ago |
Pavel Emelyanov
|
6257ff2177
[NET]: Forget the zero_it argument of sk_alloc()
|
17 years ago |
Pavel Emelyanov
|
154adbc846
[NET]: Remove bogus zero_it argument from sk_alloc
|
17 years ago |
Pavel Emelyanov
|
8fd1d178a3
[NET]: Make the sk_clone() lighter
|
17 years ago |
Pavel Emelyanov
|
2e4afe7b35
[NET]: Move some core sock setup into sk_prot_alloc
|
17 years ago |
Pavel Emelyanov
|
3f0666ee30
[NET]: Auto-zero the allocated sock object
|
17 years ago |
Pavel Emelyanov
|
c308c1b20e
[NET]: Cleanup the allocation/freeing of the sock object
|
17 years ago |
Pavel Emelyanov
|
1e2e6b89f1
[NET]: Move the get_net() from sock_copy()
|
17 years ago |
Pavel Emelyanov
|
f1a6c4da14
[NET]: Move the sock_copy() from the header
|
17 years ago |