1. eacbd9c RDMA/ucma: Fix Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  2. 9d66949 ucma: fix a use-after-free in ucma_resolve_ip() by Cong Wang · 6 years ago
  3. 2be8dc1 RDMA/ucma: check fd type in ucma_migrate_id() by Jann Horn · 6 years ago
  4. 73298a8 infiniband: fix a possible use-after-free bug by Cong Wang · 6 years ago
  5. 8d1d56d RDMA/ucma: Correct option size check using optlen by Chien Tin Tung · 7 years ago
  6. aa2fb1f RDMA/ucma: Allow resolving address w/o specifying source address by Roland Dreier · 6 years ago
  7. 8e45591 RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA device by Roland Dreier · 6 years ago
  8. d0253af RDMA/ucma: Introduce safer rdma_addr_size() variants by Roland Dreier · 6 years ago
  9. 5eaa1b1 RDMA/ucma: Check that device exists prior to accessing it by Leon Romanovsky · 7 years ago
  10. 269f373 RDMA/ucma: Check that device is connected prior to access it by Leon Romanovsky · 7 years ago
  11. a6cd10d RDMA/ucma: Ensure that CM_ID exists prior to access it by Leon Romanovsky · 7 years ago
  12. a7d0333 RDMA/ucma: Fix use-after-free access in ucma_close by Leon Romanovsky · 7 years ago
  13. 510d52d RDMA/ucma: Check AF family prior resolving address by Leon Romanovsky · 7 years ago
  14. 805cbd5 RDMA/ucma: Don't allow join attempts for unsupported AF family by Leon Romanovsky · 7 years ago
  15. b063d53 RDMA/ucma: Check that user doesn't overflow QP state by Leon Romanovsky · 7 years ago
  16. e126e3e RDMA/ucma: Limit possible option size by Leon Romanovsky · 7 years ago
  17. a190d3b IB/ucma: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  18. ab15c95 IB/core: Support for CMA multicast join flags by Alex Vesker · 8 years ago
  19. e6bd18f IB/security: Restrict use of the write() interface by Jason Gunthorpe · 8 years ago
  20. aba25a3e IB/core: trivial prink cleanup. by Parav Pandit · 9 years ago
  21. 95893dd IB/ucma: Take the network namespace from the process by Guy Shapiro · 9 years ago
  22. fa20105 IB/cma: Add support for network namespaces by Guy Shapiro · 9 years ago
  23. aa744cc IB/core: Remove smac and vlan id from qp_attr and ah_attr by Matan Barak · 9 years ago
  24. 0174b38 IB/ucma: check workqueue allocation before usage by Sasha Levin · 9 years ago
  25. e1c3029 IB/ucma: HW Device hot-removal support by Yishai Hadas · 9 years ago
  26. 7e967fd IB/ucma: Fix theoretical user triggered use-after-free by Jason Gunthorpe · 9 years ago
  27. 45d2542 IB/core: Destroy multcast_idr on module exit by Johannes Thumshirn · 9 years ago
  28. 31b57b8 IB/ucma: Fix lockdep warning in ucma_lock_files by Haggai Eran · 9 years ago
  29. 5d9fb04 IB/core: Change rdma_protocol_iboe to roce by Ira Weiny · 9 years ago
  30. fe53ba2 IB/Verbs: Use management helper rdma_cap_ib_sa() by Michael Wang · 9 years ago
  31. c72f218 IB/Verbs: Reform route related part in IB-core cma by Michael Wang · 9 years ago
  32. c2be9dc IB/core: When marshaling ucma path from user-space, clear unused fields by Ilya Nelkenbaum · 10 years ago
  33. 7b85627 IB/cma: IBoE (RoCE) IP-based GID addressing by Moni Shoua · 11 years ago
  34. b4fdf52 Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-next by Roland Dreier · 11 years ago
  35. f3a5e3e IB/ucma: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  36. c6b2182 RDMA/ucma: Discard events for IDs not yet claimed by user space by Sean Hefty · 11 years ago
  37. 5bc2b7b RDMA/ucma: Allow user space to specify AF_IB when joining multicast by Sean Hefty · 11 years ago
  38. 209cf2a RDMA/ucma: Allow user space to pass AF_IB into resolve by Sean Hefty · 11 years ago
  39. eebe4c3 RDMA/ucma: Allow user space to bind to AF_IB by Sean Hefty · 11 years ago
  40. 05ad945 RDMA/ucma: Name changes to indicate only IP addresses supported by Sean Hefty · 11 years ago
  41. edaa7a5 RDMA/ucma: Add ability to query GID addresses by Sean Hefty · 11 years ago
  42. ac53b26 RDMA/ucma: Support querying when IB paths are not reversible by Sean Hefty · 11 years ago
  43. ee7aed4 RDMA/ucma: Support querying for AF_IB addresses by Sean Hefty · 11 years ago
  44. 5c43813 RDMA/cma: Set qkey for AF_IB by Sean Hefty · 11 years ago
  45. 3b069c5 IB/core: convert to idr_alloc() by Tejun Heo · 12 years ago
  46. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  47. d8c9166 IB/core: Remove unused variables in ucm/ucma by Dotan Barak · 12 years ago
  48. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  49. 88b428d switch infinibarf users of fget() to fget_light() by Al Viro · 12 years ago
  50. 418edaa RDMA/ucma.c: Fix for events with wrong context on iWARP by Tatyana Nikolova · 12 years ago
  51. 0764c76 RDMA/ucma: Convert open-coded equivalent to memdup_user() by Roland Dreier · 12 years ago
  52. 6860212 RDMA/cma: Allow user to restrict listens to bound address family by Sean Hefty · 12 years ago
  53. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  54. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  55. 186834b RDMA/ucma: Fix AB-BA deadlock by Hefty, Sean · 13 years ago
  56. 9ced69c RDMA/ucma: Discard all events for new connections until accepted by Sean Hefty · 13 years ago
  57. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  58. 504255f Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-next by Roland Dreier · 13 years ago
  59. e4dd23d infiniband: Fix up module files that need to include module.h by Paul Gortmaker · 13 years ago
  60. 638ef7a RDMA/ucm: Allow user to specify QP type when creating id by Sean Hefty · 13 years ago
  61. caf6e3f RDMA/ucm: Removed checks for unsigned value < 0 by Hefty, Sean · 13 years ago
  62. 8dc4abd Merge branches 'cma', 'cxgb3', 'cxgb4', 'misc', 'nes', 'netlink', 'srp' and 'uverbs' into for-next by Roland Dreier · 13 years ago
  63. b26f9b9 RDMA/cma: Pass QP type into rdma_create_id() by Sean Hefty · 14 years ago
  64. 04ea2f8 RDMA/ucma: Add .nodename/.mode to tell userspace where to create device node by Roland Dreier · 13 years ago
  65. a9bb791 RDMA/cma: Add an ID_REUSEADDR option by Hefty, Sean · 13 years ago
  66. e86f8b0 RDMA/ucma: Copy iWARP route information on queries by Steve Wise · 14 years ago
  67. 116e953 Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-next by Roland Dreier · 14 years ago
  68. af7bd46 IB/core: Add VLAN support for IBoE by Eli Cohen · 14 years ago
  69. 97cb7e4 RDMA/ucma: Allow tuning the max listen backlog by Steve Wise · 14 years ago
  70. 3c86aa7 RDMA/cm: Add RDMA CM support for IBoE devices by Eli Cohen · 14 years ago
  71. bc1db9a IB: Explicitly rule out llseek to avoid BKL in default_llseek() by Roland Dreier · 14 years ago
  72. 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
  73. 6f8372b RDMA/cm: fix loopback address support by Sean Hefty · 15 years ago
  74. a7ca1f0 RDMA/ucma: Add option to manually set IB path by Sean Hefty · 15 years ago
  75. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  76. 6aea938 RDMA/ucma: Test ucma_alloc_multicast() return against NULL, not with IS_ERR() by Julien Brunel · 16 years ago
  77. 3f44675 RDMA/cma: Remove padding arrays by using struct sockaddr_storage by Roland Dreier · 16 years ago
  78. f7a6117 RDMA/ucma: BKL is not needed for ucma_open() by Roland Dreier · 16 years ago
  79. 6b0ee36 infiniband-ucma: BKL pushdown by Arnd Bergmann · 16 years ago
  80. 9cda779 RDMA/ucma: Endian annotation by Roland Dreier · 16 years ago
  81. 88314e4 RDMA/cma: add support for rdma_migrate_id() by Sean Hefty · 17 years ago
  82. 7ce8640 RDMA/ucma: Allow user space to set service type by Sean Hefty · 17 years ago
  83. d92f764 RDMA/ucma: Simplify ucma_get_event() by Sean Hefty · 17 years ago
  84. 3492856 RDMA/ucma: Avoid sending reject if backlog is full by Sean Hefty · 18 years ago
  85. c8f6a36 RDMA/cma: Add multicast communication support by Sean Hefty · 18 years ago
  86. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 18 years ago
  87. 0cefcf0 RDMA/ucma: Don't report events with invalid user context by Sean Hefty · 18 years ago
  88. 30a5ec9 RDMA/ucma: Fix struct ucma_event leak when backlog is full by Sean Hefty · 18 years ago
  89. 7521663 RDMA/cma: Export rdma cm interface to userspace by Sean Hefty · 18 years ago