summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-1/+1
|\
| * drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn2017-11-161-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-1510-29/+36
|\ \ | |/ |/|
| * IB/rxe: don't crash, if allocation of crc algorithm failedThomas Bogendoerfer2017-11-101-4/+6
| * IB/rxe: Convert timers to use timer_setup()Kees Cook2017-10-254-8/+8
| * Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-6/+4Star
| |\
| | * IB/rdmavt: Convert timers to use timer_setup()Kees Cook2017-10-181-6/+4Star
| * | Merge branch 'hfi1' into k.o/for-nextDoug Ledford2017-10-182-2/+2
| |\ \
| | * | IB/rdmavt: Don't wait for resources in QP resetAlex Estrin2017-10-182-2/+2
| | |/
| * | RDMA/rxe: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-153-3/+4
| * | RDMA/rdmavt: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-151-0/+1
| * | IB/rxe: put the pool on allocation failureDoug Ledford2017-10-091-7/+9
| * | IB/rxe: check for allocation failure on elemColin Ian King2017-10-091-0/+2
| * | IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia2017-09-271-0/+1
| |/
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-3/+3
|/
* IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer2017-08-291-1/+6
* IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer2017-08-291-6/+6
* IB/rxe: Another fix for broken receive queue drainingAndrew Boyer2017-08-291-1/+3
* IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer2017-08-291-1/+1
* IB/rxe: Fix up rxe_qp_cleanup()Andrew Boyer2017-08-291-7/+2Star
* IB/rxe: Add dst_clone() in prepare_ipv6_hdr()Andrew Boyer2017-08-291-1/+1
* IB/rxe: Fix destination cache for IPv6Andrew Boyer2017-08-292-1/+7
* IB/rxe: Fix up the responder's find_resources() functionAndrew Boyer2017-08-291-1/+1
* IB/rxe: Remove dangling prototypeAndrew Boyer2017-08-291-2/+0Star
* IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer2017-08-294-0/+24
* IB/rxe: Move refcounting earlier in rxe_send()Andrew Boyer2017-08-291-3/+5
* IB/rdmavt: Handle dereg of inuse MRs properlyMike Marciniszyn2017-08-292-21/+212
* IB/rdmavt: Add QP iterator API for QPsMike Marciniszyn2017-08-291-0/+144
* IB/rdmavt: Use rvt_put_swqe() in rvt_clear_mr_ref()Mike Marciniszyn2017-08-291-5/+1Star
* IB/rxe: Make rxe_counter_name staticKamal Heib2017-08-241-1/+1
* IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt2017-08-222-16/+23
* IB/hfi1: Remove pmtu from the QP structureSebastian Sanchez2017-08-221-2/+1Star
* Add OPA extended LID supportHiatt, Don2017-08-181-1/+1
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-6/+1Star
|\
| * IB/rxe: Remove unneeded checkYuval Shaia2017-08-181-5/+0Star
| * IB/rxe: Convert pr_info to pr_warnYuval Shaia2017-08-181-1/+1
| |
| \
*-. | Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testDoug Ledford2017-08-101-1/+1
|\ \|
| * | IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don2017-08-081-1/+1
| |/
* | IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compressionMike Marciniszyn2017-07-312-14/+10Star
* | Merge branch 'misc' into k.o/for-nextDoug Ledford2017-07-272-48/+6Star
|\ \
| * | RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0Star
| * | IB/core: Add generic function to extract IB speed from netdevYuval Shaia2017-07-241-47/+6Star
| |/
| |
| \
*-. | Merge branches 'rxe' and 'mlx' into k.o/for-nextDoug Ledford2017-07-277-13/+13
|\ \|
| * | IB/rxe: Constify static rxe_vm_opsKamal Heib2017-07-241-1/+1
| * | IB/rxe: Use __func__ to print function's nameKamal Heib2017-07-242-5/+5
| * | IB/rxe: Use DEVICE_ATTR_RO macro to show parent fieldKamal Heib2017-07-241-3/+3
| * | IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'Kamal Heib2017-07-243-3/+3
| * | IB/rxe: Use "foo *bar" instead of "foo * bar"Kamal Heib2017-07-241-1/+1
| |/