aboutsummaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-01use skb_end_offset() in skb_try_coalesce()Gravatar Weiping Pan 1-2/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+3
2012-09-27net: use bigger pages in __netdev_alloc_fragGravatar Eric Dumazet 1-16/+30
2012-09-24net: use a per task frag allocatorGravatar Eric Dumazet 1-28/+9
2012-09-19net/core: fix comment in skb_try_coalesceGravatar Li RongQing 1-1/+3
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesGravatar Mel Gorman 1-25/+99
2012-07-22skbuff: export skb_copy_ubufsGravatar Michael S. Tsirkin 1-1/+1
2012-07-22skbuff: convert to skb_orphan_fragsGravatar Michael S. Tsirkin 1-14/+8
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsGravatar Krishna Kumar 1-5/+5
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Gravatar Eric Dumazet 1-1/+1
2012-07-13net: Update alloc frag to reduce get/put page usage and recycle pagesGravatar Alexander Duyck 1-8/+20
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-2/+3
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2012-06-13splice: fix racy pipe->buffers usesGravatar Eric Dumazet 1-0/+1
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2012-06-08net/core: fix kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2012-06-07net: Update kernel-doc for __alloc_skb()Gravatar Ben Hutchings 1-2/+2
2012-05-19net: introduce skb_try_coalesce()Gravatar Eric Dumazet 1-0/+86
2012-05-18net: introduce netdev_alloc_frag()Gravatar Eric Dumazet 1-41/+41
2012-05-17net: netdev_alloc_skb() use build_skb()Gravatar Eric Dumazet 1-1/+31
2012-05-17net: core: Use pr_<level>Gravatar Joe Perches 1-10/+10
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedGravatar Joe Perches 1-7/+4
2012-05-06skb: Add inline helper for getting the skb end offset from headGravatar Alexander Duyck 1-6/+6
2012-05-06skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headGravatar Alexander Duyck 1-14/+8
2012-05-06skb: Drop bad code from pskb_expand_headGravatar Alexander Duyck 1-12/+0
2012-05-03skb: Add skb_head_is_locked helper functionGravatar Alexander Duyck 1-2/+1
2012-05-03net: Fix truesize accounting in skb_gro_receive()Gravatar Eric Dumazet 1-3/+8
2012-05-03net: Stop decapitating clones that have a head_fragGravatar Alexander Duyck 1-4/+5
2012-04-30net: makes skb_splice_bits() aware of skb->head_fragGravatar Eric Dumazet 1-3/+7
2012-04-30net: make GRO aware of skb->head_fragGravatar Eric Dumazet 1-1/+26
2012-04-30net: allow skb->head to be a page fragmentGravatar Eric Dumazet 1-6/+18
2012-04-23net: make spd_fill_page() linear argument a boolGravatar Eric Dumazet 1-4/+4
2012-04-23net: Use bool and remove inline in skb_splice_bits() code.Gravatar David S. Miller 1-29/+29
2012-04-23net: speedup skb_splice_bits()Gravatar Eric Dumazet 1-11/+19
2012-04-21net: allow better page reuse in splice(sock -> pipe)Gravatar Eric Dumazet 1-0/+3
2012-04-19net: dont drop packet but consume itGravatar Eric Dumazet 1-1/+1
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+3
2012-04-11net: allow pskb_expand_head() to get maximum tailroomGravatar Eric Dumazet 1-1/+3
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+3
2012-04-06net: fix a race in sock_queue_err_skb()Gravatar Eric Dumazet 1-1/+3
2012-04-05net: remove k{un}map_skb_frag()Gravatar Eric Dumazet 1-21/+21
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Gravatar Eric Dumazet 1-2/+2
2012-02-24net: Add framework to allow sending packets with customized CRC.Gravatar Ben Greear 1-0/+1
2012-02-13gro: fix truesize underestimationGravatar Eric Dumazet 1-1/+2
2011-12-16net:core: use IS_ENABLEDGravatar Igor Maravić 1-4/+3