Cong Wang
|
6d8c50dcb0
socket: close race condition between sock_close() and sockfs_setattr()
|
7 years ago |
Linus Torvalds
|
10b1eb7d8c
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
|
7 years ago |
Christoph Hellwig
|
1525242310
net: add support for ->poll_mask in proto_ops
|
7 years ago |
Christoph Hellwig
|
3cafb37633
net: refactor socket_poll
|
7 years ago |
David Herrmann
|
d47cd9450d
net: hook socketpair() into LSM
|
7 years ago |
Linus Torvalds
|
672a9c1069
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
7 years ago |
Linus Torvalds
|
5bb053bef8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
7 years ago |
Linus Torvalds
|
642e7fd233
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
|
7 years ago |
Dominik Brodowski
|
d27e9afc64
net: socket: replace call to sys_recv() with __sys_recvfrom()
|
7 years ago |
Dominik Brodowski
|
f3bf896b1d
net: socket: replace calls to sys_send() with __sys_sendto()
|
7 years ago |
Dominik Brodowski
|
e1834a329d
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
|
7 years ago |
Dominik Brodowski
|
1255e26906
net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
13a2d70e2b
net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
cc36dca0df
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
005a1aeac4
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
6debc8d834
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
b21c8f838a
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
8882a107b3
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
25e290eed9
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
1387c2c2f9
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
a87d35d87a
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
9d6a15c3f2
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
4541e80560
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
211b634b7f
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
|
7 years ago |
Dominik Brodowski
|
7a09e1eb9c
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
|
7 years ago |
Geert Uytterhoeven
|
b903036aad
net: Spelling s/stucture/structure/
|
7 years ago |
David S. Miller
|
03fe2debbb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 years ago |
Xin Long
|
bf2ae2e4bf
sock_diag: request _diag module only when the family or proto has been registered
|
7 years ago |
Soheil Hassas Yeganeh
|
7797dc4141
socket: skip checking sk_err for recvmmsg(MSG_ERRQUEUE)
|
7 years ago |
Alexey Dobriyan
|
08009a7602
net: make kmem caches as __ro_after_init
|
7 years ago |