aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-27net: add kmemcheck annotation in __alloc_skb()Eric Dumazet1-0/+1
2011-01-24GRO: fix merging a paged skb after non-paged skbsMichal Schmidt1-2/+6
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian1-0/+2
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław1-1/+1
2010-12-03net: don't reallocate skb->head unless the current one hasn't the needed extra size or is sharedChangli Gao1-11/+23
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-60/+45
2010-10-16net: allocate skbs on local nodeEric Dumazet1-12/+1
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-1/+5
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+5
2010-09-08gro: Re-fix different skb headroomsJarek Poplawski1-1/+1
2010-09-07skb: Add tracepoints to freeing skbKoki Sanagi1-0/+1
2010-09-06net: pskb_expand_head() optimizationEric Dumazet1-5/+20
2010-09-03net: remove two kmemcheck annotationsEric Dumazet1-2/+0
2010-09-01gro: fix different skb headroomsEric Dumazet1-2/+6
2010-09-01net: skbuff.c cleanupEric Dumazet1-32/+15
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller1-9/+9
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-1/+1
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2010-07-24net: pskb_expand_head() optimizationEric Dumazet1-1/+1
2010-07-22net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller1-1/+2
2010-07-22net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard1-1/+3
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet1-1/+0
2010-06-13net: rxhash already set in __copy_skb_headerEric Dumazet1-1/+0
2010-06-13net: fix deliver_no_wcard regression on loopback deviceJohn Fastabend1-0/+1
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet1-2/+28
2010-05-31Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-17/+21
2010-05-29net: fix sk_forward_alloc corruptionsEric Dumazet1-0/+4
2010-05-29skb: make skb_recycle_check() return a bool valueChangli Gao1-6/+6
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-22/+11
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe1-17/+21
2010-05-20gro: Fix bogus gso_size on the first fraglist entryHerbert Xu1-0/+1
2010-05-17net: add a noref bit on skb dstEric Dumazet1-1/+1
2010-05-05net: __alloc_skb() speedupEric Dumazet1-16/+5
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller1-1/+1
2010-04-20net: Remove two unnecessary exports (skbuff).Rami Rosen1-4/+2
2010-03-16rps: Receive Packet SteeringTom Herbert1-0/+2
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan1-1/+1
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2009-11-17gro: Fix illegal merging of trailer trashHerbert Xu1-1/+2
2009-11-11skbuff: Do not allow skb recycling with disabled IRQsAnton Vorontsov1-0/+3
2009-07-24net: remove unused skb->do_not_encryptJohannes Berg1-3/+0
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-3/+10
2009-06-17skbuff: don't corrupt mac_header on skb expansionStephen Hemminger1-3/+6
2009-06-17skbuff: skb_mac_header_was_set is always true on >32 bitStephen Hemminger1-0/+4
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds1-0/+8
2009-06-15net: use kmemcheck bitfields API for skbuffVegard Nossum1-0/+8
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1