net: add skb_dst_force() in sock_queue_err_skb()
[linux-flexiantxendom0-natty.git] / net / core / skbuff.c
2011-07-15 Eric Dumazetnet: add skb_dst_force() in sock_queue_err_skb()
2011-01-27 Eric Dumazetnet: add kmemcheck annotation in __alloc_skb()
2011-01-24 Michal SchmidtGRO: fix merging a paged skb after non-paged skbs
2011-01-12 KOVACS Krisztiannetfilter: fix compilation when conntrack is disabled...
2010-12-16 Michał Mirosławnet: Use skb_checksum_start_offset()
2010-12-03 Changli Gaonet: don't reallocate skb->head unless the current...
2010-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2010-10-16 Eric Dumazetnet: allocate skbs on local node
2010-09-15 Ingo MolnarMerge branch 'tip/perf/core' of git://git./linux/kernel...
2010-09-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-09-08 Jarek Poplawskigro: Re-fix different skb headrooms
2010-09-07 Koki Sanagiskb: Add tracepoints to freeing skb
2010-09-07 Eric Dumazetnet: pskb_expand_head() optimization
2010-09-03 Eric Dumazetnet: remove two kmemcheck annotations
2010-09-02 Eric Dumazetgro: fix different skb headrooms
2010-09-01 Eric Dumazetnet: skbuff.c cleanup
2010-08-23 David S. Millernet: Rename skb_has_frags to skb_has_frag_list
2010-08-19 Oliver Hartkoppnet: simplify flags for tx timestamping
2010-07-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-07-25 Eric Dumazetnet: pskb_expand_head() optimization
2010-07-22 David S. Millernet: Fix skb_copy_expand() handling of ->csum_start
2010-07-22 Andrea Shepardnet: Fix corruption of skb csum field in pskb_expand_he...
2010-07-12 Eric Dumazetnet/core: EXPORT_SYMBOL cleanups
2010-06-14 Eric Dumazetnet: rxhash already set in __copy_skb_header
2010-06-14 John Fastabendnet: fix deliver_no_wcard regression on loopback device
2010-06-01 Eric Dumazetnet: sock_queue_err_skb() dont mess with sk_forward_alloc
2010-05-31 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-05-31 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-05-29 Eric Dumazetnet: fix sk_forward_alloc corruptions
2010-05-29 Changli Gaoskb: make skb_recycle_check() return a bool value
2010-05-25 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-05-21 Jens AxboeMerge branch 'master' into for-2.6.35
2010-05-21 Jens Axboepipe: add support for shrinking and growing pipes
2010-05-21 Herbert Xugro: Fix bogus gso_size on the first fraglist entry
2010-05-18 Eric Dumazetnet: add a noref bit on skb dst
2010-05-05 Eric Dumazetnet: __alloc_skb() speedup
2010-05-02 David S. Millernet: Inline skb_pull() in eth_type_trans().
2010-04-21 Rami Rosennet: Remove two unnecessary exports (skbuff).
2010-03-17 Tom Herbertrps: Receive Packet Steering
2009-12-16 Alexey Dobriyanconst: constify remaining pipe_buf_operations
2009-11-20 Eric Dumazetnet: rename skb->iif to skb->skb_iif
2009-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-17 Herbert Xugro: Fix illegal merging of trailer trash
2009-11-12 Anton Vorontsovskbuff: Do not allow skb recycling with disabled IRQs
2009-07-24 Johannes Bergnet: remove unused skb->do_not_encrypt
2009-06-18 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-06-18 Stephen Hemmingerskbuff: don't corrupt mac_header on skb expansion
2009-06-18 Stephen Hemmingerskbuff: skb_mac_header_was_set is always true on >32 bit
2009-06-16 Linus TorvaldsMerge branch 'for-linus2' of git://git./linux/kernel...
2009-06-15 Vegard Nossumnet: use kmemcheck bitfields API for skbuff
2009-06-15 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2009-06-11 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-06-10 Johannes Bergmac80211: do not pass PS frames out of mac80211 again
2009-06-09 David S. Millernet/core/skbuff.c: Use frag list abstraction interfaces.
2009-06-08 Herbert Xunet: Ensure partial checksum offset is inside the skb...
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-27 Herbert Xugro: Store shinfo in local variable in skb_gro_receive
2009-05-27 Herbert Xugro: Nasty optimisations for page frags in skb_gro_receive
2009-05-27 Herbert Xugro: Localise offset/headlen in skb_gro_offset
2009-05-27 Herbert Xugro: Open-code frags copy in skb_gro_receive
2009-05-25 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-25 Herbert Xuskbuff: Copy csum instead of csum_start/csum_offset
2009-05-25 Herbert Xuskbuff: Move new code into __copy_skb_header
2009-05-19 Thomas Chenaultnet: fix skb_seq_read returning wrong offset/length...
2009-05-18 Ingo MolnarMerge commit 'v2.6.30-rc6' into tracing/core
2009-05-07 Ingo MolnarMerge branch 'linus' into tracing/core
2009-05-06 Lennert Buytenheknet: update skb_recycle_check() for hardware timestampi...
2009-04-30 Jarek Poplawskinet: Fix oops when splicing skbs from a frag_list.
2009-04-15 Steven Rostedttracing/events: move trace point headers into include...
2009-03-29 Herbert Xugso: Fix support for linear packets
2009-03-13 Neil HormanNetwork Drop Monitor: Adding kfree_skb_clean for non...
2009-02-27 Wei Yongjuncore: remove some pointless conditionals before kfree_skb()
2009-02-24 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-02-18 David S. Millernet: Kill skb_truesize_check(), it only catches false...
2009-02-16 Patrick Ohlynet: infrastructure for hardware time stamping
2009-02-13 Jarek Poplawskinet: Fix page seeking for skb_splice_bits().
2009-02-10 David S. Millernet: Move skbuff symbol exports after each symbol's...
2009-02-06 Herbert Xugro: Fix frag_list merging on imprecisely split packets
2009-02-01 Jarek Poplawskinet: Optimize memory usage when splicing from sockets.
2009-01-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-01-30 Herbert Xugro: Do not merge paged packets into frag_list
2009-01-30 Herbert Xugro: Avoid copying headers of unmerged packets
2009-01-30 Shyam Iyernet: Fix OOPS in skb_seq_read().
2009-01-30 Herbert Xunet: Fix frag_list handling in skb_seq_read
2009-01-20 Herbert Xugro: Fix merging of paged packets
2009-01-20 Jarek Poplawskinet: Fix data corruption when splicing from sockets.
2009-01-15 Herbert Xugro: Fix page ref count for skbs freed normally
2009-01-05 Herbert Xugro: Add page frag support
2009-01-05 Herbert Xugro: Use gso_size to store MSS
2008-12-16 Herbert Xunet: Add skb_gro_receive
2008-12-16 Herbert Xunet: Add frag_list support to skb_segment
2008-11-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-26 Arjan van de Vennet: make skb_truesize_bug() call WARN()
2008-11-25 Ilpo Järvinentcp: skb_shift cannot cache frag ptrs past pskb_expand_head
2008-11-25 Ilpo Järvinentcp: handle shift/merge of cloned skbs too
2008-11-25 Ilpo Järvinentcp: Try to restore large SKBs while SACK processing
2008-11-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-11 Lennert Buytenheknet: fix setting of skb->tail in skb_recycle_check()
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-02 Stephen Hemmingernet: add documentation for skb recycling
next