summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
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-06net: Remove MPLS GSO feature.Pravin B Shelar1-3/+1
2014-11-06net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-0/+6
2014-11-06udp: Changes to udp_offload to support remote checksum offloadTom Herbert1-1/+3
2014-11-04net: add rbnode to struct sk_buffEric Dumazet1-7/+13
2014-10-31net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-2/+6
2014-10-29skbuff.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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-87/+256
2014-10-09net: description of dma_cookie cause make xmldocs warningMasanari Iida1-2/+0
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-6/+2
2014-10-05net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian1-3/+4
2014-10-02udp: Generalize skb_udp_segmentTom Herbert1-2/+24
2014-10-02net: 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
2014-09-20net: add alloc_skb_with_frags() helperEric Dumazet1-0/+6
2014-09-14net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa1-0/+10
2014-09-06net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck1-1/+3
2014-09-06net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck1-0/+2
2014-09-02net: Infrastructure for checksum unnecessary conversionsTom Herbert1-0/+20
2014-09-02net: Support for csum_bad in skbuffTom Herbert1-1/+20
2014-08-30net: Clarification of CHECKSUM_UNNECESSARYTom Herbert1-23/+51
2014-08-30net: Allocate a new 16 bits for flags in skbuffTom Herbert1-0/+4
2014-08-28net: Update sk_buff flag bit availability comment.David S. Miller1-1/+1
2014-08-26net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller1-0/+2
2014-08-23net: Allow raw buffers to be passed into the flow dissector.David S. Miller1-6/+12
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-0/+1
2014-08-06net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn1-1/+6
2014-08-06net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn1-2/+9
2014-08-06net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-0/+1
2014-08-06net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn1-0/+3
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn1-13/+1
2014-07-23net: skbuff: Use ALIGN macro instead of open coding itTobias Klauser1-2/+1
2014-07-16net-timestamp: document deprecated syststampWillem de Bruijn1-2/+4
2014-07-08net: Only do flow_dissector hash computation once per packetTom Herbert1-2/+7
2014-07-08net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert1-1/+1
2014-06-15net: add skb_pop_rcv_encapsulationTom Herbert1-0/+12
2014-06-15net: Fix GSO constants to match NETIF flagsTom Herbert1-5/+6