summaryrefslogtreecommitdiffstats
path: root/net/socket.c
AgeCommit message (Expand)AuthorLines
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller-1/+1
2009-09-28net: Add explicit bound checks in net/socket.cArjan van de Ven-1/+6
2009-09-23Move magic numbers into magic.hNick Black-2/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan-1/+1
2009-09-15[PATCH] net: kmemcheck annotation in struct socketEric Dumazet-0/+1
2009-08-13Make sock_sendpage() use kernel_sendpage()Linus Torvalds-1/+1
2009-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-4/+2
2009-04-04socket: use percpu_add() while updating sockets_in_useEric Dumazet-4/+2
2009-03-28lsm: Remove the socket_post_accept() hookPaul Moore-2/+0
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2009-03-27constify dentry_operations: restAl Viro-1/+1
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds-0/+7
2009-03-16Move FASYNC bit handling to f_op->fasync()Jonathan Corbet-0/+7
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly-20/+64
2009-01-14[CVE-2009-0029] System call wrappers part 22Heiko Carstens-15/+16
2009-01-14[CVE-2009-0029] System call wrappers part 21Heiko Carstens-15/+15
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens-1/+1
2009-01-04sanitize audit_fd_pair()Al Viro-8/+1
2009-01-04sanitize audit_socketcallAl Viro-3/+1
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-1/+0
2008-12-25Merge branch 'next' into for-linusJames Morris-2/+2
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2008-12-18net: Fix module refcount leak in kernel_accept()Wei Yongjun-0/+1
2008-12-04Merge branch 'master' into nextJames Morris-70/+10
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-70/+10
2008-11-19reintroduce accept4Ulrich Drepper-70/+10
2008-11-14CRED: Wrap task credential accesses in the networking subsystemDavid Howells-2/+2
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+0
2008-11-03net: remove two duplicated #includeJianjun Kong-1/+0
2008-11-01saner FASYNC handling on file closeAl Viro-1/+0
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg-1/+1
2008-09-23sys_paccept: disable paccept() until API design is resolvedMichael Kerrisk-0/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan-1/+1
2008-07-24flag parameters: check magic constantsUlrich Drepper-0/+6
2008-07-24flag parameters: NONBLOCK in socket and socketpairUlrich Drepper-10/+10
2008-07-24flag parameters: paccept w/out set_restore_sigmaskUlrich Drepper-0/+17
2008-07-24flag parameters: pacceptUlrich Drepper-8/+73
2008-07-24flag parameters: socket and socketpairUlrich Drepper-8/+20
2008-07-19net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki-36/+46
2008-06-16wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller-0/+10
2008-04-23net: Unexport move_addr_to_{kernel,user}Adrian Bunk-3/+0
2008-03-31[NETNS]: Introduce a netns_core structure.Pavel Emelyanov-1/+1
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki-2/+2
2008-03-21[DLCI]: Fix tiny race between module unload and sock_ioctl.Pavel Emelyanov-4/+3
2008-02-15[NET]: Make sure sockets implement splice_readRémi Denis-Courmont-0/+3
2008-01-28[NET] sysctl: make sysctl_somaxconn per-namespacePavel Emelyanov-4/+4
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov-5/+4
2008-01-28[NET]: Use sockfd_lookup_light in the rest of the net/socket.cPavel Emelyanov-18/+7
2008-01-28[TCP]: Splice receive support.Jens Axboe-0/+13
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Trond Myklebust-0/+6