Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c5599b901df07d2a91e8b13f35f0393a25b2b832
/
net
/
compat.c
f90339a
net/compat: Add missing sock updates for SCM_RIGHTS
by Kees Cook
· 4 years, 5 months ago
60f05dd
sock: Make sock->sk_stamp thread-safe
by Deepa Dinamani
· 6 years ago
9dae349
net: avoid unnecessary sock_flag() check when enable timestamp
by Yafang Shao
· 6 years ago
988bf72
net: support compat 64-bit time in {s,g}etsockopt
by Lance Richardson
· 7 years ago
6df3546
net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to compat syscalls
by Dominik Brodowski
· 7 years ago
157b334
net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
8770cf4
net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
73ee3ea
net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
fd4e82f
net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
d27e9af
net: socket: replace call to sys_recv() with __sys_recvfrom()
by Dominik Brodowski
· 7 years ago
f3bf896
net: socket: replace calls to sys_send() with __sys_sendto()
by Dominik Brodowski
· 7 years ago
e1834a3
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
by Dominik Brodowski
· 7 years ago
005a1ae
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
6debc8d
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
b21c8f8
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
8882a10
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
25e290e
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
1387c2c
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
a87d35d
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
9d6a15c
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
4541e80
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
211b634
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
7a09e1e
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
c2a64bb
net: compat: assert the size of cmsg copied in is as expected
by Meng Xu
· 7 years ago
f8f8a72
get_compat_bpf_fprog(): don't copyin field-by-field
by Al Viro
· 7 years ago
5da028a
get_compat_msghdr(): get rid of field-by-field copyin
by Al Viro
· 7 years ago
3051bf3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
b8989bc
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
62bc306
audit: log 32-bit socketcalls
by Richard Guy Briggs
· 8 years ago
ac4340f
net: Assert at build time the assumptions we make about the CMSG header.
by David S. Miller
· 8 years ago
1ff8ceb
scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))
by yuan linyu
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
719c44d
packet: compat support for sock_fprog
by Willem de Bruijn
· 8 years ago
1957598
soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPF
by Helge Deller
· 8 years ago
da18428
net: switch importing msghdr from userland to {compat_,}import_iovec()
by Al Viro
· 10 years ago
0345f93
net: socket: add support for async operations
by tadeusz.struk@intel.com
· 10 years ago
0fa74a4b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
91edd09
net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviour
by Catalin Marinas
· 10 years ago
71a83a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
d720d8c
net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg
by Catalin Marinas
· 10 years ago
e099b2d
net: __aligned(size) is preferred over __attribute__((aligned(size)))
by Ameen Ali
· 10 years ago
c0371da
put iov_iter into msghdr
by Al Viro
· 10 years ago
08adb7d
fold verify_iovec() into copy_msghdr_from_user()
by Al Viro
· 10 years ago
0844932
{compat_,}verify_iovec(): switch to generic copying of iovecs
by Al Viro
· 10 years ago
666547f
separate kernel- and userland-side msghdr
by Al Viro
· 11 years ago
40eea80
net: sendmsg: fix NULL pointer dereference
by Andrey Ryabinin
· 10 years ago
3a49a0f
net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
by Heiko Carstens
· 11 years ago
361d93c
net/compat: convert to COMPAT_SYSCALL_DEFINE
by Heiko Carstens
· 11 years ago
2def2ef
x86, x32: Correct invalid use of user timespec in the kernel
by PaX Team
· 11 years ago
db31c55
net: clamp ->msg_namelen instead of returning an error
by Dan Carpenter
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
1661bf3
net: heap overflow in __audit_sockaddr()
by Dan Carpenter
· 11 years ago
a7526eb
net: Unbreak compat_sys_{send,recv}msg
by Andy Lutomirski
· 11 years ago
cb0942b
make get_file() return its argument
by Al Viro
· 12 years ago
8188104
net: Fix references to out-of-scope variables in put_cmsg_compat()
by Jesper Juhl
· 12 years ago
cb60e3e
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
0c5fe1b
net/compat.c,linux/filter.h: share compat_sock_fprog
by Will Drewry
· 13 years ago
a591afc
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
43db362
net: get rid of some pointless casts to sockaddr
by Maciej Żenczykowski
· 13 years ago
ee4fa23
compat: Use COMPAT_USE_64BIT_TIME in net/compat.c
by H. J. Lu
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
228e548
net: Add sendmmsg socket system call
by Anton Blanchard
· 14 years ago
8acfe46
net: Limit socket I/O iovec total length to INT_MAX.
by David S. Miller
· 14 years ago
c6d409c
From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001
by Eric Dumazet
· 14 years ago
bc10502
net: use __packed annotation
by Eric Dumazet
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
de039f0
net: use compat helper functions in compat_sys_recvmmsg
by Heiko Carstens
· 15 years ago
60c2ffd
net: fix compat_sys_recvmmsg parameter type
by Heiko Carstens
· 15 years ago
5b23136
net: compat_sys_recvmmsg user timespec arg can be NULL
by Jean-Mickael Guerin
· 15 years ago
65a1c4f
net: Cleanup redundant tests on unsigned
by roel kluin
· 15 years ago
a2e2725
net: Introduce recvmmsg socket syscall
by Arnaldo Carvalho de Melo
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
1dacc76
net/compat/wext: send different messages to compat tasks
by Johannes Berg
· 15 years ago
20d4947
net: socket infrastructure for SO_TIMESTAMPING
by Patrick Ohly
· 16 years ago
de11def
reintroduce accept4
by Ulrich Drepper
· 16 years ago
d35aac1
net: put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as caller
by Patrick Ohly
· 16 years ago
aaca0bd
flag parameters: paccept
by Ulrich Drepper
· 16 years ago
230b183
net: Use standard structures for generic socket address structures.
by YOSHIFUJI Hideaki
· 16 years ago
42908c6
net: Add compat support for getsockopt (MCAST_MSFILTER)
by David L Stevens
· 17 years ago
be666e0
net: Several cleanups for the setsockopt compat support.
by David L Stevens
· 17 years ago
dae5029
ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.
by David L Stevens
· 17 years ago
3bc3fe5
[NETFILTER]: ip6_tables: add compat support
by Patrick McHardy
· 17 years ago
6e23ae2
[NETFILTER]: Introduce NF_INET_ hook values
by Patrick McHardy
· 17 years ago
1ac70e7
[NET]: Fix function put_cmsg() which may cause usr application memory overflow
by Wei Yongjun
· 17 years ago
4a19542
O_CLOEXEC for SCM_RIGHTS
by Ulrich Drepper
· 17 years ago
92f37fd
[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
by Eric Dumazet
· 18 years ago
e71a478
[NET] core: whitespace cleanup
by Stephen Hemminger
· 18 years ago
ae40eb1
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
by Eric Dumazet
· 18 years ago
b7aa0bf
[NET]: convert network timestamps to ktime_t
by Eric Dumazet
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
4768fbc
[NET]: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
effee6a
[NET]: File descriptor loss while receiving SCM_RIGHTS
by Miklos Szeredi
· 18 years ago
2722971
[NETFILTER]: iptables 32bit compat layer
by Dmitry Mishin
· 19 years ago
f0ac261
[NET]: socket timestamp 32 bit handler for 64 bit kernel
by Shaun Pereira
· 19 years ago
3fdadf7
[NET]: {get|set}sockopt compatibility layer
by Dmitry Mishin
· 19 years ago
8920e8f
[PATCH] Fix 32bit sendmsg() flaw
by Al Viro
· 19 years ago
d64d387
[NET]: Fix memory leak in sys_{send,recv}msg() w/compat
by Andrew Morton
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago