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 |
Kirill Tkhai
|
d8d211a2a0
net: Make extern and export get_net_ns()
|
7 years ago |
David Ahern
|
e92bad5034
net: Remove atalk header from socket.c
|
7 years ago |
Denys Vlasenko
|
9b2c45d479
net: make getname() functions return length rather than use int* parameter
|
7 years ago |
Linus Torvalds
|
b2fe5fa686
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
7 years ago |
Linus Torvalds
|
168fe32a07
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
7 years ago |
Al Viro
|
5c59e564e4
kill kernel_sock_ioctl()
|
8 years ago |
Al Viro
|
44c02a2c3d
dev_ioctl(): move copyin/copyout to callers
|
8 years ago |
Al Viro
|
b1b0c24506
lift handling of SIOCIW... out of dev_ioctl()
|
8 years ago |
Al Viro
|
4cf808e7ac
kill dev_ifname32()
|
8 years ago |
Al Viro
|
f92d4fc953
kill bond_ioctl()
|
8 years ago |
Al Viro
|
bf4405737f
kill dev_ifsioc()
|
8 years ago |
Al Viro
|
36fd633ec9
net: separate SIOCGIFCONF handling from dev_ioctl()
|
8 years ago |
Daniel Borkmann
|
fa9dd599b4
bpf: get rid of pure_initcall dependency to enable jits
|
7 years ago |
David S. Miller
|
19d28fbd30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 years ago |
Linus Torvalds
|
cbd0a6a2cc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
7 years ago |
Al Viro
|
ce4bb04cae
Fix a leak in socket(2) when we fail to allocate a file descriptor.
|
7 years ago |
Alexei Starovoitov
|
290af86629
bpf: introduce BPF_JIT_ALWAYS_ON config
|
7 years ago |