summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2017-08-10RDMA/netlink: Expose device and port capability masksLeon Romanovsky
2017-08-10RDMA/netlink: Implement nldev port doit callbackLeon Romanovsky
2017-08-10RDMA/netlink: Add nldev port dumpit implementationLeon Romanovsky
2017-08-10RDMA/netlink: Add nldev device doit implementationLeon Romanovsky
2017-08-10RDMA/netlink: Implement nldev device dumpit calbackLeon Romanovsky
2017-08-10RDMA/netlink: Add nldev initialization flowsLeon Romanovsky
2017-08-10RDMA/netlink: Add netlink device definitions to UAPILeon Romanovsky
2017-08-10RDMA/netlink: Update copyrightLeon Romanovsky
2017-08-10RDMA/netlink: Convert LS to doit callbackLeon Romanovsky
2017-08-10RDMA/netlink: Reduce indirection access to cb_tableLeon Romanovsky
2017-08-10RDMA/netlink: Add and implement doit netlink callbackLeon Romanovsky
2017-08-10RDMA/core: Add and expose static device indexLeon Romanovsky
2017-08-10RDMA/core: Add iterator over ib_devicesLeon Romanovsky
2017-08-10RDMA/netlink: Rename netlink callback structLeon Romanovsky
2017-08-10RDMA/netlink: Simplify and rename ibnl_chk_listenersLeon Romanovsky
2017-08-10RDMA/netlink: Rename and remove redundant parameter from ibnl_multicastLeon Romanovsky
2017-08-10RDMA/netlink: Rename and remove redundant parameter from ibnl_unicast*Leon Romanovsky
2017-08-10RDMA/netlink: Simplify the put_msg and put_attrLeon Romanovsky
2017-08-10RDMA/netlink: Add flag to consolidate common handlingLeon Romanovsky
2017-08-10RDMA/iwcm: Remove extra EXPORT_SYMBOLSLeon Romanovsky
2017-08-10RDMA/iwcm: Remove useless check of netlink client validityLeon Romanovsky
2017-08-10RDMA/netlink: Avoid double pass for RDMA netlink messagesLeon Romanovsky
2017-08-10RDMA/netlink: Remove redundant owner option for netlink callbacksLeon Romanovsky
2017-08-10RDMA/netlink: Remove netlink clients infrastructureLeon Romanovsky
2017-08-09RDMA/core: Add wait/retry version of ibnl_unicastIsmail, Mustafa
2017-07-31IB/hfi1: Always perform offline transitionSebastian Sanchez
2017-07-31IB/hfi1: Prevent link down request double queuingSebastian Sanchez
2017-07-31IB/hfi1: Create workqueue for link eventsSebastian Sanchez
2017-07-31IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compressionMike Marciniszyn
2017-07-31IB/hfi1: Disambiguate corruption and uninitialized error casesJan Sokolowski
2017-07-31IB/hfi1: Only set fd pointer when base context is completely initializedMichael J. Ruhl
2017-07-31IB/hfi1: Do not enable disabled port on cable insertJan Sokolowski
2017-07-31IB/hfi1: Harden state transition to Armed and ActiveAlex Estrin
2017-07-31IB/hfi1: Split copy_to_user data copy for better securityMichael J. Ruhl
2017-07-31IB/hfi1: Verify port data VLs credits on transition to ArmedAlex Estrin
2017-07-31IB/hfi1: Move saving PCI values to a separate functionBartlomiej Dudek
2017-07-31IB/hfi1: Fix initialization failure for debug firmwareByczkowski, Jakub
2017-07-31IB/hfi1: Fix code consistency for if/else blocks in chip.cJan Sokolowski
2017-07-31IB/hfi1: Send MAD traps until repressedMichael J. Ruhl
2017-07-31IB/hfi1: Pass the context pointer rather than the indexMichael J. Ruhl
2017-07-31IB/hfi1: Use context pointer rather than context indexMichael J. Ruhl
2017-07-31IB/hfi1: Size rcd array index correctly and consistentlyMichael J. Ruhl
2017-07-31IB/hfi1: Remove unused user context data membersMichael J. Ruhl
2017-07-31IB/hfi1: Assign context does not clean up file descriptor correctly on errorMichael J. Ruhl
2017-07-31IB/hfi1: Serve the most starved iowait entry firstKaike Wan
2017-07-31IB/hfi1: Fix bar0 mapping to use write combiningMike Marciniszyn
2017-07-31IB/hfi1: Check return values from PCI config API callsBartlomiej Dudek
2017-07-31IB/hns: include linux/interrupt.hArnd Bergmann
2017-07-28RDMA/hns: fix build regressionDoug Ledford
2017-07-28IB/hns: fix semicolon.cocci warningskbuild test robot