summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compressionMike Marciniszyn2017-07-312-14/+10
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-07-272-48/+6
|\
| * RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
| * IB/core: Add generic function to extract IB speed from netdevYuval Shaia2017-07-241-47/+6
| |
| \
*-. \ Merge branches 'rxe' and 'mlx' into k.o/for-nextDoug Ledford2017-07-267-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
| |/
* | Merge branch 'hfi1' into k.o/for-4.14Doug Ledford2017-07-245-46/+147
|\ \ | |/ |/|
| * IB/hfi1: Use QPN mask to avoid overflowDennis Dalessandro2017-06-271-1/+1
| * IB/rdmavt: Remove duplicated functionsDennis Dalessandro2017-06-271-23/+14
| * IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana2017-06-271-2/+7
| * IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()Mike Marciniszyn2017-06-274-21/+126
| * Merge branch 'k.o/for-4.12-rc' into k.o/for-4.13-mlx-sharedDoug Ledford2017-06-271-7/+2
| |\
* | | rxe: fix broken receive queue drainingVijay Immanuel2017-07-202-0/+6
* | | IB/rdmavt: Setting of QP timeout can overflow jiffies computationKaike Wan2017-07-201-3/+1
* | | IB/rxe: Set dma_mask and coherent_dma_maskyonatanc2017-07-171-0/+2
* | | IB/rxe: Fix kernel panic from skb destructorYonatan Cohen2017-07-171-0/+3
* | | IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky2017-07-171-35/+13
* | | IB/rxe: do not copy extra stack memory to skbKees Cook2017-07-121-1/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-06-161-7/+2
|\ \ \ | |/ / |/| / | |/
| * rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai2017-06-141-7/+2
* | crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-081-1/+4
|/
* rxe: expose num_possible_cpus() cnum_comp_vectorsSagi Grimberg2017-05-042-2/+1
* IB/rxe: Update caller's CRC for RXE_MEM_TYPE_DMA memory typeLeon Romanovsky2017-05-041-1/+1
* IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn2017-05-011-2/+0
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-012-0/+2
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-015-37/+46
* IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-015-19/+20
* IB/rxe: Initialize ib_ah_attr during query_ahDasaratharaman Chandramouli2017-05-012-0/+2
* IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl2017-04-281-17/+44
* IB/rxe: fix typo: "algorithmi" -> "algorithm"Colin Ian King2017-04-281-1/+1
* IB/rdmavt: restore IRQs on error path in rvt_create_ah()Dan Carpenter2017-04-281-1/+1
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-252-9/+7
* {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia2017-04-254-32/+6
* IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc2017-04-212-4/+59
* IB/rxe: Offload CRC calculation when possibleyonatanc2017-04-219-9/+44
* IB/rxe: Do not export module's private functionParav Pandit2017-04-211-1/+0
* IB/rxe: Avoid accessing timers for non RC QPsParav Pandit2017-04-211-5/+8
* IB/rxe: Add port protocol statsYonatan Cohen2017-04-219-2/+174
* Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford2017-04-207-41/+317
|\
| * IB/hfi1: Eliminate synchronize_rcu() in mr deleteMike Marciniszyn2017-04-051-16/+33
| * IB/rdmavt: Avoid reseting wqe send_flags in unreserveMike Marciniszyn2017-04-051-2/+5
| * IB/rdmavt, IB/hfi1: Fix timer migration regressionsSebastian Sanchez2017-04-053-2/+116
| * IB/rdmavt: Add tracing for cq entry and pollMike Marciniszyn2017-04-053-0/+131
| * IB/rdmavt: Add additional fields to post send traceMike Marciniszyn2017-04-052-4/+32
| * IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn2017-04-051-17/+0
OpenPOWER on IntegriCloud