aboutsummaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-19net: update the usage of CHECKSUM_UNNECESSARYYi Zou
2012-03-09net: Use bool in skbuff.h helper functions.David S. Miller
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear
2012-02-23ipsec: be careful of non existing mac headersEric Dumazet
2012-02-21skb: Add skb_peek_next helperPavel Emelyanov
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov
2012-02-10skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buffAlexander Duyck
2012-01-05net: pack skb_shared_info more efficientlyIan Campbell
2011-12-23net: only use a single page of slop in MAX_SKB_FRAGSIan Campbell
2011-12-04tcp: take care of misalignmentsEric Dumazet
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-14net: introduce build_skb()Eric Dumazet
2011-11-09net: add wireless TX status socket optionJohannes Berg
2011-11-01include: linux: skbuf.h: Fix parameter documentationMarcos Paulo de Souza
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-24net: hold sock reference while processing tx timestampsRichard Cochran
2011-10-21net: add opaque struct around skb frag pageIan Campbell
2011-10-20net: constify skbuff and Qdisc elementsEric Dumazet
2011-10-19net: do not take an additional reference in skb_frag_set_pageIan Campbell
2011-10-19net: Allow skb_recycle_check to be done in stagesAndy Fleming
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-13net: more accurate skb truesizeEric Dumazet
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin
2011-08-24net: convert core to skb paged frag APIsIan Campbell
2011-08-22net: add APIs for manipulating skb page fragments.Ian Campbell
2011-08-19net: add the comment for skb->l4_rxhashChangli Gao
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-11net: introduce __netdev_alloc_skb_ip_alignEric Dumazet
2011-07-10skbuff: update struct sk_buff members commentsDaniel Baluta
2011-07-07skbuff: skb supports zero-copy buffersShirley Ma
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-19net: correct comment on where to place transmit time stamp hook.Richard Cochran
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko
2011-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-05-22Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"Linus Torvalds
2011-05-22net: skb_trim explicitely check the linearity instead of data_lenEmmanuel Grumbach
2011-05-22net: Remove linux/prefetch.h include from linux/skbuff.hDavid S. Miller
2011-05-22net: Remove prefetches from SKB list handlers.David S. Miller
2011-05-22net: add missing prefetch.h includeHeiko Carstens
2011-04-27net: filter: Just In Time compiler for x86-64Eric Dumazet
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds