aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-06skb: Drop bad code from pskb_expand_headAlexander Duyck1-12/+0
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck1-2/+1
2012-05-03net: Fix truesize accounting in skb_gro_receive()Eric Dumazet1-3/+8
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck1-4/+5
2012-04-30net: makes skb_splice_bits() aware of skb->head_fragEric Dumazet1-3/+7
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet1-1/+26
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet1-6/+18
2012-04-23net: make spd_fill_page() linear argument a boolEric Dumazet1-4/+4
2012-04-23net: Use bool and remove inline in skb_splice_bits() code.David S. Miller1-29/+29
2012-04-23net: speedup skb_splice_bits()Eric Dumazet1-11/+19
2012-04-21net: allow better page reuse in splice(sock -> pipe)Eric Dumazet1-0/+3
2012-04-19net: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-04-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet1-1/+3
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2012-04-06net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2012-04-05net: remove k{un}map_skb_frag()Eric Dumazet1-21/+21
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-2/+2
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear1-0/+1
2012-02-13gro: fix truesize underestimationEric Dumazet1-1/+2
2011-12-16net:core: use IS_ENABLEDIgor Maravić1-4/+3
2011-12-04tcp: take care of misalignmentsEric Dumazet1-5/+6
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-11-22net: correct comments of skb_shiftFeng King1-1/+1
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+20
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+1
2011-11-14net: introduce build_skb()Eric Dumazet1-0/+49
2011-11-09net: add wireless TX status socket optionJohannes Berg1-0/+20
2011-11-03net: Add back alignment for size for __alloc_skbTony Lindgren1-0/+1
2011-10-21net: add opaque struct around skb frag pageIan Campbell1-3/+3
2011-10-19net: Allow skb_recycle_check to be done in stagesAndy Fleming1-25/+26
2011-10-19net: add skb frag size accessorsEric Dumazet1-34/+38
2011-10-13net: more accurate skb truesizeEric Dumazet1-4/+14
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-5/+17
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin1-5/+17
2011-08-24net: convert core to skb paged frag APIsIan Campbell1-14/+15
2011-08-20net: Preserve ooo_okay when copying skb headerChangli Gao1-0/+1
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