aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEADSimon Horman1-3/+10
2010-12-16net: Introduce skb_checksum_start_offset()Michał Mirosław1-0/+5
2010-12-16bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov1-2/+3
2010-12-15netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian1-0/+15
2010-11-24xps: Improvements in TX queue selectionTom Herbert1-1/+2
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet1-13/+1
2010-10-16net: allocate skbs on local nodeEric Dumazet1-4/+16
2010-09-26net: skb_frag_t can be smaller on small archesEric Dumazet1-0/+5
2010-09-23net: return operator cleanupEric Dumazet1-3/+3
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-0/+15
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller1-2/+2
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-28/+16
2010-08-16core: Factor out flow calculation from get_rps_cpuKrishna Kumar1-0/+9
2010-08-04sk_buff: introduce pskb_network_may_pull()Changli Gao1-0/+5
2010-08-03can-raw: Fix skb_orphan_try handlingOliver Hartkopp1-1/+3
2010-07-24net: pskb_expand_head() optimizationEric Dumazet1-1/+2
2010-07-18net: support time stamping in phy devices.Richard Cochran1-0/+31
2010-07-18net: add driver hook for tx time stamping.Richard Cochran1-0/+21
2010-06-15net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet1-3/+5
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+4
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend1-1/+4
2010-06-05skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck1-1/+2
2010-05-29skb: make skb_recycle_check() return a bool valueChangli Gao1-1/+1
2010-05-17net: add a noref bit on skb dstEric Dumazet1-4/+54
2010-05-06net: Increase NET_SKB_PAD to 64 bytesEric Dumazet1-1/+4
2010-05-05net: __alloc_skb() speedupEric Dumazet1-1/+6
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller1-0/+5
2010-04-20net: Remove two unnecessary exports (skbuff).Rami Rosen1-4/+0
2010-04-13skbuff: remove unused dev_consume_skb macro definitionAlexander Duyck1-1/+0
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+0
2010-03-24skbuff: remove unused dma_head & dma_maps fieldsAlexander Duyck1-6/+0
2010-03-16rps: Receive Packet SteeringTom Herbert1-0/+3
2010-03-02net: fix protocol sk_buff fieldEric Dumazet1-1/+1
2010-02-27skbuff: align sk_buff::cb to 64 bit and close some potential holesFelix Fietkau1-6/+7
2010-02-14net: Fix first line of kernel-doc for a few functionsBen Hutchings1-2/+2
2009-12-02skbuff: remove skb_dma_map/unmapAlexander Duyck1-8/+0
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet1-2/+2
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2009-11-04net: cleanup include/linuxEric Dumazet1-2/+1
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet1-0/+2
2009-10-29net: fix kmemcheck annotationsEric Dumazet1-2/+2
2009-10-13net: Add netdev_alloc_skb_ip_align() helperEric Dumazet1-0/+10
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-2/+4
2009-07-24net: remove unused skb->do_not_encryptJohannes Berg1-5/+1
2009-07-14skbuff.h: Fix comment for NET_IP_ALIGNTobias Klauser1-2/+2
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2009-06-17skbuff.h: fix skb_dst kernel-docRandy Dunlap1-1/+1
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds1-0/+7
2009-06-15net: use kmemcheck bitfields API for skbuffVegard Nossum1-0/+7
2009-06-10mac80211: do not pass PS frames out of mac80211 againJohannes Berg1-4/+0