summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)Author
2005-09-09[PATCH] 32bit sendmsg() flaw (CAN-2005-2490)David Woodhouse
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
2003-09-28o NET: move net/socket.c EXPORT_SYMBOLs from net/netsyms.cArnaldo Carvalho de Melo
2003-09-04[NET]: Print a KERN_INFO msg when protocol families are {un,}registered.David S. Miller
2003-07-09[NET]: Make {send,recv}msg return EMSGSIZE when msg_iovelen is too big, as pe...Thomas Graf
2003-06-14[NET]: Kill extraneous CONFIG_{NET,KMOD} in net/socket.cMatthew Wilcox
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton
2003-05-20[NET]: Clean up the divert ifdef mess.Christoph Hellwig
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds
2003-05-12Add user pointer annotations to socket, file IO and signalLinus Torvalds
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji
2003-05-08[DLCI]: Use module_init and fix ioctl handling.Matthew Wilcox
2003-05-06o net/socket: fix bug in sys_acceptSridhar Samudrala