aboutsummaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-23ipsec: be careful of non existing mac headersGravatar Eric Dumazet 1-0/+10
2012-01-05net: pack skb_shared_info more efficientlyGravatar Ian Campbell 1-3/+3
2011-12-23net: only use a single page of slop in MAX_SKB_FRAGSGravatar Ian Campbell 1-4/+8
2011-12-04tcp: take care of misalignmentsGravatar Eric Dumazet 1-2/+9
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDGravatar Eric Dumazet 1-32/+0
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+17
2011-11-16net: remove NETIF_F_NO_CSUM feature bitGravatar Michał Mirosław 1-1/+0
2011-11-16net: introduce and use netdev_features_t for device features setsGravatar Michał Mirosław 1-1/+3
2011-11-14net: introduce build_skb()Gravatar Eric Dumazet 1-0/+1
2011-11-09net: add wireless TX status socket optionGravatar Johannes Berg 1-2/+17
2011-11-01include: linux: skbuf.h: Fix parameter documentationGravatar Marcos Paulo de Souza 1-2/+2
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+6
2011-10-24net: hold sock reference while processing tx timestampsGravatar Richard Cochran 1-1/+6
2011-10-21net: add opaque struct around skb frag pageGravatar Ian Campbell 1-4/+6
2011-10-20net: constify skbuff and Qdisc elementsGravatar Eric Dumazet 1-8/+9
2011-10-19net: do not take an additional reference in skb_frag_set_pageGravatar Ian Campbell 1-1/+0
2011-10-19net: Allow skb_recycle_check to be done in stagesGravatar Andy Fleming 1-0/+21
2011-10-19net: add skb frag size accessorsGravatar Eric Dumazet 1-4/+24
2011-10-13net: more accurate skb truesizeGravatar Eric Dumazet 1-0/+5
2011-09-22Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 1-0/+1
2011-09-15net: copy userspace buffers on device forwardingGravatar Michael S. Tsirkin 1-0/+1
2011-08-24net: convert core to skb paged frag APIsGravatar Ian Campbell 1-2/+2
2011-08-22net: add APIs for manipulating skb page fragments.Gravatar Ian Campbell 1-2/+168
2011-08-19net: add the comment for skb->l4_rxhashGravatar Changli Gao 1-0/+2
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleGravatar Tom Herbert 1-2/+3
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-11net: introduce __netdev_alloc_skb_ip_alignGravatar Eric Dumazet 1-3/+9
2011-07-10skbuff: update struct sk_buff members commentsGravatar Daniel Baluta 1-20/+22
2011-07-07skbuff: skb supports zero-copy buffersGravatar Shirley Ma 1-0/+16
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+5
2011-06-19net: correct comment on where to place transmit time stamp hook.Gravatar Richard Cochran 1-2/+1
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkGravatar Jiri Pirko 1-0/+5
2011-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-1/+1
2011-05-22Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"Gravatar Linus Torvalds 1-4/+3
2011-05-22net: skb_trim explicitely check the linearity instead of data_lenGravatar Emmanuel Grumbach 1-1/+1
2011-05-22net: Remove linux/prefetch.h include from linux/skbuff.hGravatar David S. Miller 1-1/+0
2011-05-22net: Remove prefetches from SKB list handlers.Gravatar David S. Miller 1-3/+3
2011-05-22net: add missing prefetch.h includeGravatar Heiko Carstens 1-0/+1
2011-04-27net: filter: Just In Time compiler for x86-64Gravatar Eric Dumazet 1-1/+1
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-29net: Fix warnings caused by MAX_SKB_FRAGS change.Gravatar David S. Miller 1-1/+1
2011-03-28net: Always allocate at least 16 skb frags regardless of page sizeGravatar Anton Blanchard 1-1/+7
2011-03-16net: introduce rx_handler results and logic around thatGravatar Jiri Pirko 1-4/+1
2011-01-24net: change netdev->features to u32Gravatar Michał Mirosław 1-1/+1
2011-01-20net: Add safe reverse SKB queue walkers.Gravatar David S. Miller 1-0/+9
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledGravatar KOVACS Krisztian 1-0/+15
2010-12-16net: Introduce skb_checksum_start_offset()Gravatar Michał Mirosław 1-0/+5
2010-12-16bnx2x: Take the distribution range definition out of skb_tx_hash()Gravatar Vladislav Zolotarov 1-2/+3
2010-11-24xps: Improvements in TX queue selectionGravatar Tom Herbert 1-1/+2