summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2011-12-16net:core: use IS_ENABLEDIgor Maravić
2011-12-04tcp: take care of misalignmentsEric Dumazet
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-22net: correct comments of skb_shiftFeng King
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-14net: introduce build_skb()Eric Dumazet
2011-11-09net: add wireless TX status socket optionJohannes Berg
2011-11-03net: Add back alignment for size for __alloc_skbTony Lindgren
2011-10-21net: add opaque struct around skb frag pageIan Campbell
2011-10-19net: Allow skb_recycle_check to be done in stagesAndy Fleming
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-13net: more accurate skb truesizeEric Dumazet
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin
2011-08-24net: convert core to skb paged frag APIsIan Campbell
2011-08-20net: Preserve ooo_okay when copying skb headerChangli Gao
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert
2011-08-01net: add kerneldoc to skb_copy_bits()Eric Dumazet
2011-07-21skbuff: fix error handling in pskb_copy()Dan Carpenter
2011-07-09skbuff: clear tx zero-copy flagShirley Ma
2011-07-07skbuff: skb supports zero-copy buffersShirley Ma
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-05-18net: add skb_dst_force() in sock_queue_err_skb()Eric Dumazet
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko
2011-03-01inet: Remove unused sk_sndmsg_* from UFOHerbert Xu
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-27net: add kmemcheck annotation in __alloc_skb()Eric Dumazet
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-24net: change netdev->features to u32Michał Mirosław
2011-01-24GRO: fix merging a paged skb after non-paged skbsMichal Schmidt
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław
2010-12-03net: don't reallocate skb->head unless the current one hasn't the needed extr...Changli Gao
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-16net: allocate skbs on local nodeEric Dumazet
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-08gro: Re-fix different skb headroomsJarek Poplawski
2010-09-07skb: Add tracepoints to freeing skbKoki Sanagi
2010-09-06net: pskb_expand_head() optimizationEric Dumazet
2010-09-03net: remove two kmemcheck annotationsEric Dumazet
2010-09-01gro: fix different skb headroomsEric Dumazet
2010-09-01net: skbuff.c cleanupEric Dumazet
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-24net: pskb_expand_head() optimizationEric Dumazet