summaryrefslogtreecommitdiffstats
path: root/net/compat.c
Commit message (Expand)AuthorAgeFilesLines
* net: support compat 64-bit time in {s,g}etsockoptLance Richardson2018-04-271-2/+4
* net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to com...Dominik Brodowski2018-04-021-7/+30
* net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to com...Dominik Brodowski2018-04-021-5/+12
* net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to c...Dominik Brodowski2018-04-021-4/+12
* net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to c...Dominik Brodowski2018-04-021-4/+10
* net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to com...Dominik Brodowski2018-04-021-7/+16
* net: socket: replace call to sys_recv() with __sys_recvfrom()Dominik Brodowski2018-04-021-1/+2
* net: socket: replace calls to sys_send() with __sys_sendto()Dominik Brodowski2018-04-021-1/+1
* net: socket: move check for forbid_cmsg_compat to __sys_...msg()Dominik Brodowski2018-04-021-3/+5
* net: socket: add __sys_shutdown() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-1/+1
* net: socket: add __sys_socketpair() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-1/+1
* net: socket: add __sys_getpeername() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-1/+1
* net: socket: add __sys_getsockname() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-1/+1
* net: socket: add __sys_listen() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-1/+1
* net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-1/+1
* net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-1/+1
* net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-1/+1
* net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-2/+2
* net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-1/+2
* net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-1/+2
* net: compat: assert the size of cmsg copied in is as expectedMeng Xu2017-09-201-0/+7
* get_compat_bpf_fprog(): don't copyin field-by-fieldAl Viro2017-07-041-9/+9
* get_compat_msghdr(): get rid of field-by-field copyinAl Viro2017-07-041-17/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-8/+9
|\
| * net: Assert at build time the assumptions we make about the CMSG header.David S. Miller2017-01-041-0/+3
| * scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-041-8/+6
* | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-02-211-3/+14
|\ \ | |/ |/|
| * audit: log 32-bit socketcallsRichard Guy Briggs2017-01-181-3/+14
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* packet: compat support for sock_fprogWillem de Bruijn2016-06-091-2/+15
* soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPFHelge Deller2016-06-061-1/+2
* net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro2015-04-091-11/+7
* net: socket: add support for async operationstadeusz.struk@intel.com2015-03-231-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-0/+7
|\
| * net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas2015-03-201-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-031-9/+0
|\ \ | |/
| * net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas2015-02-231-9/+0
* | net: __aligned(size) is preferred over __attribute__((aligned(size)))Ameen Ali2015-02-221-5/+5
|/
* 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
OpenPOWER on IntegriCloud