1. 16 2月, 2011 1 次提交
    • B
      sfc: Distinguish queue lookup from test for queue existence · 525da907
      Ben Hutchings 提交于
      efx_channel_get_{rx,tx}_queue() currently return NULL if the channel
      isn't used for traffic in that direction.  In most cases this is a
      bug, but some callers rely on it as an existence test.
      
      Add existence test functions efx_channel_has_{rx_queue,tx_queues}()
      and use them as appropriate.
      
      Change efx_channel_get_{rx,tx}_queue() to assert that the requested
      queue exists.
      
      Remove now-redundant initialisation from efx_set_channels().
      Signed-off-by: NBen Hutchings <bhutchings@solarflare.com>
      525da907
  2. 25 1月, 2011 1 次提交
  3. 11 12月, 2010 1 次提交
  4. 08 12月, 2010 3 次提交
  5. 04 12月, 2010 2 次提交
  6. 21 10月, 2010 1 次提交
  7. 22 9月, 2010 1 次提交
  8. 11 9月, 2010 2 次提交
  9. 08 7月, 2010 1 次提交
    • E
      net: fix 64 bit counters on 32 bit arches · 28172739
      Eric Dumazet 提交于
      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: NEric Dumazet <eric.dumazet@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      28172739
  10. 01 7月, 2010 2 次提交
  11. 25 6月, 2010 5 次提交
  12. 29 4月, 2010 2 次提交
  13. 04 2月, 2010 2 次提交
  14. 30 11月, 2009 13 次提交
  15. 29 11月, 2009 3 次提交