Commit Graph

134 Commits (113a0e4590881ce579ca992a80ddc562b3372ede)

Author SHA1 Message Date
David S. Miller 49ad9599d4 Revert "net: release skb->dst in sock_queue_rcv_skb()" 16 years ago
Eric Dumazet 7035560287 net: release skb->dst in sock_queue_rcv_skb() 16 years ago
Eric Dumazet 1748376b66 net: Use a percpu_counter for sockets_allocated 16 years ago
Catalin Marinas 7e56b5d698 net: Fix memory leak in the proto_register function 16 years ago
Eric Dumazet 14e943db13 net: make /proc/net/protocols namespace aware 16 years ago
Eric Dumazet 3ab5aee7fe net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls 16 years ago
Ingo Molnar e8f6fbf62d lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c 16 years ago
Ingo Molnar e25cf3db56 lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c 16 years ago
Eric Dumazet 271b72c7fa udp: RCU handling for Unicast packets. 17 years ago
Peter Zijlstra c57943a1c9 net: wrap sk->sk_backlog_rcv() 17 years ago
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