summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * net: Clarification of CHECKSUM_UNNECESSARYTom Herbert2014-08-301-23/+51
| * net: Allocate a new 16 bits for flags in skbuffTom Herbert2014-08-301-0/+4
| * net: Update sk_buff flag bit availability comment.David S. Miller2014-08-271-1/+1
| * net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller2014-08-261-0/+2
| * net: Allow raw buffers to be passed into the flow dissector.David S. Miller2014-08-231-6/+12
* | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-081-6/+2Star
|\ \ | |/ |/|
| * net_dma: simple removalDan Williams2014-09-281-6/+2Star
* | net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-111-0/+1
* | net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn2014-08-061-1/+6
* | net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn2014-08-061-2/+9
* | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-061-0/+1
* | net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn2014-08-061-0/+3
* | net: remove deprecated syststamp timestampWillem de Bruijn2014-07-291-13/+1Star
* | net: skbuff: Use ALIGN macro instead of open coding itTobias Klauser2014-07-221-2/+1Star
* | net-timestamp: document deprecated syststampWillem de Bruijn2014-07-161-2/+4
* | net: Only do flow_dissector hash computation once per packetTom Herbert2014-07-081-2/+7
* | net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert2014-07-081-1/+1
* | net: add skb_pop_rcv_encapsulationTom Herbert2014-06-151-0/+12
* | net: Fix GSO constants to match NETIF flagsTom Herbert2014-06-151-5/+6