aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/datagram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09skb_copy_datagram_iovec() can dieAl Viro1-84/+0
2014-12-09switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro1-35/+19
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro1-86/+2
2014-11-24kill zerocopy_sg_from_iovec()Al Viro1-63/+2
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro1-0/+116
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu1-89/+0
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu1-0/+87
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida1-1/+1
2014-06-15net: Fix save software checksum completeTom Herbert1-10/+26
2014-06-11net: Save software checksum completeTom Herbert1-5/+9
2013-10-29net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu1-1/+1
2013-08-07net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang1-27/+10
2013-08-07net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang1-4/+2
2013-08-07net: remove the useless comment in zerocopy_sg_from_iovec()Jason Wang1-1/+0
2013-08-07net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()Jason Wang1-2/+1
2013-08-07net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang1-0/+93
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir1-1/+2
2013-06-10udp: add low latency socket poll supportEliezer Tamir1-0/+4
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+14
2013-04-30unix/dgram: fix peeking with an offset larger than data in queueBenjamin Poirier1-8/+13
2013-04-30unix/dgram: peek beyond 0-sized skbsBenjamin Poirier1-1/+2
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller1-1/+1
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E1-1/+3
2013-02-12net: fix infinite loop in __skb_recv_datagram()Eric Dumazet1-1/+1
2012-06-27net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet1-1/+0
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov1-8/+13
2012-02-21datagram: Factor out sk queue referencingPavel Emelyanov1-4/+5
2011-10-19net: add skb frag size accessorsEric Dumazet1-8/+8
2011-08-24net: convert core to skb paged frag APIsIan Campbell1-4/+4
2010-12-06Fix a typo in datagram.c and sctp/socket.c.David Shwatrz1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-3/+2
2010-09-07skb: Add tracepoints to freeing skbKoki Sanagi1-0/+1
2010-09-06net: poll() optimizationsEric Dumazet1-3/+2
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet1-5/+3
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet1-2/+4
2010-05-03net: skb_free_datagram_locked() fixEric Dumazet1-2/+7
2010-04-28net: speedup udp receive pathEric Dumazet1-3/+7
2010-04-20net: sk_sleep() helperEric Dumazet1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+9
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet1-1/+9
2009-10-18net: sk_drops consolidation part 2Eric Dumazet1-0/+1
2009-08-13net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman1-0/+3
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa1-1/+1
2009-06-09datagram: Use frag list abstraction interfaces.David S. Miller1-95/+83
2009-06-08net: Fix skb_copy_datagram_from_iovec() to pass the right offsetSridhar Samudrala1-1/+2
2009-05-08Network Drop Monitor: Fix skb_kill_datagramJohn Dykstra1-1/+3