aboutsummaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)Author
2010-07-18net: support time stamping in phy devices.Richard Cochran
2010-07-18net: Remove MAX_SOCK_ADDR constantTetsuo Handa
2010-06-03From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-30net: speedup sock_recv_ts_and_drops()Eric Dumazet
2010-04-21fasync: RCU and fine grained lockingEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06socket: remove duplicate declaration of struct timespecHagen Paul Pfeifer
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-27net: Add MSG_WAITFORONE flag to recvmmsgBrandon L Black
2009-12-17fs: no games with DCACHE_UNHASHEDNick Piggin
2009-12-16switch alloc_file() to passing struct pathAl Viro
2009-12-16switch sock_alloc_file() to alloc_file()Al Viro
2009-12-16merge sock_alloc_fd/sock_attach_fd into a new helperAl Viro
2009-12-16reorder alloc_fd/attach_fd in socketpair()Al Viro
2009-12-02net: compat_mmsghdr must be used in sys_recvmmsgJean-Mickael Guerin
2009-11-11net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann
2009-11-11net/compat: fix dev_ifsioc emulation corner casesArnd Bergmann
2009-11-08net/compat_ioctl: support SIOCWANDEVArnd Bergmann
2009-11-08net, compat_ioctl: fix SIOCGMII ioctlsArnd Bergmann
2009-11-06net, compat_ioctl: handle more ioctls correctlyArnd Bergmann
2009-11-06compat: move sockios handling to net/socket.cArnd Bergmann
2009-11-06net: copy socket ioctl code to net/socket.hArnd Bergmann
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-10-07wext: refactorJohannes Berg
2009-10-06net: speedup sk_wake_async()Eric Dumazet
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