summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Remove counter from idr after removing it from listVlad Buslov2018-10-181-5/+13
* net/mlx5: Take fs_counters dellist before addlistVlad Buslov2018-10-181-5/+8
* net/mlx5: Refactor fragmented buffer struct fields and init flowTariq Toukan2018-10-181-73/+47Star
* net/mlx5e: Support offloading tc priorities and chains for eswitch flowsPaul Blakey2018-10-174-12/+50
* net/mlx5e: Use a slow path rule instead if vxlan neighbour isn't availablePaul Blakey2018-10-171-22/+82
* net/mlx5: E-Switch, Enable setting goto slow path chain actionPaul Blakey2018-10-172-0/+8
* net/mlx5e: Avoid duplicated code for tc offloads add/del fdb ruleOr Gerlitz2018-10-171-41/+50
* net/mlx5e: For TC offloads, always add new flow instead of appending the actionsPaul Blakey2018-10-172-3/+3
* net/mlx5: Add a no-append flow insertion modePaul Blakey2018-10-173-3/+10
* net/mlx5: E-Switch, Add chains and prioritiesPaul Blakey2018-10-173-86/+339
* net/mlx5: E-Switch, Have explicit API to delete fwd rulesOr Gerlitz2018-10-173-2/+14
* net/mlx5: Split FDB fast path prio to multiple namespacesPaul Blakey2018-10-174-11/+99
* net/mlx5e: Split TC add rule path for nic vs e-switchRoi Dayan2018-10-171-47/+138
* net/mlx5e: Change return type of tc add flow functionsRabie Loulou2018-10-171-47/+39Star
* net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch2018-10-177-16/+16
* net/mlx5: E-Switch, Get counters for offloaded flows from callersMark Bloch2018-10-174-35/+33Star
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2018-10-1712-132/+233
|\
| * net/mlx5: Set uid as part of DCT commandsYishai Hadas2018-09-251-0/+4
| * net/mlx5: Set uid as part of SRQ commandsYishai Hadas2018-09-251-3/+27
| * net/mlx5: Set uid as part of SQ commandsYishai Hadas2018-09-251-2/+14
| * net/mlx5: Set uid as part of RQ commandsYishai Hadas2018-09-251-2/+14
| * net/mlx5: Set uid as part of QP commandsYishai Hadas2018-09-251-18/+27
| * net/mlx5: Set uid as part of CQ commandsYishai Hadas2018-09-251-0/+4
| * net/mlx5: Rename incorrect naming in IFC fileMark Bloch2018-09-211-1/+1
| * net/mlx5: Export packet reformat alloc/dealloc functionsMark Bloch2018-09-052-8/+2Star
| * net/mlx5: Pass a namespace for packet reformat ID allocationMark Bloch2018-09-053-1/+12
| * {net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch2018-09-058-64/+77
| * net/mlx5: Move header encap type to IFC header fileMark Bloch2018-09-051-5/+0Star
| * net/mlx5: Break encap/decap into two separated flow table creation flagsMark Bloch2018-09-052-4/+6
| * 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