aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-14IB/mlx4: Take source GID by index from HW GID tableTalat Batheesh1-24/+32
2017-01-10RDMA: Adding ethertype ETH_P_IBOESelvin Xavier1-5/+1
2016-12-14IB/mlx4: Rework special QP creation error pathBart Van Assche1-2/+4
2016-12-13IB/mlx4: Fix out-of-range array index in destroy qp flowJack Morgenstein1-1/+2
2016-12-13IB/mlx4: Check if GRH is available before using itEran Ben Elisha1-2/+2
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+23
2016-10-07IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packetsJack Morgenstein1-1/+22
2016-10-07IB/mlx4: Move user vendor structuresLeon Romanovsky1-1/+1
2016-09-16IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOVJack Morgenstein1-2/+3
2016-09-16IB/mlx4: Fix code indentation in QP1 MAD flowJack Morgenstein1-17/+19
2016-07-19net/mlx4_en: break out tx_desc write into separate functionBrenden Blanco1-5/+6
2016-06-23IB/mlx4: Fix memory leak if QP creation failedDotan Barak1-1/+3
2016-06-23IB/mlx4: Fix the SQ size of an RC QPYishai Hadas1-1/+1
2016-05-05net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky1-6/+21
2016-02-17net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen1-2/+5
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-08IB/mlx4: Use vmalloc for WR buffers when neededWengang Wang1-6/+13
2015-10-28IB/mlx4: Remove old FRWR API supportSagi Grimberg1-31/+0
2015-10-28IB/mlx4: Support the new memory registration APISagi Grimberg1-0/+25
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-85/+93
2015-10-21IB/core: Use GID table in AH creation and dmac resolutionMatan Barak1-10/+37
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-2/+3
2015-10-21IB/mlx4: Add support for blocking multicast loopback QP creation user flagEran Ben Elisha1-5/+8
2015-10-21IB/mlx4: Add counter based implementation for QP multicast loopback blockEran Ben Elisha1-0/+67
2015-10-21IB/mlx4: Add IB counters tableEran Ben Elisha1-3/+5
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-85/+93
2015-08-30IB/mlx4: Replace mechanism for RoCE GID managementMoni Shoua1-3/+7
2015-06-15IB/mlx4: Add RoCE/IB dedicated countersEran Ben Elisha1-2/+2
2015-06-15net/mlx4_core: Add sink counterEran Ben Elisha1-1/+2
2015-04-15Merge branches 'cve-fixup', 'ipoib', 'iser', 'misc-4.1', 'or-mlx4' and 'srp' into for-4.1Doug 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/roland/infinibandLinus Torvalds1-2/+4
2015-02-17IB/mlx4: Fix memory leak in __mlx4_ib_modify_qpMajd Dibbiny1-2/+4
2015-02-09IB/mlx4: Reset flow support for IB kernel ULPsYishai Hadas1-6/+53
2015-02-04IB/mlx4: Load balance ports in port aggregation modeMoni Shoua1-0/+19
2015-02-04IB/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-23Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus 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