1. 21 3月, 2006 4 次提交
  2. 04 3月, 2006 1 次提交
  3. 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
  4. 08 2月, 2006 2 次提交
  5. 31 1月, 2006 1 次提交
  6. 18 1月, 2006 2 次提交
  7. 14 1月, 2006 1 次提交
  8. 13 1月, 2006 1 次提交
  9. 12 1月, 2006 1 次提交
  10. 10 1月, 2006 3 次提交
  11. 09 1月, 2006 1 次提交
  12. 04 1月, 2006 1 次提交
  13. 30 11月, 2005 5 次提交
  14. 29 11月, 2005 1 次提交
  15. 15 11月, 2005 1 次提交
    • R
      [IB] srp: don't post receive if no send buf available · 47f2bce9
      Roland Dreier 提交于
      Have __srp_get_tx_iu() fail if the target port's request limit will
      not allow the initiator to post a send.  This avoids continuing on and
      posting a receive, and then failing to post a corresponding send.  If
      that happens, then the initiator will end up with an extra receive
      posted, and if this happens to much, the receive queue will overflow.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      47f2bce9
  16. 12 11月, 2005 1 次提交
  17. 11 11月, 2005 2 次提交
  18. 09 11月, 2005 1 次提交
    • O
      [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason · 733482e4
      Olaf Hering 提交于
      This patch removes almost all inclusions of linux/version.h.  The 3
      #defines are unused in most of the touched files.
      
      A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
      unfortunatly in linux/version.h.
      
      There are also lots of #ifdef for long obsolete kernels, this was not
      touched.  In a few places, the linux/version.h include was move to where
      the LINUX_VERSION_CODE was used.
      
      quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`
      
      search pattern:
      /UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      733482e4
  19. 03 11月, 2005 3 次提交
  20. 02 11月, 2005 1 次提交
  21. 31 10月, 2005 1 次提交
  22. 30 10月, 2005 1 次提交
  23. 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
  24. 19 10月, 2005 1 次提交
  25. 18 10月, 2005 1 次提交
  26. 29 9月, 2005 1 次提交