1. 18 2月, 2012 1 次提交
  2. 09 2月, 2012 1 次提交
  3. 03 2月, 2012 1 次提交
  4. 01 2月, 2012 1 次提交
  5. 04 1月, 2012 1 次提交
    • S
      net/davinci: do not use all descriptors for tx packets · 86d8c07f
      Sascha Hauer 提交于
      The driver uses a shared pool for both rx and tx descriptors.
      During open it queues fixed number of 128 descriptors for receive
      packets. For each received packet it tries to queue another
      descriptor. If this fails the descriptor is lost for rx.
      The driver has no limitation on tx descriptors to use, so it
      can happen during a nmap / ping -f attack that the driver
      allocates all descriptors for tx and looses all rx descriptors.
      The driver stops working then.
      To fix this limit the number of tx descriptors used to half of
      the descriptors available, the rx path uses the other half.
      
      Tested on a custom board using nmap / ping -f to the board from
      two different hosts.
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      86d8c07f
  6. 18 8月, 2011 1 次提交
  7. 12 8月, 2011 1 次提交
  8. 24 6月, 2011 1 次提交
  9. 20 6月, 2011 1 次提交
  10. 14 6月, 2011 2 次提交
  11. 10 6月, 2011 1 次提交
  12. 02 6月, 2011 1 次提交
  13. 27 5月, 2011 1 次提交
  14. 31 3月, 2011 1 次提交
  15. 23 3月, 2011 1 次提交
  16. 15 3月, 2011 1 次提交
  17. 01 3月, 2011 1 次提交
  18. 24 9月, 2010 4 次提交
  19. 05 8月, 2010 1 次提交
  20. 03 8月, 2010 1 次提交
  21. 31 7月, 2010 3 次提交
  22. 06 7月, 2010 1 次提交
  23. 10 5月, 2010 1 次提交
  24. 04 4月, 2010 1 次提交
    • J
      net: convert multicast list to list_head · 22bedad3
      Jiri Pirko 提交于
      Converts the list and the core manipulating with it to be the same as uc_list.
      
      +uses two functions for adding/removing mc address (normal and "global"
       variant) instead of a function parameter.
      +removes dev_mcast.c completely.
      +exposes netdev_hw_addr_list_* macros along with __hw_addr_* functions for
       manipulation with lists on a sandbox (used in bonding and 80211 drivers)
      Signed-off-by: NJiri Pirko <jpirko@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      22bedad3
  25. 16 3月, 2010 2 次提交
  26. 03 3月, 2010 1 次提交
  27. 23 2月, 2010 1 次提交
  28. 13 2月, 2010 1 次提交
  29. 05 2月, 2010 4 次提交
  30. 04 2月, 2010 1 次提交