aboutsummaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)Author
2014-05-19net: socket: error on a negative msg_namelenMatthew Leach
2014-05-19net: clamp ->msg_namelen instead of returning an errorDan Carpenter
2014-05-19net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa
2014-05-19net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2014-05-19net: heap overflow in __audit_sockaddr()Dan Carpenter
2013-06-10tcp: allow splice() to build full TSO packetsEric Dumazet
2010-12-09net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-28net: Add explicit bound checks in net/socket.cArjan van de Ven
2009-09-23Move magic numbers into magic.hNick Black
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-15[PATCH] net: kmemcheck annotation in struct socketEric Dumazet
2009-08-13Make sock_sendpage() use kernel_sendpage()Linus Torvalds
2009-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-04-04socket: use percpu_add() while updating sockets_in_useEric Dumazet
2009-03-28lsm: Remove the socket_post_accept() hookPaul Moore
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-03-27constify dentry_operations: restAl Viro
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds
2009-03-16Move FASYNC bit handling to f_op->fasync()Jonathan Corbet
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly
2009-01-14[CVE-2009-0029] System call wrappers part 22Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 21Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens
2009-01-04sanitize audit_fd_pair()Al Viro
2009-01-04sanitize audit_socketcallAl Viro
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-18net: Fix module refcount leak in kernel_accept()Wei Yongjun
2008-12-04Merge branch 'master' into nextJames Morris
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-19reintroduce accept4Ulrich Drepper
2008-11-14CRED: Wrap task credential accesses in the networking subsystemDavid Howells
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-03net: remove two duplicated #includeJianjun Kong
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg
2008-09-23sys_paccept: disable paccept() until API design is resolvedMichael Kerrisk
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-24flag parameters: check magic constantsUlrich Drepper
2008-07-24flag parameters: NONBLOCK in socket and socketpairUlrich Drepper
2008-07-24flag parameters: paccept w/out set_restore_sigmaskUlrich Drepper
2008-07-24flag parameters: pacceptUlrich Drepper
2008-07-24flag parameters: socket and socketpairUlrich Drepper
2008-07-19net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki
2008-06-16wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller
2008-04-23net: Unexport move_addr_to_{kernel,user}Adrian Bunk
2008-03-31[NETNS]: Introduce a netns_core structure.Pavel Emelyanov
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki