aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-58/+20
2013-12-22RDMA/cxgb4: Use cxgb4_select_ntuple to correctly calculate ntuple fieldsKumar Sanghvi1-54/+17
2013-12-22RDMA/cxgb4: Server filters are supported only for IPv4Kumar Sanghvi1-1/+2
2013-12-22RDMA/cxgb4: Calculate the filter server TID properlyKumar Sanghvi1-3/+1
2013-12-15RDMA/cxgb4: Make _c4iw_write_mem_dma() staticRashika1-1/+1
2013-11-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds19-145/+224
2013-11-17Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-nextRoland Dreier19-145/+224
2013-11-17IB/core: Re-enable create_flow/destroy_flow uverbsMatan Barak1-2/+0
2013-11-17IB/core: extended command: an improved infrastructure for uverbs commandsYann Droneaud1-3/+3
2013-11-15IB/mlx5: Fix page shift in create CQ for userspaceEli Cohen1-1/+1
2013-11-15IB/mlx4: Fix device max capabilities checkEli Cohen1-1/+6
2013-11-15IB/mlx5: Remove dead codeEli Cohen1-6/+0
2013-11-15IB/mlx4: Fix endless loop in resize CQEli Cohen1-1/+1
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-83/+43
2013-11-13qib_fs: fix (some) dcache abusesAl Viro1-2/+5
2013-11-09RDMA/nes: Remove self-assignment from nes_query_qp()Dave Jones1-1/+1
2013-11-08IB/qib: Fix txselect regressionMike Marciniszyn1-6/+5
2013-11-08IB/qib: Fix checkpatch __packed warningsMike Marciniszyn2-12/+12
2013-11-08IB/qib: Convert qib_user_sdma_pin_pages() to use get_user_pages_fast()Jan Kara1-5/+1
2013-11-08IB/ipath: Convert ipath_user_sdma_pin_pages() to use get_user_pages_fast()Jan Kara1-6/+1
2013-11-08RDMA/ocrdma: Remove redundant check in ocrdma_build_fr()Naresh Gottumukkala1-3/+1
2013-11-08RDMA/ocrdma: Fix a crash in rmmodNaresh Gottumukkala3-30/+32
2013-11-08RDMA/ocrdma: Silence an integer underflow warningDan Carpenter1-1/+1
2013-11-08mlx5: Use enum to indicate adapter page sizeEli Cohen3-5/+6
2013-11-08IB/mlx5: Update opt param mask for RTS2RTSEli Cohen1-2/+4
2013-11-08IB/mlx5: Remove "Always false" comparisonEli Cohen1-1/+1