summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mlx5-fixes-2023-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-06-013-14/+12
|\
| * net/mlx5: Read embedded cpu after init bit clearedMoshe Shemesh2023-05-311-1/+1
| * net/mlx5e: Fix error handling in mlx5e_refresh_tirsSaeed Mahameed2023-05-311-7/+4
| * net/mlx5: Ensure af_desc.mask is properly initializedChuck Lever2023-05-311-1/+1
| * net/mlx5: Fix setting of irq->map.index for static IRQ caseNiklas Schnelle2023-05-311-4/+5
| * net/mlx5: Remove rmap also in case dynamic MSIX not supportedShay Drory2023-05-311-1/+1
* | ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski2023-06-011-1/+1
* | net: phy: mxl-gpy: extend interrupt fix to all impacted variantsXu Liang2023-06-011-13/+3
* | net: renesas: rswitch: Fix return value in error path of xmitYoshihiro Shimoda2023-06-011-1/+1
* | net: dsa: mv88e6xxx: Increase wait after reset deactivationAndreas Svensson2023-06-011-1/+1
* | net: ipa: Use correct value for IPA_STATUS_SIZEBert Karwatzki2023-06-011-1/+1
* | sfc: fix error unwinds in TC offloadEdward Cree2023-05-311-15/+12
|/
* net: mana: Fix perf regression: remove rx_cqes, tx_cqes countersHaiyang Zhang2023-05-302-12/+0
* net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818Sebastian Krzyszkowiak2023-05-291-1/+1
* amd-xgbe: fix the false linkup in xgbe_phy_statusRaju Rangoju2023-05-261-3/+9
* Merge tag 'mlx5-fixes-2023-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-05-2517-167/+241
|\
| * net/mlx5: Fix check for allocation failure in comp_irqs_request_pci()Dan Carpenter2023-05-241-1/+1
| * net/mlx5: DR, Add missing mutex init/destroy in pattern managerYevgeny Kliteynik2023-05-241-0/+3
| * net/mlx5e: Move Ethernet driver debugfs to profile init callbackJianbo Liu2023-05-242-5/+11
| * net/mlx5e: Don't attach netdev profile while handling internal errorDmytro Linkin2023-05-241-4/+31
| * net/mlx5: Fix post parse infra to only parse every action onceVlad Buslov2023-05-243-5/+12
| * net/mlx5e: Use query_special_contexts cmd only once per mdevDragos Tatulea2023-05-243-21/+25
| * net/mlx5: fw_tracer, Fix event handlingShay Drory2023-05-241-1/+1
| * net/mlx5: SF, Drain health before removing deviceShay Drory2023-05-241-0/+1
| * net/mlx5: Drain health before unregistering devlinkShay Drory2023-05-241-3/+4
| * net/mlx5e: Do not update SBCM when prio2buffer command is invalidMaher Sanalla2023-05-241-2/+2
| * net/mlx5e: Consider internal buffers size in port buffer calculationsMaher Sanalla2023-05-243-21/+36
| * net/mlx5e: Prevent encap offload when neigh update is runningChris Mi2023-05-241-17/+20
| * net/mlx5e: Extract remaining tunnel encap code to dedicated fileChris Mi2023-05-243-87/+94
* | net: stmmac: fix call trace when stmmac_xdp_xmit() is invokedWei Fang2023-05-252-2/+7
* | net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressureThomas Bogendoerfer2023-05-251-6/+7
* | net: phy: mscc: enable VSC8501/2 RGMII RX clockDavid Epping2023-05-242-26/+29
* | net: phy: mscc: remove unnecessary phydev lockingDavid Epping2023-05-241-4/+0
* | net: phy: mscc: add support for VSC8501David Epping2023-05-242-0/+26
* | net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLEDavid Epping2023-05-241-0/+1
|/
* Merge tag 'mlx5-fixes-2023-05-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2023-05-2416-58/+173
|\
| * net/mlx5: Fix indexing of mlx5_irqShay Drory2023-05-221-4/+5
| * net/mlx5: Fix irq affinity managementShay Drory2023-05-221-1/+1
| * net/mlx5: Free irqs only on shutdown callbackShay Drory2023-05-223-1/+31
| * net/mlx5: Devcom, serialize devcom registrationShay Drory2023-05-221-5/+14
| * net/mlx5: Devcom, fix error flow in mlx5_devcom_register_deviceShay Drory2023-05-221-1/+2
| * net/mlx5: E-switch, Devcom, sync devcom events and devcom comp registerShay Drory2023-05-222-1/+9
| * net/mlx5e: TC, Fix using eswitch mapping in nic modePaul Blakey2023-05-221-7/+27
| * net/mlx5e: Fix SQ wake logic in ptp napi_poll contextRahul Rameshbabu2023-05-223-7/+16
| * net/mlx5e: Fix deadlock in tc route query codeVlad Buslov2023-05-223-20/+48
| * net/mlx5: Fix error message when failing to allocate device memoryRoi Dayan2023-05-221-1/+1
| * net/mlx5e: Use correct encap attribute during invalidationVlad Buslov2023-05-221-1/+3
| * net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik2023-05-221-1/+3
| * net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUsErez Shitrit2023-05-221-1/+2
| * net/mlx5: Handle pairing of E-switch via uplink un/load APIsShay Drory2023-05-223-6/+9