summaryrefslogtreecommitdiffstats
path: root/net/compat.c
Commit message (Expand)AuthorAgeFilesLines
* file: stop exposing receive_fd_user()Christian Brauner2023-12-121-1/+1
* net/compat: Update msg_control_is_user when setting a kernel pointerKevin Brodsky2023-04-141-0/+1
* net: Ensure ->msg_control_user is used for user buffersKevin Brodsky2023-04-141-6/+6
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+2
* net: clear msg_get_inq in __get_compat_msghdr()Tetsuo Handa2022-09-201-0/+1
* Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe2022-07-241-22/+17
|\
| * net: fix compat pointer in get_compat_msghdr()Jens Axboe2022-07-241-1/+1
| * net: copy from user before calling __get_compat_msghdrDylan Yudaken2022-07-241-22/+17
* | skbuff: carry external ubuf_info in msghdrPavel Begunkov2022-07-191-0/+1
|/
* net: Return the correct errno codeZheng Yongjun2021-06-031-1/+1
* iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-2/+2
* net/scm: Fix typo in SCM_RIGHTS compat refactoringKees Cook2020-08-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-119/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-1/+1
| |\
| * | net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-191-76/+3
| * | net: simplify cBPF setsockopt compat handlingChristoph Hellwig2020-07-191-44/+1
* | | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-30/+25
|\ \ \ | |_|/ |/| |
| * | fs: Add receive_fd() wrapper for __receive_fd()Kees Cook2020-07-131-1/+1
| * | fs: Move __scm_install_fd() to __receive_fd()Kees Cook2020-07-131-1/+1
| * | net/scm: Regularize compat handling of scm_detach_fds()Kees Cook2020-07-131-31/+25
| * | net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-07-131-0/+1
| |/
* / fix a braino in cmsghdr_from_user_compat_to_kern()Al Viro2020-07-271-1/+1
|/
* switch cmsghdr_from_user_compat_to_kern() to copy_from_user()Al Viro2020-06-011-7/+8
* get rid of compat_mc_setsockopt()Al Viro2020-05-201-90/+0
* get rid of compat_mc_getsockopt()Al Viro2020-05-201-79/+0
* lift compat definitions of mcast [sg]etsockopt requests into net/compat.hAl Viro2020-05-201-25/+0
* net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig2020-05-111-2/+3
* net: abstract out normal and compat msghdr importJens Axboe2020-03-101-7/+23
* y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann2019-11-151-1/+1
* uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe2019-05-311-1/+2
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-57/+0
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-1/+1
|\
| * y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-1/+1
* | net: fixup address-space warnings in compat_mc_{get,set}sockopt()Ben Dooks2019-03-031-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-1/+5
|\ \
| * | net: socket: add check for negative optlen in compat setsockoptJann Horn2019-02-221-1/+5
| |/
* | socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-031-3/+3
* | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-3/+3
* | socket: move compat timeout handling into sock.cArnd Bergmann2019-02-031-65/+1
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-15/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-031-6/+9
|\
| * sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-011-6/+9
* | y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann2018-12-181-22/+12
|/
* y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann2018-08-291-3/+3
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-2/+2
* net: avoid unnecessary sock_flag() check when enable timestampYafang Shao2018-08-061-4/+2
* 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