summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE requestKaike Wan2020-08-201-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-0614-94/+70
|\
| * IB/hfi1: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-2411-60/+41
| * IB/hfi1: Remove unnecessary fall-through markingsGustavo A. R. Silva2020-07-161-13/+14
| * IB/hfi1: Convert PCIBIOS_* errors to generic -E* errorsBolarinwa Olayemi Saheed2020-06-301-7/+15
| * RDMA/hfi1: Remove hfi1_create_qp declarationKamal Heib2020-06-221-14/+0
* | IB/hfi1: Do not destroy link_wq when the device is shut downKaike Wan2020-07-021-5/+5
* | IB/hfi1: Do not destroy hfi1_wq when the device is shut downKaike Wan2020-07-023-6/+31
* | IB/hfi1: Add explicit cast OPA_MTU_8192 to 'enum ib_mtu'Nathan Chancellor2020-07-021-1/+1
* | IB/hfi1: Add atomic triggered sleep/wakeupMike Marciniszyn2020-06-242-20/+53
* | IB/hfi1: Correct -EBUSY handling in tx codeMike Marciniszyn2020-06-241-17/+18
* | IB/hfi1: Fix module use count flaw due to leftover module put callsDennis Dalessandro2020-06-241-17/+2
* | IB/hfi1: Restore kfree in dummy_netdev cleanupDennis Dalessandro2020-06-241-1/+1
* | RDMA/hfi1: Fix trivial mis-spelling of 'descriptor'Kieran Bingham2020-06-153-3/+3
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-0525-459/+2631
|\
| * IB/hfi1: Use free_netdev() in hfi1_netdev_free()YueHaibing2020-06-021-4/+1
| * IB/hfi1: Fix hfi1_netdev_rx_init() error handlingDan Carpenter2020-06-021-2/+9
| * RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-1/+0
| * IB/hfi1: Fix spelling mistake "enought" -> "enough"Colin Ian King2020-05-291-1/+1
| * Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-211-4/+0
| |\
| * | IB/hfi1: Enable the transmit side of the datagram ipoib netdevPiotr Stankiewicz2020-05-212-0/+3
| * | IB/hfi1: Add packet histogram trace eventGrzegorz Andrejczuk2020-05-213-1/+43
| * | IB/hfi1: Activate the dummy netdevGrzegorz Andrejczuk2020-05-2111-342/+178
| * | IB/hfi1: Add rx functions for dummy netdevGrzegorz Andrejczuk2020-05-215-2/+414
| * | IB/hfi1: Add interrupt handler functions for accelerated ipoibGrzegorz Andrejczuk2020-05-2110-7/+206
| * | IB/hfi1: Add functions to receive accelerated ipoib packetsKaike Wan2020-05-217-2/+355
| * | IB/hfi1: Rename num_vnic_contexts as num_netdev_contextsGrzegorz Andrejczuk2020-05-214-20/+20
| * | IB/ipoib: Increase ipoib Datagram mode MTU's upper limitKaike Wan2020-05-212-16/+4
| * | IB/hfi1: RSM rules for AIPGrzegorz Andrejczuk2020-05-214-50/+136
| * | IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner2020-05-211-1/+1
| * | IB/hfi1: Remove module parameter for KDETH qpnsGary Leshner2020-05-216-33/+11
| * | IB/hfi1: Add the transmit side of a datagram ipoib RDMA netdevGary Leshner2020-05-213-0/+289
| * | IB/hfi1: Add functions to transmit datagram ipoib packetsGary Leshner2020-05-214-1/+983
| * | IB/hfi1: Add accelerated IP capability bitKaike Wan2020-05-211-2/+3
* | | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-7/+0
|\ \ \ | |_|/ |/| |
| * | hfi1: get rid of pointless access_ok()Al Viro2020-05-291-7/+0
| |/
* / IB/hfi1: Fix another case where pq is left on waitlistMike Marciniszyn2020-05-121-4/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-04-0111-45/+35
|\
| * IB/hfi1: Call kobject_put() when kobject_init_and_add() failsKaike Wan2020-03-271-5/+8
| * IB/hfi1: Fix memory leaks in sysfs registration and unregistrationKaike Wan2020-03-271-2/+11
| * IB/hfi1: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-261-2/+2
| * IB/hfi1: Remove kobj from hfi1_devdataKaike Wan2020-03-183-27/+5
| * Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe2020-03-101-1/+3
| |\
| * \ Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2020-03-045-29/+52
| |\ \
| * | | RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-206-9/+9
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-301-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-03-081-1/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-02-261-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |