aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-21usnic: correctly handle kzalloc return valueInsu Yun1-4/+4
2015-10-21usnic: correctly check failed allocationInsu Yun1-5/+4
2015-10-06usnic: add missing clauses to BSD licenseJeff Squyres25-73/+433
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak2-2/+7
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak2-6/+11
2015-06-11Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford1-4/+3
2015-06-11IB/usnic: clean up some error handling codeDan Carpenter1-4/+3
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny2-7/+0
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-0/+17
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang3-0/+9
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-09-25IB/usnic: Convert to use new iommu_capable() API functionJoerg Roedel1-1/+1
2014-08-26treewide: Fix typo in printkMasanari Iida1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-10Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx5', 'noio', 'ocrdma', 'qib', 'srp' and 'usnic' into for-nextRoland Dreier2-0/+21
2014-06-02IB: Return error for unsupported QP creation flagsOr Gerlitz1-0/+3
2014-05-27IB/usnic: Fix source file missing copyright and licenseUpinder Malhi1-0/+18
2014-03-17IB/usnic: Remove '0x' when using %pa formatFabio Estevam1-1/+1
2014-02-14IB/usnic: Fix smatch endianness errorUpinder Malhi1-1/+8
2014-01-22IB/usnic: Remove unused includes of <linux/version.h>Wei Yongjun3-3/+0
2014-01-21IB/usnic: Use GFP_ATOMIC under spinlockDan Carpenter1-1/+1
2014-01-18IB/usnic: Remove unused variable in usnic_debugfs_exit()Wei Yongjun1-4/+0
2014-01-18IB/usnic: Set userspace/kernel ABI ver to 4Upinder Malhi1-1/+1
2014-01-18IB/usnic: Advertise usNIC devices as RDMA_NODE_USNIC_UDPUpinder Malhi1-1/+1
2014-01-18IB/usnic: Add dependency on CONFIG_INETUpinder Malhi1-1/+1
2014-01-18IB/usnic: Fix endianness-related warningsUpinder Malhi2-3/+2
2014-01-14IB/usnic: Append documentation to usnic_transport.h and cleanupUpinder Malhi2-1/+4
2014-01-14IB/usnic: Fix typo "Ignorning" -> "Ignoring"Roland Dreier1-4/+4
2014-01-14IB/usnic: Expose flows via debugfsUpinder Malhi6-10/+111
2014-01-14IB/usnic: Use for_each_sg instead of a for-loopUpinder Malhi1-8/+9
2014-01-14IB/usnic: Remove superflous parenthesesUpinder Malhi3-14/+14
2014-01-14IB/usnic: Add UDP support in usnic_ib_qp_grp.[hc]Upinder Malhi2-0/+99
2014-01-14IB/usnic: Add UDP support in u*verbs.c, u*main.c and u*util.hUpinder Malhi3-9/+136
2014-01-14IB:usnic: Add UDP support to usnic_transport.[hc]Upinder Malhi2-7/+105
2014-01-14IB/usnic: Add UDP support to usnic_fwd.[hc]Upinder Malhi2-0/+75
2014-01-14IB/usnic: Update ABI and Version file for UDP supportUpinder Malhi2-4/+12
2014-01-14IB/usnic: Port over sysfs to new usnic_fwd.hUpinder Malhi1-7/+3
2014-01-14IB/usnic: Port over usnic_ib_qp_grp.[hc] to new usnic_fwd.hUpinder Malhi2-122/+249
2014-01-14IB/usnic: Port over main.c and verbs.c to the usnic_fwd.hUpinder Malhi3-39/+39
2014-01-14IB/usnic: Push all forwarding state to usnic_fwd.[hc]Upinder Malhi2-125/+212
2014-01-14IB/usnic: Add struct usnic_transport_specUpinder Malhi1-0/+9
2014-01-14IB/usnic: Change WARN_ON to lockdep_assert_heldUpinder Malhi1-8/+8
2014-01-14IB/usnic: Add Cisco VIC low-level hardware driverUpinder Malhi27-0/+4897