aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-061-4/+2
|\
| * socket: use percpu_add() while updating sockets_in_useEric Dumazet2009-04-041-4/+2
* | lsm: Remove the socket_post_accept() hookPaul Moore2009-03-281-2/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-271-1/+1
|\
| * constify dentry_operations: restAl Viro2009-03-271-1/+1
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-261-0/+7
|\ \
| * | Move FASYNC bit handling to f_op->fasync()Jonathan Corbet2009-03-161-0/+7
| |/
* | net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly2009-02-151-20/+64
|/
* [CVE-2009-0029] System call wrappers part 22Heiko Carstens2009-01-141-15/+16
* [CVE-2009-0029] System call wrappers part 21Heiko Carstens2009-01-141-15/+15
* [CVE-2009-0029] System call wrappers part 07Heiko Carstens2009-01-141-1/+1
* sanitize audit_fd_pair()Al Viro2009-01-041-8/+1
* sanitize audit_socketcallAl Viro2009-01-041-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-1/+0
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-231-0/+1
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-201-70/+10
| |\ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-1/+0
| |\ \ \
| * | | | net: remove two duplicated #includeJianjun Kong2008-11-031-1/+0
* | | | | Merge branch 'next' into for-linusJames Morris2008-12-251-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'master' into nextJames Morris2008-12-041-70/+10
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | CRED: Wrap task credential accesses in the networking subsystemDavid Howells2008-11-141-2/+2
| | |_|/ | |/| |
* | | | net: Fix module refcount leak in kernel_accept()Wei Yongjun2008-12-181-0/+1
| |/ / |/| |
* | | reintroduce accept4Ulrich Drepper2008-11-191-70/+10
|/ /
* | saner FASYNC handling on file closeAl Viro2008-11-011-1/+0
|/
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-161-1/+1
* sys_paccept: disable paccept() until API design is resolvedMichael Kerrisk2008-09-231-0/+2
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* flag parameters: check magic constantsUlrich Drepper2008-07-241-0/+6
* flag parameters: NONBLOCK in socket and socketpairUlrich Drepper2008-07-241-10/+10
* flag parameters: paccept w/out set_restore_sigmaskUlrich Drepper2008-07-241-0/+17
* flag parameters: pacceptUlrich Drepper2008-07-241-8/+73
* flag parameters: socket and socketpairUlrich Drepper2008-07-241-8/+20
* net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki2008-07-191-36/+46
* wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller2008-06-161-0/+10
* net: Unexport move_addr_to_{kernel,user}Adrian Bunk2008-04-231-3/+0
* [NETNS]: Introduce a netns_core structure.Pavel Emelyanov2008-03-311-1/+1
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [DLCI]: Fix tiny race between module unload and sock_ioctl.Pavel Emelyanov2008-03-211-4/+3
* [NET]: Make sure sockets implement splice_readRĂ©mi Denis-Courmont2008-02-151-0/+3
* [NET] sysctl: make sysctl_somaxconn per-namespacePavel Emelyanov2008-01-281-4/+4
* [NET]: Name magic constants in sock_wake_async()Pavel Emelyanov2008-01-281-5/+4
* [NET]: Use sockfd_lookup_light in the rest of the net/socket.cPavel Emelyanov2008-01-281-18/+7
* [TCP]: Splice receive support.Jens Axboe2008-01-281-0/+13
* [NET]: Add the helper kernel_sock_shutdown()Trond Myklebust2007-11-121-0/+6
* [NET]: Fix error reporting in sys_socketpair().David S. Miller2007-10-291-1/+4
* r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2007-10-171-9/+9
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* [NET]: sanitize kernel_accept() error pathTony Battersby2007-10-101-0/+1
* [NET]: sparse warning fixesStephen Hemminger2007-10-101-1/+1
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-9/+13