aboutsummaryrefslogtreecommitdiff
path: root/net/compat.c
AgeCommit message (Expand)Author
2017-07-04get_compat_bpf_fprog(): don't copyin field-by-fieldAl Viro
2017-07-04get_compat_msghdr(): get rid of field-by-field copyinAl Viro
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-21Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-01-18audit: log 32-bit socketcallsRichard Guy Briggs
2017-01-04net: Assert at build time the assumptions we make about the CMSG header.David S. Miller
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-06-09packet: compat support for sock_fprogWillem de Bruijn
2016-06-06soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPFHelge Deller
2015-04-09net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro
2015-03-23net: socket: add support for async operationstadeusz.struk@intel.com
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-23net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas
2015-02-22net: __aligned(size) is preferred over __attribute__((aligned(size)))Ameen Ali
2014-12-09put iov_iter into msghdrAl Viro
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro
2014-11-19{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro
2014-11-19separate kernel- and userland-side msghdrAl Viro
2014-07-29net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin
2014-03-06net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06net/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens
2014-01-30x86, x32: Correct invalid use of user timespec in the kernelPaX Team
2013-11-29net: clamp ->msg_namelen instead of returning an errorDan Carpenter
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-10-03net: heap overflow in __audit_sockaddr()Dan Carpenter
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski
2012-09-26make get_file() return its argumentAl Viro
2012-07-22net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-14net/compat.c,linux/filter.h: share compat_sock_fprogWill Drewry
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski
2012-02-20compat: Use COMPAT_USE_64BIT_TIME in net/compat.cH. J. Lu
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-05-05net: Add sendmmsg socket system callAnton Blanchard
2010-10-28net: Limit socket I/O iovec total length to INT_MAX.David S. Miller
2010-06-03From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet
2010-06-03net: use __packed annotationEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-11net: use compat helper functions in compat_sys_recvmmsgHeiko Carstens
2009-12-11net: fix compat_sys_recvmmsg parameter typeHeiko Carstens
2009-12-02net: compat_sys_recvmmsg user timespec arg can be NULLJean-Mickael Guerin
2009-10-29net: Cleanup redundant tests on unsignedroel kluin
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-07-15net/compat/wext: send different messages to compat tasksJohannes Berg