aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-1/+5
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-3/+2
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan1-3/+3
2013-02-11skbuff: create skb_panic() function and its wrappersJean Sacren1-29/+19
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck1-4/+0
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-02-03net: Fix inner_network_header assignment in skb-copy.Pravin B Shelar1-1/+1
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-0/+4
2013-01-20net: splice: fix __splice_segment()Eric Dumazet1-13/+15
2013-01-20net: splice: avoid high order page splittingEric Dumazet1-29/+9
2013-01-11net: splice: fix __splice_segment()Eric Dumazet1-13/+15
2013-01-08net: introduce skb_transport_header_was_set()Eric Dumazet1-0/+2
2013-01-06net: splice: avoid high order page splittingEric Dumazet1-29/+9
2012-12-28skbuff: make __kmalloc_reserve staticstephen hemminger1-2/+3
2012-12-28net: use per task frag allocator in skb_append_datato_fragsEric Dumazet1-27/+16
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+31
2012-12-11net: gro: avoid double copy in skb_gro_receive()Eric Dumazet1-1/+0
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis1-0/+9
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet1-3/+3
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2012-11-02skb: api to report errors for zero copy skbsMichael S. Tsirkin1-0/+20
2012-11-02skb: report completion status for zero copy skbsMichael S. Tsirkin1-2/+2
2012-10-22net: fix secpath kmemleakEric Dumazet1-2/+4
2012-10-07net: remove skb recyclingEric Dumazet1-47/+0
2012-10-01use skb_end_offset() in skb_try_coalesce()Weiping Pan1-2/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-09-27net: use bigger pages in __netdev_alloc_fragEric Dumazet1-16/+30
2012-09-24net: use a per task frag allocatorEric Dumazet1-28/+9
2012-09-19net/core: fix comment in skb_try_coalesceLi RongQing1-1/+3
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-25/+99
2012-07-22skbuff: export skb_copy_ubufsMichael S. Tsirkin1-1/+1
2012-07-22skbuff: convert to skb_orphan_fragsMichael S. Tsirkin1-14/+8
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar1-5/+5
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet1-1/+1
2012-07-13net: Update alloc frag to reduce get/put page usage and recycle pagesAlexander Duyck1-8/+20
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-2/+3
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet1-0/+1
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-06-08net/core: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-06-07net: Update kernel-doc for __alloc_skb()Ben Hutchings1-2/+2
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet1-0/+86
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet1-41/+41
2012-05-17net: netdev_alloc_skb() use build_skb()Eric Dumazet1-1/+31
2012-05-17net: core: Use pr_<level>Joe Perches1-10/+10
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-7/+4
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-6/+6
2012-05-06skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headAlexander Duyck1-14/+8