aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-02net: compat_mmsghdr must be used in sys_recvmmsgJean-Mickael Guerin1-6/+18
2009-11-11net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann1-218/+0
2009-11-11net/compat: fix dev_ifsioc emulation corner casesArnd Bergmann1-45/+72
2009-11-08net/compat_ioctl: support SIOCWANDEVArnd Bergmann1-0/+23
2009-11-08net, compat_ioctl: fix SIOCGMII ioctlsArnd Bergmann1-0/+3
2009-11-06net, compat_ioctl: handle more ioctls correctlyArnd Bergmann1-14/+17
2009-11-06compat: move sockios handling to net/socket.cArnd Bergmann1-228/+240
2009-11-06net: copy socket ioctl code to net/socket.hArnd Bergmann1-0/+716
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+1
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-42/+183
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-0/+15
2009-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-2/+2
2009-10-07wext: refactorJohannes Berg1-2/+2
2009-10-06net: speedup sk_wake_async()Eric Dumazet1-0/+3
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-28net: Add explicit bound checks in net/socket.cArjan van de Ven1-1/+6
2009-09-23Move magic numbers into magic.hNick Black1-2/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-15[PATCH] net: kmemcheck annotation in struct socketEric Dumazet1-0/+1
2009-08-13Make sock_sendpage() use kernel_sendpage()Linus Torvalds1-1/+1
2009-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-4/+2
2009-04-04socket: use percpu_add() while updating sockets_in_useEric Dumazet1-4/+2
2009-03-28lsm: Remove the socket_post_accept() hookPaul Moore1-2/+0
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-03-27constify dentry_operations: restAl Viro1-1/+1
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+7
2009-03-16Move FASYNC bit handling to f_op->fasync()Jonathan Corbet1-0/+7
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly1-20/+64
2009-01-14[CVE-2009-0029] System call wrappers part 22Heiko Carstens1-15/+16
2009-01-14[CVE-2009-0029] System call wrappers part 21Heiko Carstens1-15/+15
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens1-1/+1
2009-01-04sanitize audit_fd_pair()Al Viro1-8/+1
2009-01-04sanitize audit_socketcallAl Viro1-3/+1
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+0
2008-12-25Merge branch 'next' into for-linusJames Morris1-2/+2
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-12-18net: Fix module refcount leak in kernel_accept()Wei Yongjun1-0/+1
2008-12-04Merge branch 'master' into nextJames Morris1-70/+10
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-70/+10
2008-11-19reintroduce accept4Ulrich Drepper1-70/+10
2008-11-14CRED: Wrap task credential accesses in the networking subsystemDavid Howells1-2/+2
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2008-11-03net: remove two duplicated #includeJianjun Kong1-1/+0
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-1/+1
2008-09-23sys_paccept: disable paccept() until API design is resolvedMichael Kerrisk1-0/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-24flag parameters: check magic constantsUlrich Drepper1-0/+6
2008-07-24flag parameters: NONBLOCK in socket and socketpairUlrich Drepper1-10/+10
2008-07-24flag parameters: paccept w/out set_restore_sigmaskUlrich Drepper1-0/+17