1. 21 3月, 2006 4 次提交
  2. 12 2月, 2006 1 次提交
    • R
      IPoIB: Yet another fix for send-only joins · 20b83382
      Roland Dreier 提交于
      Even after the last fix, it's still possible for a send-only join to
      start before the join for the broadcast group has finished.  This
      could cause us to create a multicast group using attributes from the
      broadcast group that haven't been initialized yet, so we would use
      garbage for the Q_Key, etc.  Fix this by waiting until the broadcast
      group's attached flag is set before starting send-only joins.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      20b83382
  3. 08 2月, 2006 2 次提交
  4. 18 1月, 2006 2 次提交
  5. 14 1月, 2006 1 次提交
  6. 13 1月, 2006 1 次提交
  7. 12 1月, 2006 1 次提交
  8. 10 1月, 2006 2 次提交
  9. 04 1月, 2006 1 次提交
  10. 30 11月, 2005 5 次提交
  11. 29 11月, 2005 1 次提交
  12. 11 11月, 2005 2 次提交
  13. 03 11月, 2005 2 次提交
  14. 02 11月, 2005 1 次提交
  15. 31 10月, 2005 1 次提交
  16. 30 10月, 2005 1 次提交
  17. 29 10月, 2005 1 次提交
    • R
      [IPoIB] Drop RX packets when out of memory · 1993d683
      Roland Dreier 提交于
      Change the way IPoIB handles RX packets when it can't allocate a new
      receive skbuff.  If the allocation of a new receive skb fails, we now
      drop the packet we just received and repost the original receive skb.
      This means that the receive ring always stays full and we don't have
      to monkey around with trying to schedule a refill task for later.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      1993d683
  18. 19 10月, 2005 1 次提交
  19. 18 10月, 2005 1 次提交
  20. 29 9月, 2005 1 次提交
  21. 21 9月, 2005 1 次提交
    • R
      [PATCH] IPoIB: Don't flush workqueue from within workqueue · 8d2cae06
      Roland Dreier 提交于
      ipoib_mcast_restart_task() is always called from within the
      single-threaded IPoIB workqueue, so flushing the workqueue from within
      the function can lead to a recursion overflow.  But since we're
      running in a single-threaded workqueue, we're already synchronized
      against other items in the workqueue, so just get rid of the flush in
      ipoib_mcast_restart_task().
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      8d2cae06
  22. 19 9月, 2005 2 次提交
  23. 08 9月, 2005 1 次提交
  24. 27 8月, 2005 4 次提交