1. 02 7月, 2012 7 次提交
  2. 28 6月, 2012 3 次提交
  3. 25 6月, 2012 3 次提交
  4. 21 6月, 2012 11 次提交
  5. 19 6月, 2012 1 次提交
    • M
      batman-adv: Add get_ethtool_stats() support · f8214865
      Martin Hundebøll 提交于
      Added additional counters in a bat_stats structure, which are exported
      through the ethtool api. The counters are specific to batman-adv and
      includes:
       forwarded packets and bytes
       management packets and bytes (aggregated OGMs at this point)
       translation table packets
      
      New counters are added by extending "enum bat_counters" in types.h and
      adding corresponding  descriptive string(s) to bat_counters_strings in
      soft-iface.c.
      
      Counters are increased by calling batadv_add_counter() and incremented
      by one by calling batadv_inc_counter().
      Signed-off-by: NMartin Hundebøll <martin@hundeboll.net>
      Signed-off-by: NSven Eckelmann <sven@narfation.org>
      f8214865
  6. 18 4月, 2012 1 次提交
  7. 11 4月, 2012 5 次提交
  8. 11 3月, 2012 1 次提交
  9. 28 2月, 2012 1 次提交
  10. 18 2月, 2012 1 次提交
  11. 17 2月, 2012 4 次提交
  12. 20 11月, 2011 2 次提交