aboutsummaryrefslogtreecommitdiffstats
path: root/net/compat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-09net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro1-11/+7
2015-03-23net: socket: add support for async operationstadeusz.struk@intel.com1-0/+2
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2015-03-20net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviourCatalin Marinas1-0/+7
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+0
2015-02-23net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas1-9/+0
2015-02-22net: __aligned(size) is preferred over __attribute__((aligned(size)))Ameen Ali1-5/+5
2014-12-09put iov_iter into msghdrAl Viro1-4/+6
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro1-30/+22
2014-11-19{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro1-36/+15
2014-11-19separate kernel- and userland-side msghdrAl Viro1-2/+2
2014-07-29net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin1-4/+5
2014-03-06net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-4/+4
2014-03-06net/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens1-12/+12
2014-01-30x86, x32: Correct invalid use of user timespec in the kernelPaX Team1-7/+2
2013-11-29net: clamp ->msg_namelen instead of returning an errorDan Carpenter1-1/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-1/+2
2013-10-03net: heap overflow in __audit_sockaddr()Dan Carpenter1-0/+2
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski1-2/+11
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-07-22net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl1-2/+2
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-8/+0
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-5/+5
2012-04-14net/compat.c,linux/filter.h: share compat_sock_fprogWill Drewry1-8/+0
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+40
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski1-1/+1
2012-02-20compat: Use COMPAT_USE_64BIT_TIME in net/compat.cH. J. Lu1-25/+40
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-05-05net: Add sendmmsg socket system callAnton Blanchard1-3/+13
2010-10-28net: Limit socket I/O iovec total length to INT_MAX.David S. Miller1-4/+6
2010-06-03From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet1-25/+22
2010-06-03net: use __packed annotationEric Dumazet1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-11net: use compat helper functions in compat_sys_recvmmsgHeiko Carstens1-5/+2
2009-12-11net: fix compat_sys_recvmmsg parameter typeHeiko Carstens1-7/+5
2009-12-02net: compat_sys_recvmmsg user timespec arg can be NULLJean-Mickael Guerin1-2/+6
2009-10-29net: Cleanup redundant tests on unsignedroel kluin1-3/+0
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-3/+30
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-6/+6
2009-07-15net/compat/wext: send different messages to compat tasksJohannes Berg1-2/+15
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly1-7/+12
2008-11-19reintroduce accept4Ulrich Drepper1-45/+5
2008-11-12net: put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as callerPatrick Ohly1-2/+2
2008-07-24flag parameters: pacceptUlrich Drepper1-4/+48
2008-07-19net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki1-1/+1
2008-04-29net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens1-0/+79
2008-04-29net: Several cleanups for the setsockopt compat support.David L Stevens1-4/+7
2008-04-27ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens1-0/+117
2008-01-28[NETFILTER]: ip6_tables: add compat supportPatrick McHardy1-106/+0
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-3/+3