Viresh Kumar
|
b5ffe63442
net: Drop unlikely before IS_ERR(_OR_NULL)
|
10 years ago |
Eric W. Biederman
|
eeb1bd5c40
net: Add a struct net parameter to sock_create_kern
|
10 years ago |
Eric W. Biederman
|
140e807da1
tun: Utilize the normal socket network namespace refcounting.
|
10 years ago |
David Howells
|
c5ef603528
VFS: net/: d_inode() annotations
|
10 years ago |
Al Viro
|
5d5d568975
make new_sync_{read,write}() static
|
10 years ago |
Al Viro
|
01e97e6517
new helper: msg_data_left()
|
10 years ago |
Al Viro
|
d8725c86ae
get rid of the size argument of sock_sendmsg()
|
10 years ago |
Al Viro
|
6aa248145a
switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()
|
10 years ago |
Al Viro
|
da18428498
net: switch importing msghdr from userland to {compat_,}import_iovec()
|
10 years ago |
Al Viro
|
602bd0e90e
net: switch sendto() and recvfrom() to import_single_range()
|
10 years ago |
Al Viro
|
237dae8890
Merge branch 'iocb' into for-davem
|
10 years ago |
tadeusz.struk@intel.com
|
0345f93138
net: socket: add support for async operations
|
10 years ago |
David S. Miller
|
0fa74a4be4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
10 years ago |
Al Viro
|
4de930efc2
net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfrom
|
10 years ago |
Christoph Hellwig
|
599bd19bdc
fs: don't allow to complete sync iocbs through aio_complete
|
10 years ago |
Christoph Hellwig
|
66ee59af63
fs: remove ki_nbytes
|
10 years ago |
Ying Xue
|
1b78414047
net: Remove iocb argument from sendmsg and recvmsg
|
10 years ago |
Eyal Birger
|
744d5a3e9f
net: move skb->dropcount to skb->cb[]
|
10 years ago |
Al Viro
|
8ae5e030f3
net: switch sockets to ->read_iter/->write_iter
|
10 years ago |
Al Viro
|
6d65233020
net/socket.c: fold do_sock_{read,write} into callers
|
10 years ago |
Christoph Hellwig
|
7cc0566268
net: remove sock_iocb
|
10 years ago |
David S. Miller
|
95f873f2ff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
10 years ago |
Christoph Hellwig
|
06539d3071
net: don't OOPS on socket aio
|
10 years ago |
Nicolas Dichtel
|
66c1a12c65
socket: use ki_nbytes instead of iov_length()
|
10 years ago |
Nicolas Dichtel
|
7eb35b1483
socket: use iov_length()
|
10 years ago |
Al Viro
|
e3bb504efd
[regression] chunk lost from bd9b51
|
10 years ago |
Linus Torvalds
|
603ba7e41b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 years ago |
Al Viro
|
bd9b51e79c
make default ->i_fop have ->open() fail with ENXIO
|
10 years ago |
Al Viro
|
c0371da604
put iov_iter into msghdr
|
10 years ago |
Gu Zheng
|
0cf00c6f36
net/socket.c : introduce helper function do_sock_sendmsg to replace reduplicate code
|
10 years ago |