aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin2014-07-111-0/+3
* skbuff: export skb_copy_ubufsMichael S. Tsirkin2014-07-111-1/+1
* skb: Add inline helper for getting the skb end offset from headAlexander Duyck2014-06-091-5/+4
* net: core: don't account for udp header size when computing seglenFlorian Westphal2014-06-091-5/+7
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-04-091-0/+25
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-04-021-31/+1
* splice: fix racy pipe->buffers usesEric Dumazet2012-07-121-1/+2
* net: allow pskb_expand_head() to get maximum tailroomEric Dumazet2012-05-111-1/+3
* net: fix a race in sock_queue_err_skb()Eric Dumazet2012-05-111-1/+3
* net: correct comments of skb_shiftFeng King2011-11-221-1/+1
* net: Add back alignment for size for __alloc_skbTony Lindgren2011-11-031-0/+1
* net: add opaque struct around skb frag pageIan Campbell2011-10-211-3/+3
* net: Allow skb_recycle_check to be done in stagesAndy Fleming2011-10-191-25/+26
* net: add skb frag size accessorsEric Dumazet2011-10-191-34/+38
* net: more accurate skb truesizeEric Dumazet2011-10-131-4/+14
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-5/+17
|\
| * net: copy userspace buffers on device forwardingMichael S. Tsirkin2011-09-151-5/+17
* | net: convert core to skb paged frag APIsIan Campbell2011-08-241-14/+15
* | net: Preserve ooo_okay when copying skb headerChangli Gao2011-08-201-0/+1
* | rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2011-08-171-0/+1
|/
* net: add kerneldoc to skb_copy_bits()Eric Dumazet2011-08-011-2/+15
* skbuff: fix error handling in pskb_copy()Dan Carpenter2011-07-211-1/+2
* skbuff: clear tx zero-copy flagShirley Ma2011-07-091-0/+3
* skbuff: skb supports zero-copy buffersShirley Ma2011-07-071-1/+79
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-0/+3
|\
| * net: add skb_dst_force() in sock_queue_err_skb()Eric Dumazet2011-05-181-0/+3
* | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: introduce rx_handler results and logic around thatJiri Pirko2011-03-161-1/+0
* inet: Remove unused sk_sndmsg_* from UFOHerbert Xu2011-03-011-3/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-271-0/+1
|\
| * net: add kmemcheck annotation in __alloc_skb()Eric Dumazet2011-01-271-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-261-2/+6
|\ \ | |/
| * GRO: fix merging a paged skb after non-paged skbsMichal Schmidt2011-01-241-2/+6
* | net: change netdev->features to u32Michał Mirosław2011-01-241-2/+2
|/
* netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2011-01-121-0/+2
* net: Use skb_checksum_start_offset()Michał Mirosław2010-12-161-1/+1
* net: don't reallocate skb->head unless the current one hasn't the needed extr...Changli Gao2010-12-031-11/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-60/+45
|\
| * net: allocate skbs on local nodeEric Dumazet2010-10-161-12/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-091-1/+5
| |\
| * | net: pskb_expand_head() optimizationEric Dumazet2010-09-061-5/+20
| * | net: remove two kmemcheck annotationsEric Dumazet2010-09-031-2/+0
| * | net: skbuff.c cleanupEric Dumazet2010-09-011-32/+15
| * | net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-231-9/+9
| * | net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-1/+1
* | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-151-1/+5
|\ \ \ | | |/ | |/|
| * | gro: Re-fix different skb headroomsJarek Poplawski2010-09-081-1/+1
| * | gro: fix different skb headroomsEric Dumazet2010-09-011-2/+6
| |/
* | skb: Add tracepoints to freeing skbKoki Sanagi2010-09-071-0/+1
|/