1. 0eddb51 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  2. eadde3a RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp() by Chien Tung · 15 years ago
  3. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  4. 883c699 RDMA/nes: Set assume_aligned_header bit by Faisal Latif · 15 years ago
  5. 831d06c RDMA/nes: Change WQ overflow return code by Or Gerlitz · 16 years ago
  6. d2fa9b2 RDMA/nes: Free kmap() resources by Faisal Latif · 16 years ago
  7. fd000e1 RDMA/nes: Check for zero STag by Faisal Latif · 16 years ago
  8. 8ac7f6e RDMA/nes: Fix query of ORD values by Faisal Latif · 16 years ago
  9. fa6c87d RDMA/nes: Update copyright and branding string by Chien Tung · 16 years ago
  10. 5924aea RDMA/nes: Add max_cqe check to nes_create_cq() by Chien Tung · 16 years ago
  11. 75742c6 RDMA/nes: Clean up struct nes_qp by Chien Tung · 16 years ago
  12. d14152d RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extension by Chien Tung · 16 years ago
  13. e293a26 RDMA/nes: Correct fast memory registration implementation by Chien Tung · 16 years ago
  14. 649fe4a RDMA/nes: Add support for IB_WR_*INV by Chien Tung · 16 years ago
  15. 4293fdc1 RDMA/nes: In nes_post_recv() always set bad_wr on error by Frank Zago · 16 years ago
  16. e5dec39 RDMA/nes: In nes_post_send() always set bad_wr on error by Frank Zago · 16 years ago
  17. cd1d3f7 RDMA/nes: Map MTU to IB_MTU_* and correctly report link state by Chien Tung · 16 years ago
  18. 320cdfd RDMA/nes: Use the flush code to fill in cqe error by Don Wood · 16 years ago
  19. 6eed5e7 RDMA/nes: Make poll_cq return correct number of wqes during flush by Don Wood · 16 years ago
  20. 8b1c9dc RDMA/nes: Implement Terminate Packet by Don Wood · 16 years ago
  21. 5ee21fe RDMA/nes: Clean out CQ completions when QP is destroyed by Don Wood · 16 years ago
  22. 66388d6 RDMA/nes: Fix max_qp_init_rd_atom returned from query device by Faisal Latif · 16 years ago
  23. 0e4562d RDMA/nes: Fix fw_ver in /sys by Chien Tung · 16 years ago
  24. 5d1af5c RDMA/nes: Fix resource issues in nes_create_cq() and nes_destroy_cq() by Miroslaw Walukiewicz · 16 years ago
  25. cc005fa RDMA/nes: Remove root_256()'s unused pbl_count_256 parameter by Matt Kraai · 16 years ago
  26. 3f32eb1 RDMA/nes: Fix bugs in nes_reg_phys_mr() by Don Wood · 16 years ago
  27. 1af9222 RDMA/nes: Fix compiler warning at nes_verbs.c:1955 by Chien Tung · 16 years ago
  28. 39b566e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  29. c12e56e RDMA/nes: Don't allow userspace QPs to use STag zero by Faisal Latif · 16 years ago
  30. 0145f34 RDMA/nes: Improve use of PBLs by Don Wood · 16 years ago
  31. cd6853d RDMA/nes: Update copyright to new legal entity and year by Chien Tung · 16 years ago
  32. dae5d13 RDMA/nes: Account for freed PBL after HW operation by Don Wood · 16 years ago
  33. c5d321e RDMA/nes: Cleanup cqp_request list usage by Faisal Latif · 17 years ago
  34. 2e36954 RDMA/nes: Fix CQ allocation scheme for multicast receive queue apps by Vadim Makhervaks · 17 years ago
  35. 35c6d69 RDMA/nes: Correct handling of PBL resources by Chien Tung · 17 years ago
  36. 5880ff1 RDMA/nes: Reindent mis-indented spinlocks by Ilpo Järvinen · 17 years ago
  37. cd86f42 IB: Drop code after return statement by Julia Lawall · 17 years ago
  38. 6492cdf RDMA/nes: CM connection setup/teardown rework by Faisal Latif · 17 years ago
  39. 8294f29 RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request() by Roland Dreier · 17 years ago
  40. 1ff66e8 RDMA/nes: Encapsulate logic nes_put_cqp_request() by Roland Dreier · 17 years ago
  41. 24797a3 RDMA/nes: Fix off-by-one in nes_reg_user_mr() error path by Roland Dreier · 17 years ago
  42. 7495ab6 RDMA/nes: Formatting cleanup by Glenn Streiff · 17 years ago
  43. cb9fbc5 IB: expand ib_umem_get() prototype by Arthur Kepner · 17 years ago
  44. 31d1e34 RDMA/nes: Remove volatile qualifier from struct nes_hw_cq.cq_vbase by Roland Dreier · 17 years ago
  45. f4e91eb IB: convert struct class_device to struct device by Tony Jones · 17 years ago
  46. b846f25 IB/core: Add creation flags to struct ib_qp_init_attr by Eli Cohen · 17 years ago
  47. 3371836 IB: Replace remaining __FUNCTION__ occurrences with __func__ by Harvey Harrison · 17 years ago
  48. 1a855fb RDMA/nes: Make symbols used only in a single source file static by Roland Dreier · 17 years ago
  49. 71e0957 RDMA/nes: Use proper format and cast to print dma_addr_t by Roland Dreier · 17 years ago
  50. 5bd8341 RDMA/nes: Remove redundant NULL check in nes_unregister_ofa_device() by Roland Dreier · 17 years ago
  51. f84fba6 RDMA/nes: Fix use-after-free in nes_create_cq() by Glenn Streiff · 17 years ago
  52. 65b07ec RDMA/nes: Fix off-by-one by Adrian Bunk · 17 years ago
  53. 9300c0c RDMA/nes: Resurrect error path dead code by Chien Tung · 17 years ago
  54. 51af33e RDMA/nes: Fix possible array overrun by Roland Dreier · 17 years ago
  55. 3c2d774 RDMA/nes: Add a driver for NetEffect RNICs by Glenn Streiff · 18 years ago