summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* net: allow pskb_expand_head() to get maximum tailroomEric Dumazet2012-04-111-1/+3
* net: fix a race in sock_queue_err_skb()Eric Dumazet2012-04-061-1/+3
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-251-2/+2
|/
* net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-0/+1
* gro: fix truesize underestimationEric Dumazet2012-02-131-1/+2
* net:core: use IS_ENABLEDIgor Maravić2011-12-161-4/+3
* tcp: take care of misalignmentsEric Dumazet2011-12-041-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-261-1/+1
|\
| * net: correct comments of skb_shiftFeng King2011-11-221-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-0/+20
|\ \
| * | net: add wireless TX status socket optionJohannes Berg2011-11-091-0/+20
* | | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+1
* | | net: introduce build_skb()Eric Dumazet2011-11-141-0/+49
| |/ |/|
* | 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
OpenPOWER on IntegriCloud