summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-08-23net/mlx5: Don't register ops for non-PF/VF/SF port and avoid checks in opsJiri Pirko4-19/+10
2023-08-23net/mlx5: Remove no longer used mlx5_esw_offloads_sf_vport_enable/disable()Jiri Pirko3-92/+0
2023-08-23net/mlx5: Introduce mlx5_eswitch_load/unload_sf_vport() and use it from SF codeJiri Pirko5-8/+64
2023-08-23net/mlx5: Allow mlx5_esw_offloads_devlink_port_register() to register SFsJiri Pirko1-16/+21
2023-08-23net/mlx5: Push devlink port PF/VF init/cleanup calls out of devlink_port_regi...Jiri Pirko4-20/+58
2023-08-23net/mlx5: Push out SF devlink port init and cleanup code to separate helpersJiri Pirko1-10/+51
2023-08-23net/mlx5: Rework devlink port alloc/free into init/cleanupJiri Pirko1-22/+43
2023-08-22Merge tag 'mlx5-updates-2023-08-16' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski12-83/+182
2023-08-22vrf: Remove unnecessary RCU-bh critical sectionIdo Schimmel1-2/+0
2023-08-22vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMICIdo Schimmel1-1/+1
2023-08-22net: ethernet: ti: Remove unused declarationsYue Haibing2-3/+0
2023-08-22net: microchip: Remove unused declarationsYue Haibing3-7/+0
2023-08-22ionic: Remove unused declarationsYue Haibing3-3/+0
2023-08-22net: mscc: ocelot: Remove unused declarationsYue Haibing2-3/+0
2023-08-22net: dsa: microchip: Remove unused declarationsYue Haibing2-4/+0
2023-08-22bonding: update port speed when getting bond speedHangbin Liu1-0/+1
2023-08-22alx: fix OOB-read compiler warningGONG, Ruiqi1-3/+2
2023-08-22net: pcs: lynxi: implement pcs_disable opDaniel Golle1-0/+8
2023-08-21Revert "pds_core: Fix some kernel-doc comments"Jakub Kicinski1-2/+2
2023-08-21net/mlx5: Devcom, only use devcom after NULL check in mlx5_devcom_send_event()Li Zetao1-1/+2
2023-08-21net/mlx5: DR, Supporting inline WQE when possibleItamar Gozlan1-13/+102
2023-08-21net/mlx5: Rename devlink port ops struct for PFs/VFsJiri Pirko1-2/+2
2023-08-21net/mlx5: Remove VPORT_UPLINK handling from devlink_port.cJiri Pirko1-10/+2
2023-08-21net/mlx5: Call mlx5_esw_offloads_rep_load/unload() for uplink port directlyJiri Pirko1-12/+8
2023-08-21net/mlx5: Remove health syndrome enum duplicationGal Pressman1-25/+11
2023-08-21net/mlx5: DR, Remove unneeded local variableYevgeny Kliteynik1-1/+0
2023-08-21net/mlx5: DR, Fix code indentationYevgeny Kliteynik1-1/+1
2023-08-21net/mlx5: IRQ, consolidate irq and affinity mask allocationSaeed Mahameed1-8/+6
2023-08-21net/mlx5e: Fix spelling mistake "Faided" -> "Failed"Colin Ian King1-1/+1
2023-08-21net/mlx5e: aRFS, Introduce ethtool statsAdham Faris3-8/+44
2023-08-21net/mlx5e: aRFS, Warn if aRFS table does not exist for aRFS ruleAdham Faris1-0/+2
2023-08-21net/mlx5e: aRFS, Prevent repeated kernel rule migrations requestsAdham Faris1-1/+1
2023-08-21pds_core: Fix some kernel-doc commentsYang Li1-2/+2
2023-08-20net: stmmac: Check more MAC HW features for XGMAC Core 3.20Furong Xu5-8/+149
2023-08-20net: lan743x: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: bcmgenet: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: bgmac: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: dsa: realtek: add phylink_get_caps implementationRussell King (Oracle)1-0/+28
2023-08-19net: microchip: sparx5: Update return value check for vcap_get_rule()Ruan Jinjie1-1/+1
2023-08-19net: lan966x: Fix return value check for vcap_get_rule()Ruan Jinjie1-2/+2
2023-08-19net: microchip: vcap api: Always return ERR_PTR for vcap_get_rule()Ruan Jinjie1-1/+1
2023-08-19net: mdio: xgene: remove useless xgene_mdio_statusRussell King (Oracle)1-3/+0
2023-08-19stmmac: intel: Enable correction of MAC propagation delayKurt Kanzenbach1-0/+1
2023-08-19net: freescale: Remove unused declarationsYue Haibing2-9/+0
2023-08-19bnxt_en: Add tx_resets ring counterMichael Chan3-0/+10
2023-08-19bnxt_en: Display the ring error counters under ethtool -SMichael Chan1-25/+23
2023-08-19bnxt_en: Save ring error counters across resetMichael Chan2-1/+46
2023-08-19bnxt_en: Increment rx_resets counter in bnxt_disable_napi()Michael Chan1-5/+7
2023-08-19bnxt_en: Let the page pool manage the DMA mappingSomnath Kotur1-22/+10
2023-08-19bnxt_en: Use the unified RX page pool buffers for XDP and non-XDPSomnath Kotur2-60/+14