aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/iovec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-07net: move iov_pages() to net/core/iovec.cJason Wang1-0/+24
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell1-50/+0
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski1-1/+1
2010-10-28net: Limit socket I/O iovec total length to INT_MAX.David S. Miller1-11/+9
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2010-09-27tcp: Fix >4GB writes on 64-bit.David S. Miller1-2/+3
2010-09-09net/core: remove address space warnings on verify_iovec()Namhyung Kim1-2/+4
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-06-08net: Fix memcpy_toiovecend() to use the right offsetSridhar Samudrala1-2/+2
2009-04-21tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin1-3/+4
2009-04-21net: skb_copy_datagram_const_iovec()Michael S. Tsirkin1-0/+26
2008-07-19net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki1-5/+5
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro1-2/+2
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+239