aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-31[NET]: Remove i_sockMatthew Wilcox1-3/+2
2005-03-22[NET]: Remove redundant NULL pointer check before kfree in socket.cJesper Juhl1-2/+1
2005-03-09[NET]: Passcred cleanup in struct sockHerbert Pƶtzl1-1/+1
2005-01-26[NET]: Kill now unused local var from sock_init().David S. Miller1-2/+0
2005-01-26[NET]: Kill excess initializerBenjamin LaHaise1-7/+0
2005-01-16[NET]: Use unlocked_ioctl for sock_ioctl.Andi Kleen1-8/+4
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner1-1/+1
2004-12-27[NET]: No need to export sock_readv_writevAdrian Bunk1-2/+3
2004-11-23[NET]: __sock_create() cleanupLuiz Capitulino1-8/+6
2004-10-25[NET]: Remove dead socket layer exports.Christoph Hellwig1-3/+1
2004-10-25[NET]: Accept should return ENFILE not EMFILE.Andrea Arcangeli1-1/+1
2004-08-07Teach sendfile() to honour non-seekable source files.Linus Torvalds1-3/+0
2004-08-06Add infrastructure for the VFS layer to mark files seekable.Linus Torvalds1-1/+1
2004-07-15[PATCH] sparse: beginning of iovec cleanups - infrastructureAlexander Viro1-0/+38
2004-06-27[AIO]: kiocb->private is too large for kiocb's on-stack.William Lee Irwin III1-2/+31
2004-06-03[PATCH] sparse: rest of net/* annotations (in this patchset, that is ;-)Alexander Viro1-5/+5
2004-06-03[PATCH] sparse: more wan annotationsAlexander Viro1-3/+3
2004-06-03[PATCH] sparse: vlan annotationAlexander Viro1-3/+3
2004-06-03[PATCH] sparse: net/bridge annotationAlexander Viro1-3/+4
2004-05-30[PATCH] sparse: trivial part of net/* annotationAlexander Viro1-2/+2
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro1-2/+2
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton1-3/+3
2004-05-21[BRIDGE]: New ioctl interface for 32/64 compatability.Stephen Hemminger1-3/+5
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton1-0/+6
2004-05-08[NET]: Undo marking sock_alloc() as static, still exported to modules.David S. Miller1-1/+1
2004-05-08[NET]: Add sock_create_lite()James Morris1-1/+23
2004-05-08[NET]: Add sock_create_kern()James Morris1-4/+14
2004-02-24[PATCH] add syscalls.hAndrew Morton1-0/+1
2004-02-24[WANROUTER]: Kill MODULE ifdefs.Alexander Viro1-12/+0
2004-01-18[PATCH] bdev: add file.f_mappingAndrew Morton1-0/+1
2004-01-08[NET]: Use size_t for size argument in {send,recv}msg callchain.Stephen Hemminger1-5/+8
2003-10-28[NET]: Allow SOMAXCONN to be adjusted via sysctl.Nickolai Zeldovich1-2/+4
2003-09-28o NET: move net/socket.c EXPORT_SYMBOLs from net/netsyms.cArnaldo Carvalho de Melo1-0/+15
2003-09-04[NET]: Print a KERN_INFO msg when protocol families are {un,}registered.David S. Miller1-0/+4
2003-07-09[NET]: Make {send,recv}msg return EMSGSIZE when msg_iovelen is too big, as pe...Thomas Graf1-2/+2
2003-06-14[NET]: Kill extraneous CONFIG_{NET,KMOD} in net/socket.cMatthew Wilcox1-13/+3
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo1-8/+8
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-1/+1
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton1-1/+1
2003-05-20[NET]: Clean up the divert ifdef mess.Christoph Hellwig1-4/+0
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds1-3/+1
2003-05-12Add user pointer annotations to socket, file IO and signalLinus Torvalds1-46/+51
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji1-0/+2
2003-05-08[DLCI]: Use module_init and fix ioctl handling.Matthew Wilcox1-15/+14
2003-05-06o net/socket: fix bug in sys_acceptSridhar Samudrala1-7/+5
2003-05-02o net: improve the current module infrastructureArnaldo Carvalho de Melo1-45/+35
2003-04-29o net/socket: return -EAFNOSUPPORT if net_family_get fails at sock_create and...Arnaldo Carvalho de Melo1-2/+2
2003-04-27o net/socket: make sys_accept bump the net proto family module usage countArnaldo Carvalho de Melo1-5/+10
2003-04-22[NET]: Do not let GCC reload pointers after NULL checks.David S. Miller1-4/+9
2003-04-22o net: module refcounting for sk_alloc/sk_freeArnaldo Carvalho de Melo1-15/+27