summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic
Commit message (Expand)AuthorAgeFilesLines
* usnic: correctly handle kzalloc return valueInsu Yun2015-10-211-4/+4
* usnic: correctly check failed allocationInsu Yun2015-10-211-5/+4
* usnic: add missing clauses to BSD licenseJeff Squyres2015-10-0625-73/+433
* IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-122-2/+7
* IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-122-6/+11
* Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford2015-06-111-4/+3
|\
| * IB/usnic: clean up some error handling codeDan Carpenter2015-06-111-4/+3
* | IB/core: Convert core to use bitfield for capsIra Weiny2015-05-202-7/+0
* | IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-201-0/+17
* | IB/Verbs: Implement new callback query_protocol()Michael Wang2015-05-183-0/+9
|/
* Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-151-1/+1
|\
| * IB/usnic: Convert to use new iommu_capable() API functionJoerg Roedel2014-09-251-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\ \ | |/ |/|
| * treewide: Fix typo in printkMasanari Iida2014-08-261-1/+1
* | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
|/
*-. Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier2014-06-102-0/+21
|\ \
| | * IB/usnic: Fix source file missing copyright and licenseUpinder Malhi2014-05-271-0/+18
| |/ |/|
| * IB: Return error for unsupported QP creation flagsOr Gerlitz2014-06-021-0/+3
|/
* IB/usnic: Remove '0x' when using %pa formatFabio Estevam2014-03-171-1/+1
* IB/usnic: Fix smatch endianness errorUpinder Malhi2014-02-141-1/+8
* IB/usnic: Remove unused includes of <linux/version.h>Wei Yongjun2014-01-223-3/+0
* IB/usnic: Use GFP_ATOMIC under spinlockDan Carpenter2014-01-211-1/+1
* IB/usnic: Remove unused variable in usnic_debugfs_exit()Wei Yongjun2014-01-181-4/+0
* IB/usnic: Set userspace/kernel ABI ver to 4Upinder Malhi2014-01-181-1/+1
* IB/usnic: Advertise usNIC devices as RDMA_NODE_USNIC_UDPUpinder Malhi2014-01-181-1/+1
* IB/usnic: Add dependency on CONFIG_INETUpinder Malhi2014-01-181-1/+1
* IB/usnic: Fix endianness-related warningsUpinder Malhi2014-01-182-3/+2
* IB/usnic: Append documentation to usnic_transport.h and cleanupUpinder Malhi2014-01-142-1/+4
* IB/usnic: Fix typo "Ignorning" -> "Ignoring"Roland Dreier2014-01-141-4/+4
* IB/usnic: Expose flows via debugfsUpinder Malhi2014-01-146-10/+111
* IB/usnic: Use for_each_sg instead of a for-loopUpinder Malhi2014-01-141-8/+9
* IB/usnic: Remove superflous parenthesesUpinder Malhi2014-01-143-14/+14
* IB/usnic: Add UDP support in usnic_ib_qp_grp.[hc]Upinder Malhi2014-01-142-0/+99
* IB/usnic: Add UDP support in u*verbs.c, u*main.c and u*util.hUpinder Malhi2014-01-143-9/+136
* IB:usnic: Add UDP support to usnic_transport.[hc]Upinder Malhi2014-01-142-7/+105
* IB/usnic: Add UDP support to usnic_fwd.[hc]Upinder Malhi2014-01-142-0/+75
* IB/usnic: Update ABI and Version file for UDP supportUpinder Malhi2014-01-142-4/+12
* IB/usnic: Port over sysfs to new usnic_fwd.hUpinder Malhi2014-01-141-7/+3
* IB/usnic: Port over usnic_ib_qp_grp.[hc] to new usnic_fwd.hUpinder Malhi2014-01-142-122/+249
* IB/usnic: Port over main.c and verbs.c to the usnic_fwd.hUpinder Malhi2014-01-143-39/+39
* IB/usnic: Push all forwarding state to usnic_fwd.[hc]Upinder Malhi2014-01-142-125/+212
* IB/usnic: Add struct usnic_transport_specUpinder Malhi2014-01-141-0/+9
* IB/usnic: Change WARN_ON to lockdep_assert_heldUpinder Malhi2014-01-141-8/+8
* IB/usnic: Add Cisco VIC low-level hardware driverUpinder Malhi2014-01-1427-0/+4897