summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum_router: Consolidate MAC profiles when possibleDanielle Ratson2021-12-141-1/+2
* net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang2021-12-011-2/+7
* net/mlx5e: SHAMPO, Fix constant expression resultBen Ben-Ishay2021-11-301-5/+3
* net/mlx5: Fix access to a non-supported registerAya Levin2021-11-302-6/+4
* net/mlx5: Fix too early queueing of log timestamp workGal Pressman2021-11-301-2/+3
* net/mlx5: Fix use after free in mlx5_health_wait_pci_upAmir Tzin2021-11-303-13/+15
* net/mlx5: E-Switch, Use indirect table only if all destinations support itMaor Dickman2021-11-301-4/+15
* net/mlx5: E-Switch, Check group pointer before reading bw_share valueDmytro Linkin2021-11-301-1/+1
* net/mlx5: E-Switch, fix single FDB creation on BlueFieldMark Bloch2021-11-301-0/+1
* net/mlx5: E-switch, Respect BW share of the new groupDmytro Linkin2021-11-301-1/+1
* net/mlx5: Lag, Fix recreation of VF LAGMaor Gottlieb2021-11-301-0/+1
* net/mlx5: Move MODIFY_RQT command to ignore list in internal error stateMoshe Shemesh2021-11-301-1/+1
* net/mlx5e: Sync TIR params updates against concurrent create/modifyTariq Toukan2021-11-303-27/+44
* net/mlx5e: Fix missing IPsec statistics on uplink representorRaed Salem2021-11-301-0/+4
* net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of encaps...Raed Salem2021-11-301-1/+1
* net/mlx4_en: Update reported link modes for 1/10GErik Ekman2021-11-291-3/+3
* mlxsw: spectrum: Protect driver from buggy firmwareAmit Cohen2021-11-231-1/+1
* mlxsw: spectrum: Allow driver to load with old firmware versionsDanielle Ratson2021-11-231-4/+4
* net/mlx5: E-Switch, return error if encap isn't supportedRaed Salem2021-11-161-1/+1
* net/mlx5: Lag, update tracker when state change event receivedMaher Sanalla2021-11-161-15/+13
* net/mlx5e: CT, Fix multiple allocations and memleak of mod actsRoi Dayan2021-11-163-11/+25
* net/mlx5: Fix flow counters SF bulk query lenAvihai Horon2021-11-161-1/+1
* net/mlx5: E-Switch, rebuild lag only when neededMark Bloch2021-11-161-2/+10
* net/mlx5: Update error handler for UCTX and UMEMNeta Ostrovsky2021-11-161-2/+2
* net/mlx5: DR, Fix check for unsupported fields in match paramYevgeny Kliteynik2021-11-161-5/+6
* net/mlx5: DR, Handle eswitch manager and uplink vports separatelyYevgeny Kliteynik2021-11-162-33/+24
* net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove()Valentine Fatiev2021-11-162-3/+6
* net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdevPaul Blakey2021-11-162-9/+7
* net/mlx5e: Wait for concurrent flow deletion during neigh/fib eventsVlad Buslov2021-11-163-1/+10
* net/mlx5e: kTLS, Fix crash in RX resync flowTariq Toukan2021-11-161-6/+17
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-1/+1
|\
| * net/mlx5: Lag, fix a potential Oops with mlx5_lag_create_definer()Dan Carpenter2021-11-101-1/+1
* | Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-084-238/+9
|\ \
| * | net: mellanox: mlxbf_gige: Replace non-standard interrupt handlingAsmaa Mnebhi2021-10-294-238/+9
* | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+1
|\ \ \
| * | | mlxsw: pci: Use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König2021-10-121-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-11-031-3/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-0112-67/+97
| |\ \ \
| * | | | RDMA/mlx5: Use dev_addr_mod()Jakub Kicinski2021-10-251-3/+5
| * | | | Merge brank 'mlx5_mkey' into rdma.git for-nextJason Gunthorpe2021-10-1928-225/+313
| |\ \ \ \
| * \ \ \ \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-10-121-8/+46
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.15-rc4' into rdma.get for-nextJason Gunthorpe2021-10-042-19/+32
| |\ \ \ \ \ \
* | | | | | | | net/mlx5: Support internal port as decap route deviceAriel Levkovich2021-10-292-13/+40
* | | | | | | | net/mlx5e: Term table handling of internal port rulesAriel Levkovich2021-10-291-2/+2
* | | | | | | | net/mlx5e: Add indirect tc offload of ovs internal portAriel Levkovich2021-10-294-19/+82
* | | | | | | | net/mlx5e: Offload internal port as encap route deviceAriel Levkovich2021-10-293-3/+41
* | | | | | | | net/mlx5e: Offload tc rules that redirect to ovs internal portAriel Levkovich2021-10-296-4/+141
* | | | | | | | net/mlx5e: Accept action skbedit in the tc actions listAriel Levkovich2021-10-291-0/+7
* | | | | | | | net/mlx5: E-Switch, Add ovs internal port mapping to metadata supportAriel Levkovich2021-10-2911-9/+607
* | | | | | | | net/mlx5e: Use generic name for the forwarding dev pointerAriel Levkovich2021-10-292-5/+5