summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-08-17netconsole: Enable compile time configurationBreno Leitao
2023-08-17netconsole: Create a allocation helperBreno Leitao
2023-08-17net: mdio: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt
2023-08-17net: ena: Use pci_dev_id() to simplify the codeJialin Zhang
2023-08-17tun: add __exit annotations to module exit func tun_cleanup()Ziyang Xuan
2023-08-16Revert "net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode"Jakub Kicinski
2023-08-16e1000e: Use PME poll to circumvent unreliable ACPI wakeKai-Heng Feng
2023-08-16net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel modeGrygorii Strashko
2023-08-16wlcore: spi: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-16net: qualcomm: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-16net: gemini: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-16net: dsa: rzn1-a5psw: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-16net: dsa: realtek: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-16nfc: virtual_ncidev: Use module_misc_device macro to simplify the codeLi Zetao
2023-08-16net: hns3: fix wrong rpu tln reg issueJijie Shao
2023-08-16net: hns3: Support tlv in regs data for HNS3 VF driverJijie Shao
2023-08-16net: hns3: Support tlv in regs data for HNS3 PF driverJijie Shao
2023-08-16net: hns3: move dump regs function to a separate fileJijie Shao
2023-08-16net: fec: improve XDP_TX performanceWei Fang
2023-08-16net: fec: add XDP_TX feature supportWei Fang
2023-08-15Merge tag 'mlx5-updates-2023-08-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2023-08-15eth: r8152: try to use a normal budgetJakub Kicinski
2023-08-15net: e1000e: Remove unused declarationsYue Haibing
2023-08-15qed: remove unused 'resp_size' calculationArnd Bergmann
2023-08-15net: phy: mediatek-ge-soc: support PHY LEDsDaniel Golle
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski
2023-08-14net: dsa: mv88e6060: add phylink_get_caps implementationRussell King (Oracle)
2023-08-14net/mlx5: Don't query MAX caps twiceShay Drory
2023-08-14net/mlx5: Remove unused MAX HCA capabilitiesShay Drory
2023-08-14net/mlx5: Remove unused CAPsShay Drory
2023-08-14net/mlx5: Fix error message in mlx5_sf_dev_state_change_handler()Jiri Pirko
2023-08-14net/mlx5: Remove redundant check of mlx5_vhca_event_supported()Jiri Pirko
2023-08-14net/mlx5: Use mlx5_sf_start_function_id() helper instead of directly calling ...Jiri Pirko
2023-08-14net/mlx5: Remove redundant SF supported check from mlx5_sf_hw_table_init()Jiri Pirko
2023-08-14net/mlx5: Use auxiliary_device_uninit() instead of device_put()Jiri Pirko
2023-08-14net/mlx5: E-switch, Add checking for flow rule destinationsJianbo Liu
2023-08-14net/mlx5: Check with FW that sync reset completed successfullyMoshe Shemesh
2023-08-14net/mlx5: Expose max possible SFs via devlink resourceShay Drory
2023-08-14net/mlx5e: Add recovery flow for tx devlink health reporter for unhealthy PTP SQRahul Rameshbabu
2023-08-14net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEsRahul Rameshbabu
2023-08-14net: phy: Introduce PSGMII PHY interface modeGabor Juhos
2023-08-14mlxsw: spectrum: Stop ignoring learning notifications from redirected trafficIdo Schimmel
2023-08-14mlxsw: spectrum_flower: Disable learning and security lookup when redirectingIdo Schimmel
2023-08-14mlxsw: core_acl_flex_actions: Add IGNORE_ACTIONIdo Schimmel
2023-08-14net: stmmac: xgmac: show more MAC HW features in debugfsFurong Xu
2023-08-14vxlan: Use helper functions to update statsLi Zetao
2023-08-14net: macsec: Use helper functions to update statsLi Zetao
2023-08-14vmxnet3: Add XDP support.William Tu
2023-08-13Merge tag 'for-net-next-2023-08-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller