aboutsummaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2017-11-24netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-02-08net:Add sysctl_max_skb_fragsHans Westgaard Ry
2015-11-13skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-11-13skbuff: Fix skb checksum flag on skb pullPravin B Shelar
2015-05-11net: fix crash in build_skb()Eric Dumazet
2015-05-11net: add skb_checksum_complete_unsetTom Herbert
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet
2014-10-28skbuff.h: fix kernel-doc warning for headers_endRandy Dunlap
2014-10-14skbuff: fix ftrace handling in skb_unshareAlexander Aring
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-08net: description of dma_cookie cause make xmldocs warningMasanari Iida
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian
2014-10-01udp: Generalize skb_udp_segmentTom Herbert
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-09-29net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet
2014-09-28net_dma: simple removalDan Williams
2014-09-26net: introduce __skb_header_release()Eric Dumazet
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa
2014-09-05net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck
2014-09-01net: Infrastructure for checksum unnecessary conversionsTom Herbert
2014-09-01net: Support for csum_bad in skbuffTom Herbert
2014-08-29net: Clarification of CHECKSUM_UNNECESSARYTom Herbert
2014-08-29net: Allocate a new 16 bits for flags in skbuffTom Herbert
2014-08-27net: Update sk_buff flag bit availability comment.David S. Miller
2014-08-25net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller
2014-08-23net: Allow raw buffers to be passed into the flow dissector.David S. Miller
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-08-05net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn
2014-07-22net: skbuff: Use ALIGN macro instead of open coding itTobias Klauser
2014-07-15net-timestamp: document deprecated syststampWillem de Bruijn
2014-07-07net: Only do flow_dissector hash computation once per packetTom Herbert
2014-07-07net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert
2014-06-15net: add skb_pop_rcv_encapsulationTom Herbert
2014-06-15net: Fix GSO constants to match NETIF flagsTom Herbert
2014-06-11net: Save software checksum completeTom Herbert
2014-06-11net: Preserve CHECKSUM_COMPLETE at validationTom Herbert
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila
2014-06-04gre: Call gso_make_checksumTom Herbert
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert
2014-06-04net: Support for multiple checksums with gsoTom Herbert
2014-05-12net: rename local_df to ignore_dfWANG Cong