aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-30mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein1-7/+7
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein6-7/+7
2014-07-30mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein7-305/+196
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-12/+27
2014-07-21iw_cxgb4: Don't limit TPTE count to 32KBHariprasad Shenai2-2/+1
2014-07-21iw_cxgb4: advertise the correct device max attributesHariprasad Shenai5-33/+32
2014-07-21iw_cxgb4: Support query_qp() verbHariprasad Shenai1-0/+6
2014-07-21iw_cxgb4: log detailed warnings for negative adviceHariprasad Shenai1-6/+23
2014-07-17iw_cxgb4: fix for 64-bit integer divisionHariprasad Shenai1-1/+2
2014-07-17cxgb4/iw_cxgb4: Move common defines to cxgb4Anish Bhatt1-1/+0
2014-07-16Merge branches 'cxgb4' and 'mlx5' into for-nextRoland Dreier1-1/+1
2014-07-16IB/mlx5: Enable "block multicast loopback" for kernel consumersOr Gerlitz1-1/+1
2014-07-15cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai5-0/+174
2014-07-15cxgb4/iw_cxgb4: display TPTE on errorsHariprasad Shenai3-11/+76
2014-07-15cxgb4/iw_cxgb4: use firmware ord/ird resource limitsHariprasad Shenai5-34/+117
2014-07-15iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai6-16/+43
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen2-3/+3
2014-07-13RDMA/cxgb4: Call iwpm_init() only onceSteve Wise3-9/+12
2014-07-08RDMA/cxgb4: Initialize the device status pageSteve Wise1-0/+1
2014-07-08RDMA/cxgb4: Clean up connection on ARP errorHariprasad S1-1/+10
2014-07-08RDMA/cxgb4: Fix skb_leak in reject_cr()Hariprasad S1-1/+0
2014-07-01rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI PassthroughHariprasad Shenai1-1/+2
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-60/+46
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-18/+124
2014-06-11libiscsi, iser: Adjust data_length to include protection informationSagi Grimberg1-24/+10
2014-06-11Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg1-1/+1
2014-06-11Target/iser: Fix a wrong dereference in case discovery session is over iserSagi Grimberg1-1/+3
2014-06-10iw_cxgb4: don't truncate the recv window sizeHariprasad Shenai2-4/+52
2014-06-10iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connectionsHariprasad Shenai2-11/+63
2014-06-10iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai3-2/+8
2014-06-10Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds54-637/+3316
2014-06-10Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx5', 'noio', 'ocrdma', 'qib', 'srp' and 'usnic' into for-nextRoland Dreier52-566/+3227
2014-06-10RDMA/cxgb4: Add support for iWARP Port Mapper user space serviceSteve Wise3-43/+262
2014-06-10RDMA/nes: Add support for iWARP Port Mapper user space serviceTatyana Nikolova4-64/+296
2014-06-10RDMA/core: Add support for iWARP Port Mapper user space serviceTatyana Nikolova6-4/+1549
2014-06-09IB/mlx4: Fix gfp passing in create_qp_common()Jiri Kosina1-2/+2
2014-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+2
2014-06-06IB/umad: Fix use-after-free on closeBart Van Assche1-11/+19
2014-06-05IB/core: Fix kobject leak on device register error flowHaggai Eran1-26/+26
2014-06-05RDMA/cxgb4: add missing padding at end of struct c4iw_alloc_ucontext_respYann Droneaud2-2/+4
2014-06-04IB/core: Fix port kobject deletion during error flowHaggai Eran1-9/+17
2014-06-04IB/core: Remove unneeded kobject_get/put callsHaggai Eran1-5/+2
2014-06-04IB/core: Fix sparse warnings about redeclared functionsRoland Dreier1-4/+4
2014-06-03iser-target: Add missing target_put_sess_cmd for ImmedateData failureNicholas Bellinger1-0/+2
2014-06-03IB/mad: Fix sparse warning about gfp_t useRoland Dreier1-1/+1
2014-06-02IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina4-19/+25
2014-06-02IB: Add a QP creation flag to use GFP_NOIO allocationsOr Gerlitz1-3/+15
2014-06-02IB: Return error for unsupported QP creation flagsOr Gerlitz2-1/+5
2014-06-02IB: Allow build of hw/ and ulp/ subdirectories independentlyYann Droneaud3-17/+19
2014-06-02Revert "net/mlx4_en: Use affinity hint"David S. Miller1-1/+1