aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert1-0/+1
2011-08-01net: add kerneldoc to skb_copy_bits()Eric Dumazet1-2/+15
2011-07-21skbuff: fix error handling in pskb_copy()Dan Carpenter1-1/+2
2011-07-09skbuff: clear tx zero-copy flagShirley Ma1-0/+3
2011-07-07skbuff: skb supports zero-copy buffersShirley Ma1-1/+79
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+3
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-05-18net: add skb_dst_force() in sock_queue_err_skb()Eric Dumazet1-0/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko1-1/+0
2011-03-01inet: Remove unused sk_sndmsg_* from UFOHerbert Xu1-3/+0
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-01-27net: add kmemcheck annotation in __alloc_skb()Eric Dumazet1-0/+1
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+6
2011-01-24net: change netdev->features to u32Michał Mirosław1-2/+2
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