1. 2537f9a RDMA/core: Do not expose unsupported counters by Parav Pandit · 6 years ago
  2. ecb0ab0 IB/core: Fix sysfs registration error flow by Jack Morgenstein · 8 years ago
  3. bd99fde IB/{core,hw}: Add constant for node_desc by Yuval Shaia · 8 years ago
  4. 0cda611 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  5. c5a81d1 IB core: Add port_xmit_wait counter by Christoph Lameter · 8 years ago
  6. 41a6ae1 IB/core: Export a common fw_ver sysfs entry by Ira Weiny · 8 years ago
  7. 8aec013 IB/core: Initialize sysfs attributes before sysfs create group by Mark Bloch · 8 years ago
  8. 495fbae IB/core: fix error unwind in sysfs hw counters code by Doug Ledford · 8 years ago
  9. 41aaa99 IB/core: Fix array length allocation by Doug Ledford · 8 years ago
  10. 0147ebc IB/core: fix null pointer deref and mem leak in error handling by Colin Ian King · 8 years ago
  11. b40f475 IB/core: Make device counter infrastructure dynamic by Christoph Lameter · 8 years ago
  12. ee50aea IB/core: Fix reading capability mask of the port info class by Eran Ben Elisha · 9 years ago
  13. 9f780da IB/sysfs: remove unused va_list args by Colin Ian King · 9 years ago
  14. 6e2a51a IB/core: sysfs.c: Fix PerfMgt ClassPortInfo handling by Hal Rosenstock · 9 years ago
  15. 65487fd IB/sysfs: Fix sparse warning on attr_id by Ira Weiny · 9 years ago
  16. 145d9c5 IB/core: Display extended counter set if available by Christoph Lameter · 9 years ago
  17. b2788ce IB/core: Specify attribute_id in port_table_attribute by Christoph Lameter · 9 years ago
  18. 35c4cbb IB/core: Create get_perf_mad function in sysfs.c by Christoph Lameter · 9 years ago
  19. 470be51 IB/core: Add gid attributes to sysfs by Matan Barak · 9 years ago
  20. 86bee4c IB/core: Avoid calling ib_query_device by Or Gerlitz · 9 years ago
  21. 55ee3ab IB/core: Add netdev and gid attributes paramteres to cache by Matan Barak · 9 years ago
  22. 55aeed0 IB/core: Make ib_alloc_device init the kobject by Jason Gunthorpe · 9 years ago
  23. 4139032 IB: Add rdma_cap_ib_switch helper and use where appropriate by Hal Rosenstock · 9 years ago
  24. 4cd7c94 IB/mad: Add support for additional MAD info to/from drivers by Ira Weiny · 9 years ago
  25. 7738613 IB/core: Add per port immutable struct to ib_device by Ira Weiny · 9 years ago
  26. 584482a IB/core: Fix kobject leak on device register error flow by Haggai Eran · 10 years ago
  27. cad6d02 IB/core: Fix port kobject deletion during error flow by Haggai Eran · 10 years ago
  28. 373c0ea IB/core: Remove unneeded kobject_get/put calls by Haggai Eran · 10 years ago
  29. 5db5765 IB/core: Add support for RDMA_NODE_USNIC_UDP by Upinder Malhi · 11 years ago
  30. 180771a IB/core: Add Cisco usNIC rdma node and transport types by Upinder Malhi \(umalhi\) · 11 years ago
  31. c552441 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  32. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  33. 80b1504 IB/core: Fix error return code in add_port() by Wei Yongjun · 11 years ago
  34. 0559d8d IB/core: Don't return EINVAL from sysfs rate attribute for invalid speeds by Roland Dreier · 12 years ago
  35. 2e96691 IB: Use central enum for speed instead of hard-coded values by Or Gerlitz · 13 years ago
  36. e9319b0 IB/core: Fix SDR rates in sysfs by Roland Dreier · 13 years ago
  37. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  38. fc87af7 infiniband: Fix up users implicitly relying on getting stat.h by Paul Gortmaker · 13 years ago
  39. 71eeba1 IB: Add new InfiniBand link speeds by Marcel Apfelbaum · 13 years ago
  40. 8ad330a IB/core: Add link layer type information to sysfs by Eli Cohen · 14 years ago
  41. 9a6edb6 IB/core: Allow device-specific per-port sysfs files by Ralph Campbell · 14 years ago
  42. 21e3bde sysfs: fix sysfs lockdep warning in infiniband code by Greg Kroah-Hartman · 15 years ago
  43. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  44. 3f7c58a infiniband: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  45. 6432f36 IB: Remove useless ibdev_is_alive() tests from sysfs code by Roland Dreier · 16 years ago
  46. 9206dff IB: Remove sysfs files before unregistering device by Roland Dreier · 16 years ago
  47. d927e38 infiniband: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  48. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  49. 8867cd7 infiniband: use %p6 for printing message ids by Harvey Harrison · 16 years ago
  50. 7f624d0 RDMA/core: Add iWARP protocol statistics attributes in sysfs by Steve Wise · 16 years ago
  51. f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 16 years ago
  52. f4e91eb IB: convert struct class_device to struct device by Tony Jones · 17 years ago
  53. c7482b8 IB: Fix return value in ib_device_register_sysfs() by Li Zefan · 17 years ago
  54. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  55. 35be068 Kobject: change drivers/infiniband to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  56. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  57. 0cdf699 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  58. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  59. 856c52a IB/core: Take sizeof the correct pointer when calling kmalloc() by Dotan Barak · 17 years ago
  60. 1912ffb IB: Set class_dev->dev in core for nice device symlink by Joachim Fenkes · 17 years ago
  61. 38abaa6 IB/core: Fix sparse warnings about shadowed declarations by Roland Dreier · 18 years ago
  62. 07ebafb RDMA: iWARP Core Changes. by Tom Tucker · 18 years ago
  63. 3cd9656 IB: Whitespace fixes by Roland Dreier · 18 years ago
  64. d8b9f23 IB: Fix display of 4-bit port counters in sysfs by Ralph Campbell · 18 years ago
  65. 048975a IB: Coverity fixes to sysfs.c by Roland Dreier · 19 years ago
  66. c5bcbbb IB: Allow userspace to set node description by Roland Dreier · 19 years ago
  67. cf311cd IB: Add node_guid to struct ib_device by Sean Hefty · 19 years ago
  68. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  69. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  70. de6eb66 [IB] kzalloc() conversions by Roland Dreier · 19 years ago
  71. ba8e931 [IB] Fail sysfs queries after device is unregistered by Roland Dreier · 19 years ago
  72. 82ca76b [PATCH] drivers: convert kcalloc to kzalloc by Pekka Enberg · 19 years ago
  73. a4d61e8 [PATCH] IB: move include files to include/rdma by Roland Dreier · 19 years ago
  74. 97f52eb [PATCH] IB: sparse endianness cleanup by Sean Hefty · 19 years ago
  75. 2a1d9b7 [PATCH] IB: Add copyright notices by Roland Dreier · 19 years ago
  76. 70f2817 [PATCH] sysfs: (rest) if show/store is missing return -EIO by Dmitry Torokhov · 19 years ago
  77. d48593b [PATCH] Make attributes names const char * by Dmitry Torokhov · 19 years ago
  78. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago