aboutsummaryrefslogtreecommitdiff
path: root/net/core/iovec.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-29net: sendmsg: fix NULL pointer dereferenceGravatar Andrey Ryabinin 1-3/+3
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cGravatar Michael S. Tsirkin 1-55/+0
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 1-1/+2
2013-10-29net, iovec: fix the incorrect comment in memcpy_fromiovecend()Gravatar Zhi Yong Wu 1-1/+1
2013-08-07net: move iov_pages() to net/core/iovec.cGravatar Jason Wang 1-0/+24
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Gravatar Rusty Russell 1-50/+0
2012-03-11net: get rid of some pointless casts to sockaddrGravatar Maciej Żenczykowski 1-1/+1
2010-10-28net: Limit socket I/O iovec total length to INT_MAX.Gravatar David S. Miller 1-11/+9
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+3
2010-09-27tcp: Fix >4GB writes on 64-bit.Gravatar David S. Miller 1-2/+3
2010-09-09net/core: remove address space warnings on verify_iovec()Gravatar Namhyung Kim 1-2/+4
2010-07-12net/core: EXPORT_SYMBOL cleanupsGravatar Eric Dumazet 1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-06-08net: Fix memcpy_toiovecend() to use the right offsetGravatar Sridhar Samudrala 1-2/+2
2009-04-21tun: fix tun_chr_aio_write so that aio worksGravatar Michael S. Tsirkin 1-3/+4
2009-04-21net: skb_copy_datagram_const_iovec()Gravatar Michael S. Tsirkin 1-0/+26
2008-07-19net: Use standard structures for generic socket address structures.Gravatar YOSHIFUJI Hideaki 1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-10[NET] CORE: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-5/+5
2006-12-02[NET]: Annotate csum_partial() callers in net/*Gravatar Al Viro 1-2/+2
2005-05-01[PATCH] misc verify_area cleanupsGravatar Jesper Juhl 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+239