summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx4/qp.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-19IB/mlx4: Create and use another QP1 for RoCEv2Moni Shoua1-19/+140
2016-01-19IB/mlx4: Enable send of RoCE QP1 packets with IP/UDP headersMoni Shoua1-9/+51
2016-01-19IB/mlx4: Support modify_qp for RoCE v2Moni Shoua1-3/+34
2016-01-19IB/mlx4: Take source mac from AH instead from the portMoni Shoua1-22/+2
2015-12-24IB/mlx4: Convert kmalloc to kmalloc_array for checkpatchLeon Romanovsky1-2/+2
2015-12-24IB/mlx4: Suppress non-fatal memory allocationsLeon Romanovsky1-2/+4
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig1-27/+0
2015-12-23IB/core: Initialize UD header structure with IP and UDP headersMoni Shoua1-2/+5
2015-12-09IB/mlx4: Use vmalloc for WR buffers when neededWengang Wang1-6/+13
2015-10-29IB/mlx4: Remove old FRWR API supportSagi Grimberg1-31/+0
2015-10-29IB/mlx4: Support the new memory registration APISagi Grimberg1-0/+25
2015-10-29Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-85/+93
2015-10-22IB/core: Use GID table in AH creation and dmac resolutionMatan Barak1-10/+37
2015-10-22IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-2/+3
2015-10-22IB/mlx4: Add support for blocking multicast loopback QP creation user flagEran Ben Elisha1-5/+8
2015-10-22IB/mlx4: Add counter based implementation for QP multicast loopback blockEran Ben Elisha1-0/+67
2015-10-22IB/mlx4: Add IB counters tableEran Ben Elisha1-3/+5
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-85/+93
2015-08-31IB/mlx4: Replace mechanism for RoCE GID managementMoni Shoua1-3/+7
2015-06-16IB/mlx4: Add RoCE/IB dedicated countersEran Ben Elisha1-2/+2
2015-06-16net/mlx4_core: Add sink counterEran Ben Elisha1-1/+2
2015-04-15Merge branches 'cve-fixup', 'ipoib', 'iser', 'misc-4.1', 'or-mlx4' and 'srp' ...Doug Ledford1-2/+5
2015-04-15infiniband/mlx4: check for mapping errorSebastian Ott1-0/+4
2015-04-15IB/mlx4: Fix WQE LSO segment calculationErez Shitrit1-2/+1
2015-02-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+4
2015-02-18IB/mlx4: Fix memory leak in __mlx4_ib_modify_qpMajd Dibbiny1-2/+4
2015-02-10IB/mlx4: Reset flow support for IB kernel ULPsYishai Hadas1-6/+53
2015-02-05IB/mlx4: Load balance ports in port aggregation modeMoni Shoua1-0/+19
2015-02-05IB/mlx4: Reuse mlx4_mac_to_u64()Moni Shoua1-11/+1
2014-12-11net/mlx4: Add A0 hybrid steeringMatan Barak1-2/+4
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev1-4/+7
2014-09-24Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-22/+38
2014-09-22IB/mlx4: Fix VF mac handling in RoCEJack Morgenstein1-6/+10
2014-09-22IB/mlx4: Do not allow APM under RoCEJack Morgenstein1-0/+6
2014-09-22IB/mlx4: Avoid accessing netdevice when building RoCE qp1 headerJack Morgenstein1-16/+22
2014-09-11mlx4: Fix wrong endianess access with QP context flagsOr Gerlitz1-1/+1
2014-08-30mlx4: Set user-space raw Ethernet QPs to properly handle VXLAN trafficOr Gerlitz1-1/+7
2014-06-10Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-35/+67
2014-06-10Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier1-35/+67
2014-06-09IB/mlx4: Fix gfp passing in create_qp_common()Jiri Kosina1-2/+2
2014-06-03IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina1-13/+17
2014-05-30mlx4: Add infrastructure for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein1-12/+40
2014-05-30IB/mlx4: Preparation for VFs to issue/receive SMI (QP0) requests/responsesJack Morgenstein1-8/+8
2014-05-16IB/mlx4: Invoke UPDATE_QP for proxy QP1 on MAC changesMatan Barak1-0/+8
2014-04-04Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2014-03-18IB/mlx4: Fix a sparse endianness warningBart Van Assche1-1/+1
2014-03-12mlx4: Implement IP based gids support for RoCE/SRIOVJack Morgenstein1-2/+9
2014-03-12mlx4: Add ref counting to port MAC table for RoCEJack Morgenstein1-42/+243
2014-03-12mlx4: Adjust QP1 multiplexing for RoCE/SRIOVJack Morgenstein1-12/+17
2014-01-23Merge branch 'ip-roce' into for-nextRoland Dreier1-21/+83