aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-14RDMA/nes: Fix for incorrect recording of the MAC addressTatyana Nikolova1-1/+1
2015-07-14RDMA/nes: Fix for resolving the neighTatyana Nikolova1-2/+3
2015-07-14RDMA/core: Fixes for port mapper client registrationTatyana Nikolova3-25/+48
2015-07-14IB/IPoIB: Fix bad error flow in ipoib_add_port()Amir Vadai1-2/+4
2015-07-14IB/mlx4: Do not attemp to report HCA clock offset on VFsMatan Barak1-5/+6
2015-07-14IB/cm: Do not queue work to a device that's going awayErez Shitrit1-6/+55
2015-07-14IB/srp: Avoid using uninitialized variableSagi Grimberg1-7/+4
2015-07-14IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXXVaishali Thakkar1-36/+35
2015-07-14IB/mad: Remove improper use of BUG_ONIra Weiny7-14/+21
2015-07-14IB/mad: Fix compare between big endian and cpu endianIra Weiny1-1/+1
2015-07-14IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock10-87/+49
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-178/+34
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+2
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2015-06-30IB/ehca: use kvfree() in ipz_queue_{cd}tor()Pekka Enberg1-8/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds15-428/+902
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+2
2015-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds77-1026/+2159
2015-06-23make simple_positive() publicAl Viro2-2/+2
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-42/+26
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/core, to merge last updatesIngo Molnar12-98/+130
2015-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+22
2015-06-18x86/mm/pat, drivers/infiniband/ipath: Use arch_phys_wc_add() and require PAT disabledLuis R. Rodriguez4-42/+26
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-3/+1
2015-06-15net/mlx4_core: Add helper to query countersEran Ben Elisha1-24/+8
2015-06-15IB/mlx4: Set VF to read from QP countersEran Ben Elisha1-2/+4
2015-06-15IB/mlx4: Add RoCE/IB dedicated countersEran Ben Elisha4-17/+39
2015-06-15net/mlx4_core: Add sink counterEran Ben Elisha1-1/+2
2015-06-12IB/mad: Add final OPA MAD processingIra Weiny6-43/+230
2015-06-12IB/mad: Add partial Intel OPA MAD supportIra Weiny3-0/+133
2015-06-12IB/mad: Add partial Intel OPA MAD supportIra Weiny3-14/+37
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny20-28/+114
2015-06-12IB/mad: Convert allocations from kmem_cache to kzallocIra Weiny4-92/+97
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny9-0/+24
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny11-13/+26
2015-06-12IB/mad: Create a generic helper for DR forwarding checksIra Weiny1-9/+16
2015-06-12IB/mad: Create a generic helper for DR SMP Recv processingIra Weiny1-33/+46
2015-06-12IB/mad: Create a generic helper for DR SMP Send processingIra Weiny1-34/+46
2015-06-12IB/mad: Split IB SMI handling from MAD Recv handlerIra Weiny1-36/+49
2015-06-12IB/mad cleanup: Generalize processing of MAD dataIra Weiny1-6/+6
2015-06-12IB/mad cleanup: Clean up function params -- find_mad_agentIra Weiny1-18/+18
2015-06-12IB/mlx4: Add support for CQ time-stampingMatan Barak3-5/+62
2015-06-12IB/mlx4: Add mmap call to map the hardware clockMatan Barak1-1/+17
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak17-24/+73
2015-06-12IB/core: Add timestamp_mask and hca_core_clock to query_deviceMatan Barak2-0/+16
2015-06-12IB/core: Extend ib_uverbs_create_cqMatan Barak3-35/+137
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak11-16/+44
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak23-44/+116
2015-06-11net/mlx5e: Fix HW MTU settingsSaeed Mahameed1-6/+2