aboutsummaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-15VFS: net/: d_inode() annotationsGravatar David Howells 1-3/+3
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-04-11new helper: msg_data_left()Gravatar Al Viro 1-2/+2
2015-04-11get rid of the size argument of sock_sendmsg()Gravatar Al Viro 1-13/+14
2015-04-09switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()Gravatar Al Viro 1-17/+3
2015-04-09net: switch importing msghdr from userland to {compat_,}import_iovec()Gravatar Al Viro 1-19/+12
2015-04-09net: switch sendto() and recvfrom() to import_single_range()Gravatar Al Viro 1-16/+8
2015-04-09Merge branch 'iocb' into for-davemGravatar Al Viro 1-3/+3
2015-03-23net: socket: add support for async operationsGravatar tadeusz.struk@intel.com 1-2/+6
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+4
2015-03-20net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromGravatar Al Viro 1-0/+4
2015-03-13fs: don't allow to complete sync iocbs through aio_completeGravatar Christoph Hellwig 1-6/+3
2015-03-12fs: remove ki_nbytesGravatar Christoph Hellwig 1-3/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-65/+13
2015-03-02net: move skb->dropcount to skb->cb[]Gravatar Eyal Birger 1-2/+2
2015-02-04net: switch sockets to ->read_iter/->write_iterGravatar Al Viro 1-29/+27
2015-02-04net/socket.c: fold do_sock_{read,write} into callersGravatar Al Viro 1-35/+21
2015-01-28net: remove sock_iocbGravatar Christoph Hellwig 1-41/+4
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+0
2015-01-27net: don't OOPS on socket aioGravatar Christoph Hellwig 1-3/+0
2015-01-17socket: use ki_nbytes instead of iov_length()Gravatar Nicolas Dichtel 1-6/+4
2015-01-15socket: use iov_length()Gravatar Nicolas Dichtel 1-10/+2
2014-12-19[regression] chunk lost from bd9b51Gravatar Al Viro 1-1/+0
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-19/+0
2014-12-10make default ->i_fop have ->open() fail with ENXIOGravatar Al Viro 1-19/+0
2014-12-09put iov_iter into msghdrGravatar Al Viro 1-15/+12
2014-12-09net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica...Gravatar Gu Zheng 1-12/+10
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Gravatar Al Viro 1-40/+53
2014-11-19{compat_,}verify_iovec(): switch to generic copying of iovecsGravatar Al Viro 1-30/+8
2014-11-19separate kernel- and userland-side msghdrGravatar Al Viro 1-13/+16
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-1/+2
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+3
2014-09-09net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Gravatar Ani Sinha 1-0/+3
2014-09-09net-timestamp: optimize sock_tx_timestamp default pathGravatar Willem de Bruijn 1-5/+2
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnGravatar Jeff Layton 1-1/+2
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlGravatar Masanari Iida 1-1/+1
2014-09-05net-timestamp: only report sw timestamp if reporting bit is setGravatar Willem de Bruijn 1-2/+1
2014-08-06net-timestamp: sock_tx_timestamp() fixGravatar Eric Dumazet 1-7/+13
2014-08-05net-timestamp: ACK timestamp for bytestreamsGravatar Willem de Bruijn 1-0/+2
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerGravatar Willem de Bruijn 1-0/+3
2014-08-05net-timestamp: move timestamp flags out of sk_flagsGravatar Willem de Bruijn 1-4/+4
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structGravatar Willem de Bruijn 1-9/+11
2014-07-29net: remove deprecated syststamp timestampGravatar Willem de Bruijn 1-8/+4
2014-04-16net: use SYSCALL_DEFINEx for sys_recvGravatar Jan Glauber 1-2/+2
2014-04-01net: ptp: move PTP classifier in its own fileGravatar Daniel Borkmann 1-3/+2
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+11
2014-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+4
2014-03-12net: socket: error on a negative msg_namelenGravatar Matthew Leach 1-0/+4
2014-03-10sockfd_lookup_light(): switch to fdget^W^Waway from fget_lightGravatar Al Viro 1-6/+7
2014-02-13socket: replace some printk with pr_*Gravatar Yang Yingliang 1-7/+6