summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-11net: gro: avoid double copy in skb_gro_receive()Eric Dumazet
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-02skb: api to report errors for zero copy skbsMichael S. Tsirkin
2012-11-02skb: report completion status for zero copy skbsMichael S. Tsirkin
2012-10-22net: fix secpath kmemleakEric Dumazet
2012-10-07net: remove skb recyclingEric Dumazet
2012-10-01use skb_end_offset() in skb_try_coalesce()Weiping Pan
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-27net: use bigger pages in __netdev_alloc_fragEric Dumazet
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-09-19net/core: fix comment in skb_try_coalesceLi RongQing
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman
2012-07-22skbuff: export skb_copy_ubufsMichael S. Tsirkin
2012-07-22skbuff: convert to skb_orphan_fragsMichael S. Tsirkin
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet
2012-07-13net: Update alloc frag to reduce get/put page usage and recycle pagesAlexander Duyck
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-08net/core: fix kernel-doc warningsRandy Dunlap
2012-06-07net: Update kernel-doc for __alloc_skb()Ben Hutchings
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet
2012-05-17net: netdev_alloc_skb() use build_skb()Eric Dumazet
2012-05-17net: core: Use pr_<level>Joe Perches
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck
2012-05-06skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headAlexander Duyck
2012-05-06skb: Drop bad code from pskb_expand_headAlexander Duyck
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck
2012-05-03net: Fix truesize accounting in skb_gro_receive()Eric Dumazet
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck
2012-04-30net: makes skb_splice_bits() aware of skb->head_fragEric Dumazet
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet
2012-04-23net: make spd_fill_page() linear argument a boolEric Dumazet
2012-04-23net: Use bool and remove inline in skb_splice_bits() code.David S. Miller
2012-04-23net: speedup skb_splice_bits()Eric Dumazet
2012-04-21net: allow better page reuse in splice(sock -> pipe)Eric Dumazet
2012-04-19net: dont drop packet but consume itEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet