summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-121-1/+14
* net: Clarify meaning of CHECKSUM_PARTIAL for receive pathTom Herbert2015-02-121-5/+12
* net: fix a typo in skb_checksum_validate_zero_checkSabrina Dubroca2015-02-091-1/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-051-8/+6Star
|\
| * net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro2015-02-041-2/+1Star
| * rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro2015-02-041-6/+5Star
* | net: add skb functions to process remote checksum offloadTom Herbert2015-02-041-0/+21
* | xps: fix xps for stacked devicesEric Dumazet2015-02-041-2/+5
|/
* net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2014-12-101-0/+9
* net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck2014-12-101-0/+2
* skb_copy_datagram_iovec() can dieAl Viro2014-12-091-2/+0Star
* switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro2014-12-091-12/+4Star
* put iov_iter into msghdrAl Viro2014-12-091-6/+10
* dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2014-12-091-21/+2Star
* net: avoid two atomic operations in fast clonesEric Dumazet2014-12-091-2/+1Star
* net: Add functions for handling padding frame and adding to lengthAlexander Duyck2014-12-091-1/+23
* switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro2014-11-241-3/+0Star
* kill zerocopy_sg_from_iovec()Al Viro2014-11-241-2/+0Star
* new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro2014-11-241-0/+3
* new helper: memcpy_to_msg()Al Viro2014-11-241-0/+5
* new helper: memcpy_from_msg()Al Viro2014-11-241-0/+5
* new helper: skb_copy_and_csum_datagram_msg()Al Viro2014-11-241-0/+5
* net: move vlan pop/push functions into common codeJiri Pirko2014-11-211-0/+2
* net: move make_writable helper into common codeJiri Pirko2014-11-211-0/+1
* net: Remove __skb_alloc_page and __skb_alloc_pagesAlexander Duyck2014-11-121-43/+0Star
* net: Add device Rx page allocation functionAlexander Duyck2014-11-121-0/+48
* net: Kill skb_copy_datagram_const_iovecHerbert Xu2014-11-071-3/+0Star
* inet: Add skb_copy_datagram_iterHerbert Xu2014-11-071-0/+3
* net: Remove MPLS GSO feature.Pravin B Shelar2014-11-061-3/+1Star
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-0/+6
* udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-051-1/+3
* net: add rbnode to struct sk_buffEric Dumazet2014-11-031-7/+13
* net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet2014-10-311-2/+6
* skbuff.h: fix kernel-doc warning for headers_endRandy Dunlap2014-10-281-0/+4
* skbuff: fix ftrace handling in skb_unshareAlexander Aring2014-10-141-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-091-87/+256
|\
| * net: description of dma_cookie cause make xmldocs warningMasanari Iida2014-10-081-2/+0Star
| * net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-051-3/+4
| * udp: Generalize skb_udp_segmentTom Herbert2014-10-021-2/+24
| * net: cleanup and document skb fclone layoutEric Dumazet2014-10-011-0/+25
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-291-8/+6Star
| |\
| | * netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso2014-09-261-6/+6
| * | net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet2014-09-291-61/+72
| * | net: introduce __skb_header_release()Eric Dumazet2014-09-261-0/+15
| * | net: add alloc_skb_with_frags() helperEric Dumazet2014-09-191-0/+6
| * | net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa2014-09-131-0/+10
| |/
| * net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck2014-09-061-1/+3
| * net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-061-0/+2
| * net: Infrastructure for checksum unnecessary conversionsTom Herbert2014-09-021-0/+20
| * net: Support for csum_bad in skbuffTom Herbert2014-09-021-1/+20