summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10
2016-05-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-4/+10
2016-05-06Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-1/+1
2016-05-06i40e: constify i40e_client_ops structureJulia Lawall1-1/+1
2016-05-06net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky1-6/+21
2016-05-05IB/iser: Fix max_sectors calculationChristoph Hellwig1-4/+10
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal3-3/+3
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-12/+50
2016-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds13-12/+50
2016-04-29net/mlx5: Add user chosen levels when allocating flow tablesMaor Gottlieb1-1/+2
2016-04-29RDMA/nes: don't leak skb if carrier downFlorian Westphal1-3/+0
2016-04-28IB/security: Restrict use of the write() interfaceJason Gunthorpe4-0/+17
2016-04-28IB/rdmavt: Fix send schedulingJubin John1-2/+2
2016-04-28IB/mlx5: Expose correct max_sge_rd limitSagi Grimberg1-1/+1
2016-04-28treewide: Fix typos in printkMasanari Iida1-1/+1
2016-04-28IB/mlx4: printk fixColin Ian King1-1/+1
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-04-26infiniband: nes: Kill unused variable in nes_netdev_start_xmit()David S. Miller1-1/+0
2016-04-26RDMA/nes: remove use of NETDEV_TX_LOCKEDFlorian Westphal1-8/+5
2016-04-26RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S2-2/+6
2016-04-26iw_cxgb4: handle draining an idle qpSteve Wise1-2/+16
2016-04-26iw_cxgb3: initialize ibdev.iwcm->ifname for port mappingSteve Wise1-0/+2
2016-04-26iw_cxgb4: initialize ibdev.iwcm->ifname for port mappingSteve Wise1-0/+2
2016-04-26IB/core: Don't drain non-existent rq queue-pairSagi Grimberg1-1/+2
2016-04-24net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed1-2/+2
2016-04-23IB/core: Fix oops in ib_cache_gid_set_default_gidDoug Ledford1-1/+2
2016-04-08Revert "ib_srpt: Convert to percpu_ida tag allocation"Bart Van Assche2-17/+40
2016-04-06i40iw: avoid potential uninitialized variable useArnd Bergmann1-7/+3
2016-04-06IB/mlx5: fix VFs callback function prototypesArnd Bergmann1-9/+9
2016-03-31iser-target: Use ib_drain_qpSagi Grimberg2-37/+4
2016-03-24Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-99/+0
2016-03-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds97-5123/+35081
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds4-542/+418
2016-03-22cxgb4, iw_cxgb4: move delayed ack macro definitionsVarun Prakash1-9/+0
2016-03-22cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitionsVarun Prakash1-9/+0
2016-03-22cxgb4, iw_cxgb4: move definitions to common header fileVarun Prakash1-81/+0
2016-03-22Merge branches 'i40iw', 'sriov' and 'hfi1' into k.o/for-4.6Doug Ledford122-6980/+11097
2016-03-22IB/ipoib: Allow mcast packets from other VFsEli Cohen1-7/+20
2016-03-22IB/mlx5: Implement callbacks for manipulating VFsEli Cohen4-1/+213
2016-03-22net/mlx5_core: Add VF param when querying vport counterEli Cohen1-1/+1
2016-03-22IB/ipoib: Add ndo operations for configuring VFsEli Cohen1-2/+63
2016-03-22IB/core: Add interfaces to control VF attributesEli Cohen1-0/+40
2016-03-21IB/core: Support accessing SA in virtualized environmentEli Cohen1-0/+5
2016-03-21IB/core: Add subnet prefix to port infoEli Cohen1-1/+14
2016-03-21IB/mlx5: Fix decision on using MAD_IFCEli Cohen1-1/+1
2016-03-21IB/{core, ulp} Support above 32 possible device capability flagsLeon Romanovsky2-2/+2
2016-03-21IB/core: Replace setting the zero values in ib_uverbs_ex_query_deviceLeon Romanovsky1-12/+3
2016-03-21ib_srpt: fix a WARN_ON() messageDan Carpenter1-1/+1