summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | net/mlx5: Add support for more namespaces when allocating modify headerMark Bloch2018-09-051-0/+5
| * | net/mlx5: Export modify header alloc/dealloc functionsMark Bloch2018-09-052-5/+2Star
| * | net/mlx5: Add proper NIC TX steering flow tables supportMark Bloch2018-09-052-13/+40
| * | net/mlx5: Cleanup flow namespace getter switch logicMark Bloch2018-09-051-18/+6Star
| * | net/mlx5: Add memic command opcode to command checkerAriel Levkovich2018-09-041-0/+4
* | | net/mlx5e: Do not ignore netdevice TX/RX queues numberFeras Daoud2018-10-117-28/+37
* | | net/mlx5e: Use non-delayed work for update statsSaeed Mahameed2018-10-113-11/+19
* | | net/mlx5e: Initialize all netdev common structures in one placeSaeed Mahameed2018-10-114-51/+36Star
* | | net/mlx5e: Always initialize update stats delayed workFeras Daoud2018-10-113-5/+3Star
* | | net/mlx5e: Gather common netdev init/cleanup functionality in one placeFeras Daoud2018-10-116-49/+87
* | | RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov2018-10-111-41/+46
* | | Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-10-0410-85/+265
|\ \ \
| * | | net/mlx5: Add Fast teardown supportFeras Daoud2018-10-044-21/+95
| * | | net/mlx5e: Add new counter for aRFS rule insertion failuresEran Ben Elisha2018-10-043-2/+10
| * | | net/mlx5e: Add extack messages for TC offload failuresEli Britstein2018-10-041-38/+118
| * | | net/mlx5e: E-Switch, Add extack messages to devlink callbacksEli Britstein2018-10-041-14/+24
| * | | devlink: Add extack for eswitch operationsEli Britstein2018-10-042-10/+18
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-046-5/+74
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | net/mlx5e: Set vlan masks for all offloaded TC rulesJianbo Liu2018-10-011-0/+3
| * | net/mlx5: E-Switch, Fix out of bound access when setting vport rateEran Ben Elisha2018-10-011-2/+2
| * | net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rulesAlaa Hleihel2018-10-015-3/+69
* | | net/mlx5: Cache the system image guidAlaa Hleihel2018-10-012-2/+11
* | | net/mlx5e: Allow reporting of checksum unnecessaryOr Gerlitz2018-10-014-0/+37
* | | net/mlx5e: Enable reporting checksum unnecessary also for L3 packetsOr Gerlitz2018-10-011-1/+2
* | | net/mlx5e: Add ethtool control of ring params to VF representorsGavi Teitz2018-10-011-0/+18
* | | net/mlx5e: Enable multi-queue and RSS for VF representorsGavi Teitz2018-10-011-11/+129
* | | net/mlx5e: Expose ethtool rss key size / indirection table functionsOr Gerlitz2018-10-012-2/+16
* | | net/mlx5e: Expose function for building RSS paramsGavi Teitz2018-10-012-4/+10
* | | net/mlx5e: Provide explicit directive if to create inner indirect tirsOr Gerlitz2018-10-013-12/+12
* | | net/mlx5: E-Switch, Provide flow dest when creating vport rx ruleGavi Teitz2018-10-013-7/+9
* | | net/mlx5e: Extract creation of rep's default flow ruleGavi Teitz2018-10-011-9/+16
* | | net/mlx5e: Enable stateless offloads for VF representor netdevsGavi Teitz2018-10-011-0/+10
* | | net/mlx5e: Change VF representors' RQ typeGavi Teitz2018-10-013-18/+25
* | | net/mlx5e: Ethtool steering, Support masks for l3/l4 filtersOr Gerlitz2018-10-011-40/+16Star
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-254-22/+4Star
|\| |
| * | mlx5: remove ndo_poll_controllerEric Dumazet2018-09-241-19/+0Star
| * | net/mlx5e: TLS, Read capabilities only when it is safeSaeed Mahameed2018-09-181-1/+2
| * | net/mlx5: Check for SQ and not RQ state when modifying hairpin SQAlaa Hleihel2018-09-181-1/+1
| * | net/mlx5: Fix read from coherent memoryEli Cohen2018-09-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-138-56/+75
|\| |
| * | net/mlx5: Fix possible deadlock from lockdep when adding fte to fgRoi Dayan2018-09-061-37/+37
| * | net/mlx5e: Ethtool steering, fix udp source port valueSaeed Mahameed2018-09-061-1/+1
| * | net/mlx5: Check for error in mlx5_attach_interfaceHuy Nguyen2018-09-061-5/+10
| * | net/mlx5: Consider PCI domain in search for next devDaniel Jurgens2018-09-061-3/+4
| * | net/mlx5: Fix not releasing read lock when adding flow rulesRoi Dayan2018-09-061-0/+2
| * | net/mlx5: E-Switch, Fix memory leak when creating switchdev mode FDB tablesRaed Salem2018-09-061-0/+1
| * | net/mlx5: Use u16 for Work Queue buffer strides offsetTariq Toukan2018-09-061-1/+1
| * | net/mlx5: Use u16 for Work Queue buffer fragment sizeTariq Toukan2018-09-062-3/+3
| * | net/mlx5: Fix debugfs cleanup in the device init/remove flowJack Morgenstein2018-09-061-2/+4
| * | net/mlx5: Fix use-after-free in self-healing flowJack Morgenstein2018-09-062-4/+12