summaryrefslogtreecommitdiff
path: root/net/compat.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-02net: socket: add __sys_getsockname() helper; remove in-kernel call to syscallDominik Brodowski1-1/+1
2018-04-02net: socket: add __sys_listen() helper; remove in-kernel call to syscallDominik Brodowski1-1/+1
2018-04-02net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski1-1/+1
2018-04-02net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski1-1/+1
2018-04-02net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski1-1/+1
2018-04-02net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski1-2/+2
2018-04-02net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski1-1/+2
2018-04-02net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski1-1/+2
2017-09-21net: compat: assert the size of cmsg copied in is as expectedMeng Xu1-0/+7
2017-07-04get_compat_bpf_fprog(): don't copyin field-by-fieldAl Viro1-9/+9
2017-07-04get_compat_msghdr(): get rid of field-by-field copyinAl Viro1-17/+14
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+9
2017-02-22Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-3/+14
2017-01-18audit: log 32-bit socketcallsRichard Guy Briggs1-3/+14
2017-01-04net: Assert at build time the assumptions we make about the CMSG header.David S. Miller1-0/+3
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu1-8/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-10packet: compat support for sock_fprogWillem de Bruijn1-2/+15
2016-06-07soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPFHelge Deller1-1/+2
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-21Merge 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() beha...Catalin Marinas1-0/+7
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+0
2015-02-24net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas1-9/+0
2015-02-23net: __aligned(size) is preferred over __attribute__((aligned(size)))Ameen Ali1-5/+5
2014-12-10put iov_iter into msghdrAl Viro1-4/+6
2014-11-20fold verify_iovec() into copy_msghdr_from_user()Al Viro1-30/+22
2014-11-20{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro1-36/+15
2014-11-20separate 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-31x86, x32: Correct invalid use of user timespec in the kernelPaX Team1-7/+2
2013-11-30net: clamp ->msg_namelen instead of returning an errorDan Carpenter1-1/+1
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-1/+2
2013-10-04net: heap overflow in __audit_sockaddr()Dan Carpenter1-0/+2
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski1-2/+11
2012-09-27make get_file() return its argumentAl Viro1-2/+1
2012-07-23net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl1-2/+2
2012-05-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus 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-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-25/+40
2012-03-12net: get rid of some pointless casts to sockaddrMaciej Żenczykowski1-1/+1
2012-02-21compat: Use COMPAT_USE_64BIT_TIME in net/compat.cH. J. Lu1-25/+40
2011-11-01net: 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-04From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet1-25/+22