summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-15net: add kfree_skb_list()Ben Hutchings1-8/+12
2015-11-17skbuff: Fix skb checksum partial check.Pravin B Shelar1-4/+5
2014-07-11skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+3
2014-07-11skbuff: export skb_copy_ubufsMichael S. Tsirkin1-1/+1
2014-06-09skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-5/+4
2014-06-09net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-04-09net: add and use skb_gso_transport_seglen()Florian Westphal1-0/+25
2014-04-02fuse: fix pipe_buf_operationsMiklos Szeredi1-31/+1
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet1-1/+2
2012-05-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet1-1/+3
2012-05-11net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2011-11-23net: correct comments of skb_shiftFeng King1-1/+1
2011-11-04net: 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-14net: 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-25net: convert core to skb paged frag APIsIan Campbell1-14/+15
2011-08-21net: Preserve ooo_okay when copying skb headerChangli Gao1-0/+1
2011-08-18rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert1-0/+1
2011-08-02net: add kerneldoc to skb_copy_bits()Eric Dumazet1-2/+15
2011-07-22skbuff: 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-21Merge 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-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2011-01-28net: add kmemcheck annotation in __alloc_skb()Eric Dumazet1-0/+1
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+6
2011-01-25net: change netdev->features to u32Michał Mirosław1-2/+2
2011-01-25GRO: 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-17net: 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 extr...Changli 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...Ingo Molnar1-1/+5
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-07net: pskb_expand_head() optimizationEric Dumazet1-5/+20
2010-09-03net: remove two kmemcheck annotationsEric Dumazet1-2/+0
2010-09-02gro: fix different skb headroomsEric Dumazet1-2/+6
2010-09-01net: skbuff.c cleanupEric Dumazet1-32/+15