1. 04 1月, 2011 10 次提交
  2. 02 1月, 2011 2 次提交
    • S
      sky2: implement 64 bit stats · 0885a30b
      stephen hemminger 提交于
      This implements 64 bit statistics support and fixes races when reading
      counter values. The PHY counters can only be accessed 16 bits at a time,
      so they are subject to carry races.
      
      NB:
        * TX/RX counters are maintained in software because the the hardware packet count
          is only a 32 bit value.
      
        * Error counters are really only 32 bit.
      
        * Old 32 bit counter fields in dev->stats still used for some
          software counters
      Signed-off-by: NStephen Hemminger <shemminger@vyatta.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0885a30b
    • E
      tg3: fix warnings · aa6027ca
      Eric Dumazet 提交于
      In case CONFIG_PM_SLEEP is disabled, we dont need tg3_suspend() and
      tg3_resume().
      
      drivers/net/tg3.c:15056: warning: ‘tg3_suspend’ defined but not used
      drivers/net/tg3.c:15110: warning: ‘tg3_resume’ defined but not used
      Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
      Cc: Rafael J. Wysocki <rjw@sisk.pl>
      Cc: Michael Chan <mchan@broadcom.com>
      Cc: Matt Carlson <mcarlson@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      aa6027ca
  3. 01 1月, 2011 8 次提交
  4. 29 12月, 2010 1 次提交
  5. 26 12月, 2010 12 次提交
  6. 25 12月, 2010 7 次提交