Commit Graph

123 Commits (3b060be0582373be3c380629d7a6de5f06a311ed)

Author SHA1 Message Date
Remi Denis-Courmont bce7b15426 Phonet: global definitions 17 years ago
Rémi Denis-Courmont 821c92f258 ISDN sockets: add missing lockdep strings 17 years ago
Oliver Hartkopp b4942af650 net: Update entry in af_family_clock_key_strings 17 years ago
Pavel Emelyanov 5c52ba170f sock: add net to prot->enter_memory_pressure callback 17 years ago
David S. Miller 972692e0db net: Add sk_set_socket() helper. 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Rami Rosen 9ee6b7f155 net: Fix typo in net/core/sock.c. 17 years ago
Ilpo Järvinen 50aab54f30 net: Add missing braces to multi-statement if()s 17 years ago
Rusty Russell 5309fbcc47 Remove documentation of non-existent sk_alloc arg 17 years ago
David S. Miller ec98c6b9b4 [SPARC]: Remove SunOS and Solaris binary support. 17 years ago
Denis V. Lunev 65a18ec58e [NETNS]: Add netns refcnt debug for kernel sockets. 17 years ago
Eric Dumazet f37f0afb29 [SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0) 17 years ago
Pavel Emelyanov 70ee115942 [SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net. 17 years ago
Pavel Emelyanov c29a0bc4df [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. 17 years ago
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
Ingo Molnar 6f3d09291b sched, net: socket wakeups are sync 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() 18 years ago
Pavel Emelyanov 154adbc846 [NET]: Remove bogus zero_it argument from sk_alloc 18 years ago
Pavel Emelyanov 8fd1d178a3 [NET]: Make the sk_clone() lighter 18 years ago
Pavel Emelyanov 2e4afe7b35 [NET]: Move some core sock setup into sk_prot_alloc 18 years ago
Pavel Emelyanov 3f0666ee30 [NET]: Auto-zero the allocated sock object 18 years ago
Pavel Emelyanov c308c1b20e [NET]: Cleanup the allocation/freeing of the sock object 18 years ago
Pavel Emelyanov 1e2e6b89f1 [NET]: Move the get_net() from sock_copy() 18 years ago
Pavel Emelyanov f1a6c4da14 [NET]: Move the sock_copy() from the header 18 years ago
Adrian Bunk bbbb1a812d [NET]: Unexport sock_enable_timestamp(). 18 years ago
Pavel Emelyanov ba25f9dcc4 Use helpers to obtain task pid in printks 18 years ago
Pavel Emelyanov 309dd5fc87 [NET]: Move the filter releasing into a separate call 18 years ago
Pavel Emelyanov 55b333253d [NET]: Introduce the sk_detach_filter() call 18 years ago
Randy Dunlap c4ea43c552 net core: fix kernel-doc for new function parameters 18 years ago