1. f59fb9e IB/hfi1: Fix handling of FECN marked multicast packet by Mike Marciniszyn · 7 years ago
  2. 8a18e91 IB: remove duplicate header files by Zhu Yanjun · 7 years ago
  3. 0719007 IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit times by Kamenee Arumugam · 8 years ago
  4. ca85bb1 IB/hfi1: Remove unnecessary fecn and becn fields by Sebastian Sanchez · 8 years ago
  5. 6d6b884 IB/hfi1: Optimize packet type comparison using 9B and bypass code paths by Sebastian Sanchez · 8 years ago
  6. 82a9792 IB/hfi1: Re-order IRQ cleanup to address driver cleanup race by Michael J. Ruhl · 8 years ago
  7. 11f0e89 IB/{hfi1, qib}: Fix a concurrency issue with device name in logging by Michael J. Ruhl · 8 years ago
  8. 06f2597 IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall by Michael J. Ruhl · 8 years ago
  9. 76a895d Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git by Jason Gunthorpe · 8 years ago
  10. 2e903b6 IB/hfi1: Change slid arg in ingress_pkey_table_fail to 32bit by Don Hiatt · 8 years ago
  11. 4c009af IB/hfi: Only read capability registers if the capability exists by Michael J. Ruhl · 8 years ago
  12. 641f348 IB/hfi1: Allow MgmtAllowed on B2B setups by Jan Sokolowski · 8 years ago
  13. 1b311f8 IB/hfi1: Add tx_opcode_stats like the opcode_stats by Mike Marciniszyn · 8 years ago
  14. e2fdbc2 IB/hfi1: Define hfi1_handle_cnp_tbl[] once by Bart Van Assche · 8 years ago
  15. d7d6261 IB/hfi1: Fix incorrect available receive user context count by Michael J. Ruhl · 8 years ago
  16. e08aa59 IB/hfi1: Fix output trace issues from 16B change by Mike Marciniszyn · 8 years ago
  17. d59075a IB/hfi1: Add a safe wrapper for _rcd_get_by_index by Michael J. Ruhl · 8 years ago
  18. 6fab2a8 IB/hfi1: Remove unused hfi1_cpulist variables by Jan Sokolowski · 8 years ago
  19. 21e5acc IB/hfi1: Inline common calculation by Michael J. Ruhl · 8 years ago
  20. 156d24d IB/hfi1: Remove unused link_default variable by Ira Weiny · 8 years ago
  21. 05cb18f IB/hfi1: Update HFI to use the latest PCI API by Michael J. Ruhl · 8 years ago
  22. de42de8 IB/hfi1: Ratelimit prints from sdma_interrupt by Grzegorz Morys · 8 years ago
  23. bf808b5 IB/hfi1: Add kernel receive context info to debugfs by Kaike Wan · 8 years ago
  24. d392a67 IB/hfi1: Remove pstate from hfi1_pportdata by Jakub Byczkowski · 8 years ago
  25. 9161860 IB/hfi1: Add flag for platform config scratch register read by Jakub Byczkowski · 8 years ago
  26. 566d53a IB/hfi1: Enhance PIO/SDMA send for 16B by Don Hiatt · 8 years ago
  27. 5b6cabb IB/hfi1: Add 16B RC/UC support by Don Hiatt · 8 years ago
  28. 51e658f5 IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lids by Dasaratharaman Chandramouli · 8 years ago
  29. 863cf89 IB/hfi1: Add 16B trace support by Don Hiatt · 8 years ago
  30. 88733e3 IB/hfi1: Add 16B UD support by Don Hiatt · 8 years ago
  31. d98bb7f IB/hfi1: Determine 9B/16B L2 header type based on Address handle by Don Hiatt · 8 years ago
  32. 5786adf3 IB/hfi1: Add support to process 16B header errors by Don Hiatt · 8 years ago
  33. 72c07e2 IB/hfi1: Add support to receive 16B bypass packets by Don Hiatt · 8 years ago
  34. d295dbe IB/hf1: User context locking is inconsistent by Michael J. Ruhl · 8 years ago
  35. f2a3bc0 IB/hfi1: Protect context array set/clear with spinlock by Michael J. Ruhl · 8 years ago
  36. 64a296f IB/hfi1: Use host_link_state to read state when DC is shut down by Bartlomiej Dudek · 8 years ago
  37. 02a222c IB/hfi1: Remove lstate from hfi1_pportdata by Byczkowski, Jakub · 8 years ago
  38. 626c077 IB/hfi1: Prevent link down request double queuing by Sebastian Sanchez · 8 years ago
  39. 71d4700 IB/hfi1: Create workqueue for link events by Sebastian Sanchez · 8 years ago
  40. a618b7e IB/hfi1: Move saving PCI values to a separate function by Bartlomiej Dudek · 8 years ago
  41. e6f7622 IB/hfi1: Size rcd array index correctly and consistently by Michael J. Ruhl · 8 years ago
  42. 91d970a IB/hfi1: Remove unused user context data members by Michael J. Ruhl · 8 years ago
  43. cb51c5d IB/hfi1: Fix bar0 mapping to use write combining by Mike Marciniszyn · 8 years ago
  44. c53df62 IB/hfi1: Check return values from PCI config API calls by Bartlomiej Dudek · 8 years ago
  45. f683c80 IB/hfi1: Resolve kernel panics by reference counting receive contexts by Michael J. Ruhl · 8 years ago
  46. bec7c79 IB/hfi1: Modify handling of physical link state by Host Driver by Byczkowski, Jakub · 8 years ago
  47. bb7dde8 IB/hfi1: Replace deprecated pci functions with new API by Michael J. Ruhl · 8 years ago
  48. 9039746 IB/hfi1: Setup common IB fields in hfi1_packet struct by Don Hiatt · 8 years ago
  49. 228d2af IB/hfi1: Separate input/output header tracing by Don Hiatt · 8 years ago
  50. b3e6b4b RDMA/hfi1: Defer setting VL15 credits to link-up interrupt by Byczkowski, Jakub · 8 years ago
  51. 3341713 Merge tags 'for-linus' and 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  52. 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  53. 62239fc IB/hfi1: Clean up on context initialization failure by Michael J. Ruhl · 8 years ago
  54. 8737ce9 IB/hfi1: Fix an assign/ordering issue with shared context IDs by Michael J. Ruhl · 8 years ago
  55. 9b60d2c IB/hfi1: Clean up context initialization by Michael J. Ruhl · 8 years ago
  56. 5fbded4 IB/hfi1: Search shared contexts on the opened device, not all devices by Michael J. Ruhl · 8 years ago
  57. f4cd876 IB/hfi1: Name function prototype parameters by Michael J. Ruhl · 8 years ago
  58. 4608e4c IB/hfi1: Use bool in process_ecn by Dennis Dalessandro · 8 years ago
  59. 98b9ee2 IB/hfi1: Cache neighbor secure data after link up by Stuart Summers · 8 years ago
  60. 22546b7 IB/hfi1: Fix softlockup issue by Tadeusz Struk · 8 years ago
  61. 3d59109 IB/hfi1: Use defines from common headers by Don Hiatt · 8 years ago
  62. cb427057 IB/hfi1: Add functions to parse 9B headers by Don Hiatt · 8 years ago
  63. aad559c IB/hfi1: Rename hdr2sc to hfi1_9B_get_sc5 by Dasaratharaman Chandramouli · 8 years ago
  64. 21c433a IB/hfi1: Use pcie_flr() instead of duplicating it by Christoph Hellwig · 8 years ago
  65. 64551ed IB/hfi1: VNIC SDMA support by Vishwanathapura, Niranjana · 8 years ago
  66. 2280740 IB/hfi1: Virtual Network Interface Controller (VNIC) HW support by Vishwanathapura, Niranjana · 8 years ago
  67. d4829ea IB/hfi1: OPA_VNIC RDMA netdev support by Vishwanathapura, Niranjana · 8 years ago
  68. 5e6e9424 IB/hfi1: Add a patch value to the firmware version string by Michael J. Ruhl · 8 years ago
  69. 5a52a7a IB/hfi1: NULL pointer dereference when freeing rhashtable by Sebastian Sanchez · 8 years ago
  70. c27aad0 IB/hfi1: Modify logging frequency of DCC errors by Jakub Byczkowski · 9 years ago
  71. 1198fce IB/hfi1, rdmavt: Move SGE state helper routines into rdmavt by Brian Welty · 9 years ago
  72. 7632762 IB/hfi1: Reduce oversized fields in struct hfi1_packet by Sebastian Sanchez · 9 years ago
  73. f3e862c IB/hfi1: Access hfi1_ibport through rcd pointer by Sebastian Sanchez · 9 years ago
  74. 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  75. 6e40b59 IB/hfi1: Remove definition of unused hfi1_affinity struct by Tadeusz Struk · 9 years ago
  76. fe4d924 IB/hfi1: Add active channel and backplane support for integrated devices by Easwar Hariharan · 9 years ago
  77. 6e768f0 IB/hfi1: Optimize devdata cachelines by Sebastian Sanchez · 9 years ago
  78. a6cd5f0 IB/hfi1: Unify access to GUID entries by Jakub Pawlak · 9 years ago
  79. f0f98f7 IB/hfi1: Delete unused lock by Easwar Hariharan · 9 years ago
  80. 26ea254 IB/hfi1: Clean up unused argument by Easwar Hariharan · 9 years ago
  81. eacc830 IB/hfi1: Remove leftover snoop references by Dennis Dalessandro · 9 years ago
  82. acd7c8f IB/hfi1: Fix an Oops on pci device force remove by Tadeusz Struk · 9 years ago
  83. d9ac455 IB/hfi1: Fix integrity check flags default values by Jakub Pawlak · 9 years ago
  84. 2d01c37 IB/hfi1: Add irq affinity notification handler by Tadeusz Struk · 9 years ago
  85. 0cb2aa6 IB/hfi1: Add sysfs interface for affinity setup by Tadeusz Struk · 9 years ago
  86. 242833f IB/hfi1: Remove unused variable from devdata by Dennis Dalessandro · 9 years ago
  87. 6036818 IB/hfi1: Fix user-space buffers mapping with IOMMU enabled by Tymoteusz Kielan · 9 years ago
  88. 261a435 IB/qib,IB/hfi: Use core common header file by Mike Marciniszyn · 9 years ago
  89. 429b6a7 IB/hfi1: Make n_krcvqs be an unsigned long integer by Harish Chegondi · 9 years ago
  90. 673b975 IB/hfi1: Add QSFP sanity pre-check by Dean Luick · 9 years ago
  91. 08fe16f IB/hfi1: Improve J_KEY generation by Mitko Haralanov · 9 years ago
  92. 476d95b IB/hfi1: Using kfree_rcu() to simplify the code by Wei Yongjun · 9 years ago
  93. 84e39ee Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  94. e0b09ac IB/hfi1: Make the cache handler own its rb tree root by Dean Luick · 9 years ago
  95. 3faa3d9 IB/hfi1: Make use of mm consistent by Ira Weiny · 9 years ago
  96. bdf7752 IB/hfi1: Use the same capability state for all shared contexts by Dean Luick · 9 years ago
  97. ac335e7 IB/hfi1: Add parameter names to function declarations by Ira Weiny · 9 years ago
  98. 8e1f52d IB/hfi1: Remove unused uctxt->subpid and uctxt->pid by Dean Luick · 9 years ago
  99. b736a46 IB/hfi1: Use hdr2sc function to calculate 5-bit SC by Dasaratharaman Chandramouli · 9 years ago
  100. 8adf71f IB/hfi1: Fix "suspicious rcu_dereference_check() usage" warnings by Jianxin Xiong · 9 years ago