summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...Jack Morgenstein2017-01-161-2/+3
* net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein2016-12-291-21/+1Star
* net/mlx4_core: Use-after-free causes a resource leak in flow-steering detachJack Morgenstein2016-12-291-2/+4
* IB/mlx4: avoid a -Wmaybe-uninitialize warningArnd Bergmann2016-10-291-2/+3
* net/mlx4_core: Preparation for VF vlan protocol 802.1adMoshe Shemesh2016-09-241-7/+33
* net/mlx4: Fix some indent inconsistancyChristophe Jaillet2016-07-051-12/+10Star
* mlx4: add missing braces in verify_qp_parametersArnd Bergmann2016-03-141-1/+2
* net/mlx4_core: Fix potential corruption in counters databaseEran Ben Elisha2016-02-171-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-181-2/+3
|\
| * net/mlx4_core: fix handling return value of mlx4_slave_convert_portAndrzej Hajda2015-12-151-2/+3
* | net/mlx4_core: Support mirroring VF DMFS rules on both portsMoni Shoua2015-12-071-9/+184
|/
* net/mlx4_core: Fix sleeping while holding spinlock at rem_slave_countersEran Ben Elisha2015-11-161-12/+27
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-071-7/+23
|\
| * net/mlx4_core: Add support for filtering multicast loopbackMaor Gottlieb2015-10-221-7/+23
* | net/mlx4_core: Fix resource tracker error flow in add_res_rangeSaeed Mahameed2015-10-091-1/+3
|/
* net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha2015-06-161-0/+48
* net/mlx4_core: Add port attribute when tracking countersEran Ben Elisha2015-06-161-3/+87
* net/mlx4_core: Adjust counter grant policy in the resource trackerEran Ben Elisha2015-06-161-4/+31
* net/mlx4_core: Demote simple multicast and broadcast flow steering rulesMatan Barak2015-05-311-0/+23
* net/mlx4_core: Adjust the schedule queue port in reset-to-init tooOr Gerlitz2015-05-251-0/+8
* net/mlx4_core: Adjust the schedule queue port for single ported IB VFsOr Gerlitz2015-05-251-2/+2
* net/mlx4: Avoid 'may be used uninitialized' warningsBjorn Helgaas2015-05-151-4/+4
* net/mlx4_core: Work properly with EQ numbers > 256 in SRIOVYishai Hadas2015-05-061-7/+7
* net/mlx4: Added qos_vport QP configuration in VST modeIdo Shamay2015-04-021-0/+6
* net/mlx4: Make mlx4_is_eth visible inline funcionIdo Shamay2015-04-021-5/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-0/+6
|\
| * net/mlx4_core: Fix GEN_EQE accessing uninitialixed mutexJack Morgenstein2015-03-241-0/+6
* | net/mlx4_core: Add basic support for QP max-rate limitingOr Gerlitz2015-03-181-1/+5
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-091-1/+1
|/
* net/mlx4_core: Fix wrong mask and error flow for the update-qp commandOr Gerlitz2015-03-021-3/+6
* net/mlx4_core: Fix mpt_entry initialization in mlx4_mr_rereg_mem_write()Maor Gottlieb2015-02-051-1/+1
* net/mlx4_core: Port aggregation upper layer interfaceMoni Shoua2015-02-051-0/+3
* net/mlx4_core: Fix HW2SW_EQ to conform to the firmware specJack Morgenstein2015-01-281-12/+4Star
* net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas2015-01-251-13/+23
* net/mlx4: Change QP allocation schemeEugenia Emantayev2014-12-111-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-301-1/+1
|\
| * net/mlx4_core: Limit count field to 24 bits in qp_alloc_resJack Morgenstein2014-11-261-1/+1
* | net/mlx4_core: Add retrieval of CONFIG_DEV parametersMatan Barak2014-11-031-0/+17
|/
* net/mlx4: Set vlan stripping policy by the right commandMatan Barak2014-09-111-2/+16
* net/mlx4: Avoid dealing with MAC index in UPDATE_QP wrapper if not neededMatan Barak2014-09-111-7/+11
* net/mlx4: Use the correct VSD mask in UPDATE_QPMatan Barak2014-09-111-1/+1
* mlx4_core: Add helper functions to support MR re-registrationMatan Barak2014-08-021-2/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-51/+73
|\
| * net/mlx4_core: Fix SRIOV free-pool management when enforcing resource quotasJack Morgenstein2014-06-111-4/+37
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-041-1/+2
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-0/+54
| |\ \
| * | | net/mlx4_core: Replace pr_warning() with pr_warn()Amir Vadai2014-05-221-5/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-0/+23
| |\ \ \
| * | | | mellanox: Logging message cleanupsJoe Perches2014-05-091-42/+31Star
* | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-06-101-7/+23
|\ \ \ \ \ | |_|_|_|/ |/| | | |