aboutsummaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2011-01-27net: add kmemcheck annotation in __alloc_skb()Eric Dumazet
2011-01-24GRO: fix merging a paged skb after non-paged skbsMichal Schmidt
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław
2010-12-03net: don't reallocate skb->head unless the current one hasn't the needed extr...Changli Gao
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-16net: allocate skbs on local nodeEric Dumazet
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-08gro: Re-fix different skb headroomsJarek Poplawski
2010-09-07skb: Add tracepoints to freeing skbKoki Sanagi
2010-09-06net: pskb_expand_head() optimizationEric Dumazet
2010-09-03net: remove two kmemcheck annotationsEric Dumazet
2010-09-01gro: fix different skb headroomsEric Dumazet
2010-09-01net: skbuff.c cleanupEric 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-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-24net: pskb_expand_head() optimizationEric Dumazet
2010-07-22net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller
2010-07-22net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet
2010-06-13net: rxhash already set in __copy_skb_headerEric Dumazet
2010-06-13net: fix deliver_no_wcard regression on loopback deviceJohn Fastabend
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet
2010-05-31Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-05-29net: fix sk_forward_alloc corruptionsEric Dumazet
2010-05-29skb: make skb_recycle_check() return a bool valueChangli Gao
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe
2010-05-20gro: Fix bogus gso_size on the first fraglist entryHerbert Xu
2010-05-17net: add a noref bit on skb dstEric 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
2010-03-16rps: Receive Packet SteeringTom Herbert
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-17gro: Fix illegal merging of trailer trashHerbert Xu
2009-11-11skbuff: Do not allow skb recycling with disabled IRQsAnton Vorontsov
2009-07-24net: remove unused skb->do_not_encryptJohannes Berg
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-06-17skbuff: don't corrupt mac_header on skb expansionStephen Hemminger
2009-06-17skbuff: skb_mac_header_was_set is always true on >32 bitStephen Hemminger
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds
2009-06-15net: use kmemcheck bitfields API for skbuffVegard Nossum
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds