aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/iovec.c
Commit message (Expand)AuthorAgeFilesLines
* iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin2014-09-131-0/+4
* net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2014-09-131-3/+3
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2014-01-031-1/+2
* net: Limit socket I/O iovec total length to INT_MAX.David S. Miller2010-10-281-11/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-041-2/+3
|\
| * tcp: Fix >4GB writes on 64-bit.David S. Miller2010-09-271-2/+3
* | net/core: remove address space warnings on verify_iovec()Namhyung Kim2010-09-091-2/+4
|/
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-5/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* net: Fix memcpy_toiovecend() to use the right offsetSridhar Samudrala2009-06-081-2/+2
* tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin2009-04-211-3/+4
* net: skb_copy_datagram_const_iovec()Michael S. Tsirkin2009-04-211-0/+26
* net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki2008-07-191-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-5/+5
* [NET]: Annotate csum_partial() callers in net/*Al Viro2006-12-021-2/+2
* [PATCH] misc verify_area cleanupsJesper Juhl2005-05-011-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+239