summaryrefslogtreecommitdiffstats
path: root/net/compat.c
Commit message (Expand)AuthorAgeFilesLines
* put iov_iter into msghdrAl Viro2014-12-091-4/+6
* fold verify_iovec() into copy_msghdr_from_user()Al Viro2014-11-191-30/+22
* {compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro2014-11-191-36/+15
* separate kernel- and userland-side msghdrAl Viro2014-11-191-2/+2
* net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2014-07-291-4/+5
* net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-4/+4
* net/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-061-12/+12
* x86, x32: Correct invalid use of user timespec in the kernelPaX Team2014-01-301-7/+2
* net: clamp ->msg_namelen instead of returning an errorDan Carpenter2013-11-291-1/+1
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-1/+2
* net: heap overflow in __audit_sockaddr()Dan Carpenter2013-10-031-0/+2
* net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski2013-06-061-2/+11
* make get_file() return its argumentAl Viro2012-09-261-2/+1
* net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl2012-07-221-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-211-8/+0
|\
| * net/compat.c,linux/filter.h: share compat_sock_fprogWill Drewry2012-04-141-8/+0
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-5/+5
|/
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-25/+40
|\
| * compat: Use COMPAT_USE_64BIT_TIME in net/compat.cH. J. Lu2012-02-201-25/+40
* | net: get rid of some pointless casts to sockaddrMaciej Żenczykowski2012-03-111-1/+1
|/
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* net: Add sendmmsg socket system callAnton Blanchard2011-05-051-3/+13
* net: Limit socket I/O iovec total length to INT_MAX.David S. Miller2010-10-281-4/+6
* From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet2010-06-031-25/+22
* net: use __packed annotationEric Dumazet2010-06-031-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: use compat helper functions in compat_sys_recvmmsgHeiko Carstens2009-12-111-5/+2
* net: fix compat_sys_recvmmsg parameter typeHeiko Carstens2009-12-111-7/+5
* net: compat_sys_recvmmsg user timespec arg can be NULLJean-Mickael Guerin2009-12-021-2/+6
* net: Cleanup redundant tests on unsignedroel kluin2009-10-291-3/+0
* net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-121-3/+30
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-6/+6
* net/compat/wext: send different messages to compat tasksJohannes Berg2009-07-151-2/+15
* net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly2009-02-151-7/+12
* reintroduce accept4Ulrich Drepper2008-11-191-45/+5
* net: put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as callerPatrick Ohly2008-11-121-2/+2
* flag parameters: pacceptUlrich Drepper2008-07-241-4/+48
* net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki2008-07-191-1/+1
* net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens2008-04-291-0/+79
* net: Several cleanups for the setsockopt compat support.David L Stevens2008-04-291-4/+7
* ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens2008-04-271-0/+117
* [NETFILTER]: ip6_tables: add compat supportPatrick McHardy2008-01-281-106/+0
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-3/+3
* [NET]: Fix function put_cmsg() which may cause usr application memory overflowWei Yongjun2007-12-201-0/+2
* O_CLOEXEC for SCM_RIGHTSUlrich Drepper2007-07-161-1/+2
* [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet2007-04-251-1/+9
* [NET] core: whitespace cleanupStephen Hemminger2007-04-251-15/+15
* [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet2007-04-251-0/+24
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-251-5/+10
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
OpenPOWER on IntegriCloud