Skip to content
Snippets Groups Projects
  1. May 14, 2011
  2. May 07, 2011
  3. May 04, 2011
  4. Apr 29, 2011
  5. Apr 27, 2011
  6. Apr 13, 2011
  7. Mar 07, 2011
  8. Mar 03, 2011
  9. Feb 11, 2011
  10. Jan 10, 2011
  11. Dec 10, 2010
  12. Dec 03, 2010
  13. Nov 16, 2010
  14. Oct 21, 2010
  15. Sep 26, 2010
  16. Aug 19, 2010
  17. Jul 24, 2010
  18. Jul 07, 2010
    • Eric Dumazet's avatar
      net: fix 64 bit counters on 32 bit arches · 28172739
      Eric Dumazet authored
      
      There is a small possibility that a reader gets incorrect values on 32
      bit arches. SNMP applications could catch incorrect counters when a
      32bit high part is changed by another stats consumer/provider.
      
      One way to solve this is to add a rtnl_link_stats64 param to all
      ndo_get_stats64() methods, and also add such a parameter to
      dev_get_stats().
      
      Rule is that we are not allowed to use dev->stats64 as a temporary
      storage for 64bit stats, but a caller provided area (usually on stack)
      
      Old drivers (only providing get_stats() method) need no changes.
      
      Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      28172739
  19. Jul 05, 2010
Loading