summaryrefslogtreecommitdiffstats
path: root/net/compat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud