summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2016-07-10mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-03-04net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2015-10-27skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-10-27skbuff: Fix skb checksum flag on skb pullPravin B Shelar
2015-09-29mm: make page pfmemalloc check more robustMichal Hocko
2015-05-20Revert "netfilter: bridge: query conntrack about skb dnat"Florian Westphal
2015-04-25net: fix crash in build_skb()Eric Dumazet
2015-04-20net: add skb_checksum_complete_unsetTom Herbert
2015-04-08netfilter: bridge: make BRNF_PKT_TYPE flag a boolFlorian Westphal
2015-04-08netfilter: bridge: start splitting mask into public/private chunksFlorian Westphal
2015-04-08netfilter: bridge: don't use nf_bridge_info data to store mac headerFlorian Westphal
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert
2015-02-11net: Clarify meaning of CHECKSUM_PARTIAL for receive pathTom Herbert
2015-02-08net: fix a typo in skb_checksum_validate_zero_checkSabrina Dubroca
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert
2015-02-04xps: fix xps for stacked devicesEric Dumazet
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro
2015-02-04rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck
2014-12-09skb_copy_datagram_iovec() can dieAl Viro
2014-12-09switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet
2014-12-08net: Add functions for handling padding frame and adding to lengthAlexander Duyck
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro
2014-11-24kill zerocopy_sg_from_iovec()Al Viro
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro
2014-11-24new helper: memcpy_to_msg()Al Viro
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko
2014-11-21net: move make_writable helper into common codeJiri Pirko
2014-11-12net: Remove __skb_alloc_page and __skb_alloc_pagesAlexander Duyck
2014-11-12net: Add device Rx page allocation functionAlexander Duyck
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert
2014-11-03net: add rbnode to struct sk_buffEric Dumazet
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet
2014-10-28skbuff.h: fix kernel-doc warning for headers_endRandy Dunlap