summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* merge sock_alloc_fd/sock_attach_fd into a new helperAl Viro2009-12-161-57/+23
* reorder alloc_fd/attach_fd in socketpair()Al Viro2009-12-161-17/+14
* net: compat_mmsghdr must be used in sys_recvmmsgJean-Mickael Guerin2009-12-021-6/+18
* net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann2009-11-111-218/+0
* net/compat: fix dev_ifsioc emulation corner casesArnd Bergmann2009-11-111-45/+72
* net/compat_ioctl: support SIOCWANDEVArnd Bergmann2009-11-081-0/+23
* net, compat_ioctl: fix SIOCGMII ioctlsArnd Bergmann2009-11-081-0/+3
* net, compat_ioctl: handle more ioctls correctlyArnd Bergmann2009-11-061-14/+17
* compat: move sockios handling to net/socket.cArnd Bergmann2009-11-061-228/+240
* net: copy socket ioctl code to net/socket.hArnd Bergmann2009-11-061-0/+716
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+1
* net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-121-42/+183
* net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-0/+15
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-091-2/+2
|\
| * wext: refactorJohannes Berg2009-10-071-2/+2
* | net: speedup sk_wake_async()Eric Dumazet2009-10-061-0/+3
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* net: Add explicit bound checks in net/socket.cArjan van de Ven2009-09-281-1/+6
* Move magic numbers into magic.hNick Black2009-09-231-2/+1
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
* [PATCH] net: kmemcheck annotation in struct socketEric Dumazet2009-09-151-0/+1
* Make sock_sendpage() use kernel_sendpage()Linus Torvalds2009-08-131-1/+1
* 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
OpenPOWER on IntegriCloud