aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2016-12-05i40iw: Use runtime check for IS_ENABLED(CONFIG_IPV6)Henry Orosco1-2/+2
2016-12-05i40iw: Use actual page sizeHenry Orosco1-4/+1
2016-12-05i40iw: Remove NULL check for cm_node->iwdevHenry Orosco1-1/+1
2016-12-05i40iw: Remove checks for more than 48 bytes inline dataHenry Orosco1-5/+1
2016-12-05i40iw: Query device accounts for internal rsrcHenry Orosco5-6/+26
2016-12-05i40iw: Optimize inline data copyHenry Orosco1-14/+10
2016-12-05i40iw: Fix for LAN handler removalHenry Orosco1-6/+4
2016-12-05i40iw: Correct values for max_recv_sge, max_send_sgeHenry Orosco1-1/+5
2016-12-05i40iw: Use vector when creating CQsHenry Orosco2-3/+10
2016-12-05i40iw: Convert page_size to encoded valueHenry Orosco2-3/+14
2016-12-03i40iw: Set MAX IRD, MAX ORD size to max supported valueHenry Orosco2-8/+2
2016-12-03i40iw: Remove workaround for pre-production errataHenry Orosco3-26/+4
2016-12-03i40iw: Enable message packingHenry Orosco3-7/+2
2016-12-03i40iw: Add Quality of Service supportHenry Orosco13-36/+325
2016-10-30net/mlx5: Add multi dest supportMark Bloch2-8/+8
2016-10-30IB/mlx5: Skip handling unknown eventsSaeed Mahameed1-0/+2
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds5-6/+17
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-2/+5
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes4-4/+12
2016-10-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds12-0/+6557
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds12-316/+385
2016-10-14qedr: Add events support and register IB deviceRam Amrani3-2/+158
2016-10-14qedr: Add GSI supportRam Amrani7-1/+706
2016-10-14qedr: Add LL2 RoCE interfaceRam Amrani2-2/+34
2016-10-14qedr: Add support for data pathRam Amrani5-1/+1614
2016-10-14qedr: Add support for memory registeration verbsRam Amrani4-1/+425
2016-10-14qedr: Add support for QP verbsRam Amrani6-1/+1286
2016-10-14qedr: Add support for PD,PKEY and CQ verbsRam Amrani5-1/+758
2016-10-14qedr: Add support for user context verbsRam Amrani5-1/+569
2016-10-14qedr: Add support for RoCE HW initRam Amrani4-2/+691
2016-10-14qedr: Add RoCE driver frameworkRam Amrani6-0/+328
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-5/+5
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro18-81/+200
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds85-998/+11451
2016-10-09Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds17-121/+190
2016-10-07iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise5-11/+91
2016-10-07IB/core: correctly handle rdma_rw_init_mrs() failureSteve Wise1-1/+1
2016-10-07IB/srp: Fix infinite loop when FMR sg[0].offset != 0Bart Van Assche1-3/+5
2016-10-07IB/srp: Remove an unused argumentBart Van Assche1-2/+2
2016-10-07IB/core: Improve ib_map_mr_sg() documentationBart Van Assche1-4/+4
2016-10-07IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packetsJack Morgenstein4-5/+199
2016-10-07IB/mthca: Move user vendor structuresLeon Romanovsky1-1/+1
2016-10-07IB/nes: Move user vendor structuresLeon Romanovsky2-115/+1
2016-10-07IB/ocrdma: Move user vendor structuresLeon Romanovsky3-151/+2
2016-10-07IB/mlx4: Move user vendor structuresLeon Romanovsky5-111/+4
2016-10-07IB/cxgb4: Move user vendor structuresLeon Romanovsky2-81/+1
2016-10-07IB/cxgb3: Move user vendor structuresLeon Romanovsky3-76/+2
2016-10-07IB/mlx5: Move and decouple user vendor structuresLeon Romanovsky7-293/+37
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia12-14/+22