aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-07net: wrap sk->sk_backlog_rcv()Peter Zijlstra1-2/+2
2008-09-22Phonet: global definitionsRemi Denis-Courmont1-3/+6
2008-09-18ISDN sockets: add missing lockdep stringsRémi Denis-Courmont1-3/+3
2008-07-23net: Update entry in af_family_clock_key_stringsOliver Hartkopp1-1/+1
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov1-1/+1
2008-06-17net: Add sk_set_socket() helper.David S. Miller1-2/+2
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-14net: Fix typo in net/core/sock.c.Rami Rosen1-1/+1
2008-05-02net: Add missing braces to multi-statement if()sIlpo Järvinen1-1/+2
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-9/+0
2008-04-21Remove documentation of non-existent sk_alloc argRusty Russell1-1/+0
2008-04-21[SPARC]: Remove SunOS and Solaris binary support.David S. Miller1-9/+0
2008-04-16[NETNS]: Add netns refcnt debug for kernel sockets.Denis V. Lunev1-0/+1
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-04-13[SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0)Eric Dumazet1-1/+1
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-03-31[SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.Pavel Emelyanov1-0/+48
2008-03-31[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov1-2/+2
2008-03-28[SOCK]: Drop per-proto inuse init and fre functions (v2).Pavel Emelyanov1-10/+1
2008-03-28[SOCK]: Introduce a percpu inuse counters array (v2).Pavel Emelyanov1-0/+22
2008-03-28[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).Pavel Emelyanov1-0/+34
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-5/+5
2008-03-21[NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr1-2/+4
2008-03-19sched, net: socket wakeups are syncIngo Molnar1-2/+2
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-29[NET]: sk_release_kernel needs to be exported to modulesDavid S. Miller1-0/+1
2008-02-29[NET]: Make netlink_kernel_release publically available as sk_release_kernel.Denis V. Lunev1-0/+18
2008-02-13remove final fastcall usersHarvey Harrison1-2/+2
2008-01-31[NET]: Introducing socket mark socket option.Laszlo Attila Toth1-0/+11
2008-01-28[NET]: prot_inuse cleanups and optimizationsEric Dumazet1-3/+3
2008-01-28[NET]: Add some acquires/releases sparse annotations.Eric Dumazet1-0/+2
2008-01-28[PATCH] use SK_MEM_QUANTUM_SHIFT in __sk_mem_reclaim()Eric Dumazet1-1/+1
2008-01-28[NET] CORE: Introducing new memory accounting interface.Hideo Aoki1-0/+104
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov1-4/+4
2008-01-28[NET] proto: Use pcounters for the inuse fieldArnaldo Carvalho de Melo1-55/+6
2008-01-28[CAN]: Allocate protocol numbers for PF_CANOliver Hartkopp1-2/+2
2008-01-28[NET]: Move sock_valbool_flag to socket.cPavel Emelyanov1-9/+11
2008-01-28[IPV4]: Add raw drops counter.Wang Chen1-0/+1
2007-11-12[NET]: Unexport sysctl_{r,w}mem_max.Adrian Bunk1-4/+0
2007-11-07[NET]: Clean proto_(un)register from in-code ifdefsPavel Emelyanov1-28/+39
2007-11-07[NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way.Eric Dumazet1-1/+47
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-11-01[NET]: Remove bogus zero_it argument from sk_allocPavel Emelyanov1-14/+9
2007-11-01[NET]: Make the sk_clone() lighterPavel Emelyanov1-1/+2
2007-11-01[NET]: Move some core sock setup into sk_prot_allocPavel Emelyanov1-15/+26
2007-11-01[NET]: Auto-zero the allocated sock objectPavel Emelyanov1-1/+3
2007-11-01[NET]: Cleanup the allocation/freeing of the sock objectPavel Emelyanov1-15/+29
2007-11-01[NET]: Move the get_net() from sock_copy()Pavel Emelyanov1-1/+1
2007-11-01[NET]: Move the sock_copy() from the headerPavel Emelyanov1-0/+14
2007-10-26[NET]: Unexport sock_enable_timestamp().Adrian Bunk1-1/+0