summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)Author
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig
2006-01-03[NET]: restructure sock_aio_{read,write} / sock_{readv,writev}Christoph Hellwig
2006-01-03[NET]: Fix sock_init() return value.David S. Miller
2006-01-03[NET]: Small cleanup to socket initializationAndi Kleen
2005-09-27[NET]: Fix module reference counts for loadable protocol modulesFrank Filz
2005-09-26[NET]: Make sure ctl buffer is aligned properly in sys_sendmsg().Alex Williamson
2005-09-16[NET]: Do not leak MSG_CMSG_COMPAT into userspace.David S. Miller
2005-09-08[PATCH] Fix 32bit sendmsg() flawAl Viro
2005-09-06[NET]: Use file->private_data to get socket pointer.Eric Dumazet
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo
2005-08-29[NET]: Make use of ->private_data in sockfd_lookupBenjamin LaHaise
2005-06-22[NET]: dont use strlen() but the result from a prior sprintf()Eric Dumazet
2005-06-02AUDIT: Fix user pointer deref thinko in sys_socketcall().David Woodhouse
2005-05-17AUDIT: Capture sys_socketcall arguments and sockaddrs David Woodhouse
2005-05-05[PATCH] update Ross Biro bouncing email addressJesper Juhl
2005-03-31[NET]: Remove i_sockMatthew Wilcox
2005-03-22[NET]: Remove redundant NULL pointer check before kfree in socket.cJesper Juhl
2005-03-09[NET]: Passcred cleanup in struct sockHerbert Pƶtzl
2005-01-26[NET]: Kill now unused local var from sock_init().David S. Miller
2005-01-26[NET]: Kill excess initializerBenjamin LaHaise
2005-01-16[NET]: Use unlocked_ioctl for sock_ioctl.Andi Kleen
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2004-12-27[NET]: No need to export sock_readv_writevAdrian Bunk
2004-11-23[NET]: __sock_create() cleanupLuiz Capitulino
2004-10-25[NET]: Remove dead socket layer exports.Christoph Hellwig
2004-10-25[NET]: Accept should return ENFILE not EMFILE.Andrea Arcangeli
2004-08-07Teach sendfile() to honour non-seekable source files.Linus Torvalds
2004-08-06Add infrastructure for the VFS layer to mark files seekable.Linus Torvalds
2004-07-15[PATCH] sparse: beginning of iovec cleanups - infrastructureAlexander Viro
2004-06-27[AIO]: kiocb->private is too large for kiocb's on-stack.William Lee Irwin III
2004-06-03[PATCH] sparse: rest of net/* annotations (in this patchset, that is ;-)Alexander Viro
2004-06-03[PATCH] sparse: more wan annotationsAlexander Viro
2004-06-03[PATCH] sparse: vlan annotationAlexander Viro
2004-06-03[PATCH] sparse: net/bridge annotationAlexander Viro
2004-05-30[PATCH] sparse: trivial part of net/* annotationAlexander Viro
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton
2004-05-21[BRIDGE]: New ioctl interface for 32/64 compatability.Stephen Hemminger
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton
2004-05-08[NET]: Undo marking sock_alloc() as static, still exported to modules.David S. Miller
2004-05-08[NET]: Add sock_create_lite()James Morris
2004-05-08[NET]: Add sock_create_kern()James Morris
2004-02-24[PATCH] add syscalls.hAndrew Morton
2004-02-24[WANROUTER]: Kill MODULE ifdefs.Alexander Viro
2004-01-18[PATCH] bdev: add file.f_mappingAndrew Morton
2004-01-08[NET]: Use size_t for size argument in {send,recv}msg callchain.Stephen Hemminger
2003-10-28[NET]: Allow SOMAXCONN to be adjusted via sysctl.Nickolai Zeldovich