Catalin Marinas
|
d720d8cec5
net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg
|
10 年之前 |
Al Viro
|
c0371da604
put iov_iter into msghdr
|
10 年之前 |
Al Viro
|
08adb7dabd
fold verify_iovec() into copy_msghdr_from_user()
|
10 年之前 |
Al Viro
|
0844932009
{compat_,}verify_iovec(): switch to generic copying of iovecs
|
10 年之前 |
Al Viro
|
666547ff59
separate kernel- and userland-side msghdr
|
11 年之前 |
Andrey Ryabinin
|
40eea803c6
net: sendmsg: fix NULL pointer dereference
|
11 年之前 |
Heiko Carstens
|
3a49a0f718
net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
|
11 年之前 |
Heiko Carstens
|
361d93c46f
net/compat: convert to COMPAT_SYSCALL_DEFINE
|
11 年之前 |
PaX Team
|
2def2ef2ae
x86, x32: Correct invalid use of user timespec in the kernel
|
11 年之前 |
Dan Carpenter
|
db31c55a6f
net: clamp ->msg_namelen instead of returning an error
|
11 年之前 |
Hannes Frederic Sowa
|
f3d3342602
net: rework recvmsg handler msg_name and msg_namelen logic
|
11 年之前 |
Dan Carpenter
|
1661bf364a
net: heap overflow in __audit_sockaddr()
|
12 年之前 |
Andy Lutomirski
|
a7526eb5d0
net: Unbreak compat_sys_{send,recv}msg
|
12 年之前 |
Al Viro
|
cb0942b812
make get_file() return its argument
|
13 年之前 |
Jesper Juhl
|
818810472b
net: Fix references to out-of-scope variables in put_cmsg_compat()
|
13 年之前 |
Linus Torvalds
|
cb60e3e65c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
|
13 年之前 |
Eric Dumazet
|
95c9617472
net: cleanup unsigned to unsigned int
|
13 年之前 |
Will Drewry
|
0c5fe1b422
net/compat.c,linux/filter.h: share compat_sock_fprog
|
13 年之前 |
Linus Torvalds
|
a591afc01d
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
13 年之前 |
Maciej Żenczykowski
|
43db362d3a
net: get rid of some pointless casts to sockaddr
|
13 年之前 |
H. J. Lu
|
ee4fa23c4b
compat: Use COMPAT_USE_64BIT_TIME in net/compat.c
|
13 年之前 |
Paul Gortmaker
|
bc3b2d7fb9
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
|
14 年之前 |
Anton Blanchard
|
228e548e60
net: Add sendmmsg socket system call
|
14 年之前 |
David S. Miller
|
8acfe468b0
net: Limit socket I/O iovec total length to INT_MAX.
|
14 年之前 |
Eric Dumazet
|
c6d409cfd0
From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001
|
15 年之前 |
Eric Dumazet
|
bc10502dba
net: use __packed annotation
|
15 年之前 |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 年之前 |
Heiko Carstens
|
de039f02d8
net: use compat helper functions in compat_sys_recvmmsg
|
15 年之前 |
Heiko Carstens
|
60c2ffd3d2
net: fix compat_sys_recvmmsg parameter type
|
15 年之前 |
Jean-Mickael Guerin
|
5b23136bcf
net: compat_sys_recvmmsg user timespec arg can be NULL
|
15 年之前 |