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 |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
Willem de Bruijn
|
52267790ef
sock: add MSG_ZEROCOPY
|
8 years ago |
Dave Watson
|
3c4d755915
tls: kernel TLS support
|
8 years ago |
Ursula Braun
|
ac7138746e
smc: establish new socket family
|
8 years ago |
yuan linyu
|
1ff8cebf49
scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))
|
8 years ago |
Courtney Cavin
|
bdabad3e36
net: Add Qualcomm IPC router
|
9 years ago |
Tom Herbert
|
ab7ac4eb98
kcm: Kernel Connection Multiplexor module
|
9 years ago |
Tom Herbert
|
f092276d85
net: Add MSG_BATCH flag
|
9 years ago |
Al Viro
|
01e97e6517
new helper: msg_data_left()
|
10 years ago |
tadeusz.struk@intel.com
|
0345f93138
net: socket: add support for async operations
|
10 years ago |
Eric W. Biederman
|
0189197f44
mpls: Basic routing support
|
10 years ago |
Al Viro
|
31a25fae85
net: bury net/core/iovec.c - nothing in there is used anymore
|
10 years ago |
Gu Zheng
|
f95b414edb
net: introduce helper macro for_each_cmsghdr
|
10 years ago |
Al Viro
|
c0371da604
put iov_iter into msghdr
|
10 years ago |
Al Viro
|
08adb7dabd
fold verify_iovec() into copy_msghdr_from_user()
|
11 years ago |
Al Viro
|
666547ff59
separate kernel- and userland-side msghdr
|
11 years ago |
Rasmus Villemoes
|
9cdb5dbf79
include/linux/socket.h: Fix comment
|
11 years ago |
Michael S. Tsirkin
|
ac5ccdba3a
iovec: move memcpy_from/toiovecend to lib/iovec.c
|
11 years ago |
FX Le Bail
|
eb97768acb
net: update comments of "struct msghdr" with the more accurate RFC3542 ones
|
11 years ago |
stephen hemminger
|
8f09898bf0
socket: cleanups
|
11 years ago |
Jason Wang
|
b4bf07771f
net: move iov_pages() to net/core/iovec.c
|
12 years ago |