1. 7e952b1 i40iw: Implement get_vector_affinity API by Shiraz Saleem · 7 years ago
  2. 7de8b35 i40iw: Improve CM node lookup time on connection setup by Shiraz Saleem · 7 years ago
  3. 6b0c549 i40iw: Refactor handling of txpend list by Mustafa Ismail · 7 years ago
  4. 2a78cb4 IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write() by Bart Van Assche · 7 years ago
  5. a6544a6 RDMA/rxe: Fix an out-of-bounds read by Bart Van Assche · 7 years ago
  6. a1ae7d0 RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack access by Bart Van Assche · 7 years ago
  7. 042932f infiniband: remove redundant assignment to pointer 'rdi' by Colin Ian King · 7 years ago
  8. c33bab6 IB/rxe: Remove unused variable (char *rxe_qp_state_name[]) by Hernán Gonzalez · 7 years ago
  9. 7f566a9 IB/qib: Move char *qib_sdma_state_names[] and constify while there. by Hernán Gonzalez · 7 years ago
  10. 4f1d583 IB/qib: Remove unused variable (char *qib_sdma_event_names[]) by Hernán Gonzalez · 7 years ago
  11. 7da09af IB/srp: Use %pIS instead of inet_ntop() by Bart Van Assche · 7 years ago
  12. c74ff75 Revert "IB/srp: Avoid that a cable pull can trigger a kernel crash" by Bart Van Assche · 7 years ago
  13. e68088e IB/srp: Fix srp_abort() by Bart Van Assche · 7 years ago
  14. a8ed748 infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masks by Arnd Bergmann · 7 years ago
  15. e5d6574 infiniband: qplib_fp: fix pointer cast by Arnd Bergmann · 7 years ago
  16. c7ec837 RDMA/iwpm: Delete an error message for a failed memory allocation in iwpm_create_nlmsg() by Markus Elfring · 8 years ago
  17. b7c5bc7 IB/usnic: Delete an error message for a failed memory allocation in usnic_transport_init() by Markus Elfring · 8 years ago
  18. 55de9a7 RDMA/mlx5: Refactor QP type check to be as early as possible by Leon Romanovsky · 7 years ago
  19. 74630e8 mailmap: Map Leon Romanovsky's emails by Leon Romanovsky · 7 years ago
  20. 8efe991 IB/uverbs: Tidy uverbs_uobject_add by Jason Gunthorpe · 7 years ago
  21. 1d1ab1a Merge tag 'mlx5-updates-2018-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into k.o/wip/dl-for-next by Doug Ledford · 7 years ago
  22. ec9c2fb IB/mlx5: Disable self loopback check when in switchdev mode by Mark Bloch · 8 years ago
  23. c5447c7 net/mlx5: E-Switch, Reload IB interface when switching devlink modes by Mark Bloch · 8 years ago
  24. b5ca15a IB/mlx5: Add proper representors support by Mark Bloch · 8 years ago
  25. b96c9dd IB/mlx5: E-Switch, Add rule to forward traffic to vport by Mark Bloch · 8 years ago
  26. 72afcf8 IB/mlx5: Don't expose MR cache in switchdev mode by Mark Bloch · 8 years ago
  27. 8e6efa3 IB/mlx5: When in switchdev mode, expose only raw packet capabilities by Mark Bloch · 8 years ago
  28. bcf87f1 IB/mlx5: Listen to netdev register/unresiter events in switchdev mode by Mark Bloch · 8 years ago
  29. 018a94e IB/mlx5: Add match on vport when in switchdev mode by Mark Bloch · 8 years ago
  30. 9a4ca38 IB/mlx5: Allocate flow DB only on PF IB device by Mark Bloch · 8 years ago
  31. fc385b7a IB/mlx5: Add basic regiser/unregister representors code by Mark Bloch · 8 years ago
  32. 5e65b02 net/mlx5: E-Switch, Add definition of IB representor by Mark Bloch · 8 years ago
  33. f80be54 net/mlx5: E-Switch, Optimize HW steering tables in switchdev mode by Mark Bloch · 8 years ago
  34. cd3d07e net/mlx5: E-Switch, Increase number of FTEs in FDB in switchdev mode by Mark Bloch · 8 years ago
  35. 57cbd89 net/mlx5: E-Switch, Move representors definition to a global scope by Mark Bloch · 8 years ago
  36. 2221590 net/mlx5: E-Switch, Add callback to get representor device by Mark Bloch · 8 years ago
  37. 87915bf RDMA/verbs: Return proper error code for not supported system call by Leon Romanovsky · 7 years ago
  38. 372e15c RDMA/uverbs: Reduce number of command header flags checks by Leon Romanovsky · 7 years ago
  39. cd35cf4 RDMA/uverbs: Replace user's types with kernel's types by Leon Romanovsky · 7 years ago
  40. 6284380 RDMA/uverbs: Refactor the header validation logic by Leon Romanovsky · 7 years ago
  41. e21719f RDMa/uverbs: Copy ex_hdr outside of SRCU read lock by Leon Romanovsky · 7 years ago
  42. 491d5c6 RDMA/uverbs: Move uncontext check before SRCU read lock by Leon Romanovsky · 7 years ago
  43. eb455e3 RDMA/uverbs: Properly check command supported mask by Leon Romanovsky · 7 years ago
  44. 77833b8 RDMA/uverbs: Refactor command header processing by Leon Romanovsky · 7 years ago
  45. f2630ce RDMA/uverbs: Unify return values of not supported command by Leon Romanovsky · 7 years ago
  46. a9ed5b3 RDMA/uverbs: Return not supported error code for unsupported commands by Leon Romanovsky · 7 years ago
  47. 43ae951 RDMA/uverbs: Fail as early as possible if not enough header data was provided by Leon Romanovsky · 7 years ago
  48. a6c4a66 RDMA/uverbs: Refactor flags checks and update return value by Leon Romanovsky · 7 years ago
  49. 08f0e16 RDMA/uverbs: Update sizeof users by Leon Romanovsky · 7 years ago
  50. b5bc598 RDMA/uverbs: Convert command mask validity check function to be bool by Leon Romanovsky · 7 years ago
  51. 4bb4660 Merge branch 'k.o/for-rc' into k.o/wip/dl-for-next by Doug Ledford · 7 years ago
  52. f76a5c7 Merge tag 'mlx5-updates-2018-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into k.o/wip/dl-for-next by Doug Ledford · 7 years ago
  53. f457658 RDMA/uverbs: Fix kernel panic while using XRC_TGT QP type by Leon Romanovsky · 7 years ago
  54. 7374fbd RDMA/bnxt_re: Avoid system hang during device un-reg by Selvin Xavier · 7 years ago
  55. dcdaba0 RDMA/bnxt_re: Fix system crash during load/unload by Selvin Xavier · 7 years ago
  56. 3b921e3 RDMA/bnxt_re: Synchronize destroy_qp with poll_cq by Selvin Xavier · 7 years ago
  57. 6b4521f RDMA/bnxt_re: Unpin SQ and RQ memory if QP create fails by Devesh Sharma · 7 years ago
  58. 7ff662b RDMA/bnxt_re: Disable atomic capability on bnxt_re adapters by Devesh Sharma · 7 years ago
  59. 2f08ee3 RDMA/restrack: don't use uaccess_kernel() by Steve Wise · 7 years ago
  60. 2188558 RDMA/verbs: Check existence of function prior to accessing it by Leon Romanovsky · 7 years ago
  61. 3a14889 IB/srp: Fix completion vector assignment algorithm by Bart Van Assche · 8 years ago
  62. 1f5a6c4 RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file by Adit Ranadive · 7 years ago
  63. 5d4c05c RDMA/uverbs: Sanitize user entered port numbers prior to access it by Leon Romanovsky · 7 years ago
  64. 1ff5325 RDMA/uverbs: Fix circular locking dependency by Leon Romanovsky · 7 years ago
  65. 5c2e1c4 RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd by Leon Romanovsky · 7 years ago
  66. 0cba0ef RDMA/restrack: Increment CQ restrack object before committing by Leon Romanovsky · 7 years ago
  67. 3f802b1 RDMA/uverbs: Protect from command mask overflow by Leon Romanovsky · 7 years ago
  68. ec6f840 IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy by Jason Gunthorpe · 7 years ago
  69. 104f268 IB/uverbs: Improve lockdep_check by Jason Gunthorpe · 7 years ago
  70. 6623e3e RDMA/uverbs: Protect from races between lookup and destroy of uobjects by Leon Romanovsky · 7 years ago
  71. d9dc7a3 IB/uverbs: Hold the uobj write lock after allocate by Jason Gunthorpe · 7 years ago
  72. 4d39a95 IB/uverbs: Fix possible oops with duplicate ioctl attributes by Matan Barak · 7 years ago
  73. 9dfb2ff IB/uverbs: Add ioctl support for 32bit processes by Matan Barak · 7 years ago
  74. 5d2beb5 IB/uverbs: Use __aligned_u64 for uapi headers by Jason Gunthorpe · 7 years ago
  75. 3d89459e IB/uverbs: Fix method merging in uverbs_ioctl_merge by Matan Barak · 7 years ago
  76. 2f36028 IB/uverbs: Use u64_to_user_ptr() not a union by Jason Gunthorpe · 7 years ago
  77. 6c976c3 IB/uverbs: Use inline data transfer for UHW_IN by Jason Gunthorpe · 7 years ago
  78. 89d9e8d IB/uverbs: Always use the attribute size provided by the user by Matan Barak · 7 years ago
  79. 415bb69 RDMA/restrack: Remove unimplemented XRCD object by Leon Romanovsky · 7 years ago
  80. 14fa91e IB/ipoib: Do not warn if IPoIB debugfs doesn't exist by Alaa Hleihel · 7 years ago
  81. 388ca8b IB/mlx5: Implement fragmented completion queue (CQ) by Yonatan Cohen · 8 years ago
  82. 3ec5693 net/mlx5: Remove redundant EQ API exports by Saeed Mahameed · 8 years ago
  83. 3ac7afd net/mlx5: Move CQ completion and event forwarding logic to eq.c by Saeed Mahameed · 8 years ago
  84. f105b45 net/mlx5: CQ hold/put API by Saeed Mahameed · 8 years ago
  85. d5c0715 net/mlx5: EQ add/del CQ API by Saeed Mahameed · 8 years ago
  86. d2ff4fa5 net/mlx5: Add missing likely/unlikely hints to cq events by Saeed Mahameed · 8 years ago
  87. 02d92f7 net/mlx5: CQ Database per EQ by Saeed Mahameed · 8 years ago
  88. 71591d1 RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*() by Andy Shevchenko · 7 years ago
  89. 7061f28 rxe: Do not use 'struct sockaddr' in a uapi header by Jason Gunthorpe · 8 years ago
  90. 5229f87 RDMA: Do not used __packed in uapi headers by Jason Gunthorpe · 8 years ago
  91. d480bb5 RDMA/hns: Use free_pages function instead of free_page by oulijun · 8 years ago
  92. ced0776 RDMA/hns: Fix QP state judgement before receiving work requests by Yixian Liu · 8 years ago
  93. 173bc6b RDMA/hns: Fix a bug with modifying mac address by oulijun · 8 years ago
  94. fc968ae IB/cxgb3: remove cxio_dbg.c by Corentin Labbe · 8 years ago
  95. 7928b2c Linux 4.16-rc1 by Linus Torvalds · 8 years ago
  96. 7a163b2 unify {de,}mangle_poll(), get rid of kernel-side POLL... by Al Viro · 8 years ago
  97. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 8 years ago
  98. ee5daa1 Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  99. 3fc928d Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
  100. 60d7a21 Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 8 years ago