aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23net/mlx4: Fix irq-unsafe spinlock usageJack Morgenstein1-2/+2
2018-01-15IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH portsJack Morgenstein1-0/+3
2017-10-22drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_tElena Reshetova1-4/+4
2017-10-09net/mlx4: Fix endianness issue in qp context paramsTariq Toukan1-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-19/+12
2017-09-03net/mlx4_core: fix incorrect size allocation for dev->caps.spec_qpsColin Ian King1-2/+3
2017-08-29net/mlx4_core: Dynamically allocate structs at mlx4_slave_capEran Ben Elisha1-16/+8
2017-08-16mlx4: sizeof style usagestephen hemminger1-6/+6
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh1-2/+3
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky1-10/+10
2017-06-05net/mlx4: Check if Granular QoS per VF has been enabled before updating QP qos_vportIdo Shamay1-0/+6
2017-06-04net/mlx4: Fix the check in attaching steering rulesTalat Batheesh1-0/+13
2017-02-23net/mlx4: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz1-1/+1
2016-01-19net/mlx4_core: Add support for RoCE v2 entropyMoni Shoua1-0/+26
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+18
2015-10-21net/mlx4_core: Add support for filtering multicast loopbackMaor Gottlieb1-1/+18
2015-10-09net/mlx4_core: Fix mailbox leak in error flow when performing update qpJack Morgenstein1-3/+3
2015-06-11net/mlx4: use swap() in mlx4_init_qp_table()Fabian Frederick1-6/+3
2015-04-02net/mlx4: Added qos_vport QP configuration in VST modeIdo Shamay1-0/+5
2015-03-18net/mlx4_core: Add basic support for QP max-rate limitingOr Gerlitz1-0/+5
2015-03-02net/mlx4_core: Fix wrong mask and error flow for the update-qp commandOr Gerlitz1-1/+0
2015-02-04net/mlx4_core: Port aggregation upper layer interfaceMoni Shoua1-0/+2
2014-12-11net/mlx4: Add support for A0 steeringMatan Barak1-2/+2
2014-12-11net/mlx4: Add A0 hybrid steeringMatan Barak1-16/+261
2014-12-11net/mlx4: Add a check if there are too many reserved QPsDotan Barak1-1/+7
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev1-5/+19
2014-09-10net/mlx4: Set vlan stripping policy by the right commandMatan Barak1-2/+10
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+3
2014-06-10Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-10/+10
2014-06-04mlx4_core: Fix GFP flags parameters to be gfp_tRoland Dreier1-1/+1
2014-06-02IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina1-10/+10
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+35
2014-05-16net/mlx4_core: Add UPDATE_QP SRIOV wrapper supportMatan Barak1-0/+35
2014-05-08mellanox: Logging message cleanupsJoe Perches1-4/+3
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-09mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and MPTsJack Morgenstein1-1/+1
2013-11-04mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein1-2/+1
2013-03-07net/mlx4_core: Fix endianness bug in set_param_lJack Morgenstein1-4/+4
2012-09-30mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculationsJack Morgenstein1-20/+51
2012-09-30mlx4_core: INIT/CLOSE port logic for IB ports in SR-IOV modeJack Morgenstein1-4/+34
2012-09-30mlx4_core: Add proxy and tunnel QPs to the reserved QP areaJack Morgenstein1-3/+26
2012-03-06mlx4_core: remove buggy sched_queue maskingYevgeny Petrilin1-5/+0
2012-01-22mlx4_core: removed function index from vf.Marcel Apfelbaum1-1/+1
2011-12-13mlx4_core: resource tracking for HCA resources used by guestsEli Cohen1-4/+4
2011-12-13mlx4_core: qp modifications for SRIOVJack Morgenstein1-54/+181
2011-12-13mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed)Jack Morgenstein1-4/+7
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+3
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-08-11mlx4: Move the Mellanox driverJeff Kirsher1-0/+380