summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2011-11-11net: hold sock reference while processing tx timestampsRichard Cochran
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin
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
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29net: Fix warnings caused by MAX_SKB_FRAGS change.David S. Miller
2011-03-28net: Always allocate at least 16 skb frags regardless of page sizeAnton Blanchard
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko
2011-01-24net: change netdev->features to u32Michał Mirosław
2011-01-20net: Add safe reverse SKB queue walkers.David S. Miller
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian
2010-12-16net: Introduce skb_checksum_start_offset()Michał Mirosław
2010-12-16bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov
2010-11-24xps: Improvements in TX queue selectionTom Herbert
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet
2010-10-16net: allocate skbs on local nodeEric Dumazet
2010-09-26net: skb_frag_t can be smaller on small archesEric Dumazet
2010-09-23net: return operator cleanupEric Dumazet
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-08-16core: Factor out flow calculation from get_rps_cpuKrishna Kumar
2010-08-04sk_buff: introduce pskb_network_may_pull()Changli Gao
2010-08-03can-raw: Fix skb_orphan_try handlingOliver Hartkopp
2010-07-24net: pskb_expand_head() optimizationEric Dumazet
2010-07-18net: support time stamping in phy devices.Richard Cochran
2010-07-18net: add driver hook for tx time stamping.Richard Cochran
2010-06-15net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend
2010-06-05skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck
2010-05-29skb: make skb_recycle_check() return a bool valueChangli Gao
2010-05-17net: add a noref bit on skb dstEric Dumazet
2010-05-06net: Increase NET_SKB_PAD to 64 bytesEric Dumazet
2010-05-05net: __alloc_skb() speedupEric Dumazet
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller
2010-04-20net: Remove two unnecessary exports (skbuff).Rami Rosen