aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet1-0/+7
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger1-2/+0
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar1-2/+1
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert1-1/+14
2015-02-11net: Clarify meaning of CHECKSUM_PARTIAL for receive pathTom Herbert1-5/+12
2015-02-08net: fix a typo in skb_checksum_validate_zero_checkSabrina Dubroca1-1/+1
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-8/+6
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert1-0/+21
2015-02-04xps: fix xps for stacked devicesEric Dumazet1-2/+5
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro1-2/+1
2015-02-04rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro1-6/+5
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck1-0/+9
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck1-0/+2
2014-12-09skb_copy_datagram_iovec() can dieAl Viro1-2/+0
2014-12-09switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro1-12/+4
2014-12-09put iov_iter into msghdrAl Viro1-6/+10
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa1-21/+2
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet1-2/+1
2014-12-08net: Add functions for handling padding frame and adding to lengthAlexander Duyck1-1/+23
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro1-3/+0
2014-11-24kill zerocopy_sg_from_iovec()Al Viro1-2/+0
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro1-0/+3
2014-11-24new helper: memcpy_to_msg()Al Viro1-0/+5
2014-11-24new helper: memcpy_from_msg()Al Viro1-0/+5
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro1-0/+5
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko1-0/+2
2014-11-21net: move make_writable helper into common codeJiri Pirko1-0/+1
2014-11-12net: Remove __skb_alloc_page and __skb_alloc_pagesAlexander Duyck1-43/+0
2014-11-12net: Add device Rx page allocation functionAlexander Duyck1-0/+48
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu1-3/+0
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu1-0/+3
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar1-3/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-0/+6
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert1-1/+3
2014-11-03net: add rbnode to struct sk_buffEric Dumazet1-7/+13
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-2/+6
2014-10-28skbuff.h: fix kernel-doc warning for headers_endRandy Dunlap1-0/+4
2014-10-14skbuff: fix ftrace handling in skb_unshareAlexander Aring1-1/+6
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-87/+256
2014-10-08net: description of dma_cookie cause make xmldocs warningMasanari Iida1-2/+0
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-6/+2
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian1-3/+4
2014-10-01udp: Generalize skb_udp_segmentTom Herbert1-2/+24
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet1-0/+25
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-8/+6
2014-09-29net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet1-61/+72
2014-09-28net_dma: simple removalDan Williams1-6/+2
2014-09-26net: introduce __skb_header_release()Eric Dumazet1-0/+15
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso1-6/+6