summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-1/+1
* [NET]: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-1/+1
* [NET]: Fix net/socket.c warnings.David S. Miller2007-02-081-4/+8
* [NET]: cleanup sock_from_file()Eric Dumazet2007-02-081-15/+2
* [PATCH] struct path: convert netJosef Sipek2006-12-081-8/+8
* [PATCH] net: don't insert socket dentries into dentry_hashtableEric Dumazet2006-12-071-3/+16
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [NET]: The scheduled removal of the frame diverter.Adrian Bunk2006-12-021-6/+0
* [PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman2006-10-021-1/+1
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-40/+0
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-26/+23
* [NET]: Change somaxconn sysctl to __read_mostlyBrian Haley2006-09-221-1/+1
* [NET]: Kill double initialization in sock_alloc_inode.David S. Miller2006-09-221-1/+0
* [NET]: sock_register interface changesStephen Hemminger2006-09-221-6/+4
* [NET]: socket family using RCUStephen Hemminger2006-09-221-98/+76
* [NET] socket: code style cleanupStephen Hemminger2006-09-221-341/+388
* [NET]: Round out in-kernel sockets APISridhar Samudrala2006-09-221-0/+113
* [NetLabel]: SELinux supportVenkat Yekkirala2006-09-221-2/+11
* [NET]: Rate limiting for socket allocation failure messages.Akinobu Mita2006-08-311-1/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+4
* [PATCH] sockaddr patchSteve Grubb2006-05-011-0/+2
* [NET]: sockfd_lookup_light() returns random error for -EBADFDHua Zhong2006-04-191-0/+1
* Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-111-4/+0
|\
| * [PATCH] splice: warning fixAndrew Morton2006-04-111-4/+0
* | [PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki2006-04-111-1/+1
|/
* [NET]: Fully fix the memory leaks in sys_accept().David S. Miller2006-04-011-3/+2
* [NET]: Fix dentry leak in sys_accept().David S. Miller2006-04-011-1/+1
* [PATCH] Introduce sys_splice() system callJens Axboe2006-03-301-1/+5
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] cpuset memory spread: slab cache formatPaul Jackson2006-03-241-1/+2
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-1/+1
* [NET]: allow 32 bit socket ioctl in 64 bit kernelShaun Pereira2006-03-211-0/+21
* [NET] sem2mutex: net/Arjan van de Ven2006-03-201-15/+16
* [NET]: use fget_light() in net/socket.cBenjamin LaHaise2006-03-201-86/+106
* [NET]: Do not lose accepted socket when -ENFILE/-EMFILE.David S. Miller2006-03-201-42/+71
* Merge branch 'master'Jeff Garzik2006-02-071-1/+1
|\
| * [PATCH] percpu data: only iterate over possible CPUsEric Dumazet2006-02-051-1/+1
* | [PATCH] net/: fix the WIRELESS_EXT abuseAdrian Bunk2006-01-301-6/+3
|/
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-111-1/+1
* [NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig2006-01-031-0/+7
* [NET]: restructure sock_aio_{read,write} / sock_{readv,writev}Christoph Hellwig2006-01-031-114/+110
* [NET]: Fix sock_init() return value.David S. Miller2006-01-031-0/+2
* [NET]: Small cleanup to socket initializationAndi Kleen2006-01-031-5/+5
* [NET]: Fix module reference counts for loadable protocol modulesFrank Filz2005-09-271-5/+8
* [NET]: Make sure ctl buffer is aligned properly in sys_sendmsg().Alex Williamson2005-09-261-1/+3
* [NET]: Do not leak MSG_CMSG_COMPAT into userspace.David S. Miller2005-09-161-1/+2
* [PATCH] Fix 32bit sendmsg() flawAl Viro2005-09-081-1/+2
* [NET]: Use file->private_data to get socket pointer.Eric Dumazet2005-09-061-11/+11