summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* net: pack skb_shared_info more efficientlyIan Campbell2012-01-051-3/+3
* net: only use a single page of slop in MAX_SKB_FRAGSIan Campbell2011-12-231-4/+8
* tcp: take care of misalignmentsEric Dumazet2011-12-041-2/+9
* net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet2011-11-221-32/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-2/+17
|\
| * net: add wireless TX status socket optionJohannes Berg2011-11-091-2/+17
* | net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-161-1/+0Star
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+3
* | net: introduce build_skb()Eric Dumazet2011-11-141-0/+1
* | include: linux: skbuf.h: Fix parameter documentationMarcos Paulo de Souza2011-11-011-2/+2
|/
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-251-1/+6
|\
| * net: hold sock reference while processing tx timestampsRichard Cochran2011-10-241-1/+6
* | net: add opaque struct around skb frag pageIan Campbell2011-10-211-4/+6
* | net: constify skbuff and Qdisc elementsEric Dumazet2011-10-201-8/+9
* | net: do not take an additional reference in skb_frag_set_pageIan Campbell2011-10-201-1/+0Star
* | net: Allow skb_recycle_check to be done in stagesAndy Fleming2011-10-191-0/+21
* | net: add skb frag size accessorsEric Dumazet2011-10-191-4/+24
* | net: more accurate skb truesizeEric Dumazet2011-10-131-0/+5
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-0/+1
|\|
| * net: copy userspace buffers on device forwardingMichael S. Tsirkin2011-09-151-0/+1
* | net: convert core to skb paged frag APIsIan Campbell2011-08-251-2/+2
* | net: add APIs for manipulating skb page fragments.Ian Campbell2011-08-231-2/+168
* | net: add the comment for skb->l4_rxhashChangli Gao2011-08-191-0/+2
* | rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2011-08-181-2/+3
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* net: introduce __netdev_alloc_skb_ip_alignEric Dumazet2011-07-121-3/+9
* skbuff: update struct sk_buff members commentsDaniel Baluta2011-07-101-20/+22
* skbuff: skb supports zero-copy buffersShirley Ma2011-07-071-0/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-211-0/+5
|\
| * vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko2011-06-121-0/+5
* | net: correct comment on where to place transmit time stamp hook.Richard Cochran2011-06-201-2/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-231-1/+1
|\
| * net: skb_trim explicitely check the linearity instead of data_lenEmmanuel Grumbach2011-05-231-1/+1
| * net: Remove linux/prefetch.h include from linux/skbuff.hDavid S. Miller2011-05-231-1/+0Star
| * net: Remove prefetches from SKB list handlers.David S. Miller2011-05-231-3/+3
* | Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"Linus Torvalds2011-05-231-4/+3Star
|/
* net: add missing prefetch.h includeHeiko Carstens2011-05-221-0/+1
* net: filter: Just In Time compiler for x86-64Eric Dumazet2011-04-281-1/+1
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | net: Fix warnings caused by MAX_SKB_FRAGS change.David S. Miller2011-03-301-1/+1
|/
* net: Always allocate at least 16 skb frags regardless of page sizeAnton Blanchard2011-03-291-1/+7
* net: introduce rx_handler results and logic around thatJiri Pirko2011-03-161-4/+1Star
* net: change netdev->features to u32Michał Mirosław2011-01-251-1/+1
* net: Add safe reverse SKB queue walkers.David S. Miller2011-01-211-0/+9
* netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2011-01-121-0/+15
* net: Introduce skb_checksum_start_offset()Michał Mirosław2010-12-161-0/+5
* bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov2010-12-161-2/+3
* xps: Improvements in TX queue selectionTom Herbert2010-11-241-1/+2
* net: avoid RCU for NOCACHE dstEric Dumazet2010-10-201-13/+1Star