summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-10-17net: ks8851: use %*ph to print small bufferAndy Shevchenko
2024-10-17net: usb: sr9700: only store little-endian values in __le16 variableSimon Horman
2024-10-17net: ethernet: ti: am65-cpsw: Fix uninitialized variableDan Carpenter
2024-10-17net: phy: realtek: merge the drivers for internal NBase-T PHY'sHeiner Kallweit
2024-10-17eth: fbnic: Add hardware monitoring support via HWMON interfaceSanman Pradhan
2024-10-17net: phy: realtek: clear 1000Base-T link partner advertisementDaniel Golle
2024-10-17net: phy: realtek: change order of calls in C22 read_status()Daniel Golle
2024-10-17net: phy: realtek: read duplex and gbit master from PHYSR registerDaniel Golle
2024-10-15gve: add support for basic queue statsHarshitha Ramamurthy
2024-10-15gve: adopt page pool for DQ RDA modeHarshitha Ramamurthy
2024-10-15gve: move DQO rx buffer management related code to a new fileHarshitha Ramamurthy
2024-10-15net: cxgb3: Remove stid deadcodeDr. David Alan Gilbert
2024-10-15cxgb4: Remove unused t4_free_ofld_rxqsDr. David Alan Gilbert
2024-10-15cxgb4: Remove unused cxgb4_l2t_alloc_switchingDr. David Alan Gilbert
2024-10-15cxgb4: Remove unused cxgb4_scsi_initDr. David Alan Gilbert
2024-10-15cxgb4: Remove unused cxgb4_get_srq_entryDr. David Alan Gilbert
2024-10-15cxgb4: Remove unused cxgb4_alloc/free_raw_mac_filtDr. David Alan Gilbert
2024-10-15cxgb4: Remove unused cxgb4_alloc/free_encap_mac_filtDr. David Alan Gilbert
2024-10-15net: ethernet: fs_enet: Use %pa to format resource_size_tSimon Horman
2024-10-15net: fec_mpc52xx_phy: Use %pa to format resource_size_tSimon Horman
2024-10-15net: txgbe: Pass string literal as format argument of alloc_workqueue()Simon Horman
2024-10-15net: dsa: microchip: copy string using strscpySimon Horman
2024-10-15net: airoha: Implement BQL supportLorenzo Bianconi
2024-10-15net: phy: aquantia: fix return value check in aqr107_config_mdi()Daniel Golle
2024-10-15r8169: implement additional ethtool stats opsHeiner Kallweit
2024-10-15Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-10-15net: gianfar: Use __be64 * to store pointers to big endian valuesSimon Horman
2024-10-15net: ethernet: ti: am65-cpsw: Enable USXGMII mode for J7200 CPSW5GSiddharth Vadapalli
2024-10-15net: phy: intel-xway: add support for PHY LEDsDaniel Golle
2024-10-15net: phy: mxl-gpy: correctly describe LED polarityDaniel Golle
2024-10-15net: phy: aquantia: correctly describe LED polarity overrideDaniel Golle
2024-10-15net: phy: support 'active-high' property for PHY LEDsDaniel Golle
2024-10-15net: phy: c45-tja11xx: add support for outputting RMII reference clockWei Fang
2024-10-14net: mtk_eth_soc: use ethtool_putsRosen Penev
2024-10-14net: mvneta: use ethtool_putsRosen Penev
2024-10-14mlx4: Add support for persistent NAPI config to RX CQsJoe Damato
2024-10-14mlx5: Add support for persistent NAPI configJoe Damato
2024-10-14bnxt: Add support for persistent NAPI configJoe Damato
2024-10-14net: phylink: allow half-duplex modes with RATE_MATCH_PAUSEDaniel Golle
2024-10-14tg3: Address byte-order miss-matchesSimon Horman
2024-10-14net: ethernet: ti: cpsw_ale: Remove unused accessor functionsSimon Horman
2024-10-14net: ethernet: ti: am65-cpsw: Use tstats instead of open coded versionSimon Horman
2024-10-14net: ethernet: ti: am65-cpsw: Use __be64 type for id_tempSimon Horman
2024-10-14r8169: enable SG/TSO on selected chip versions per defaultHeiner Kallweit
2024-10-13net: vxlan: use kfree_skb_reason() in encap_bypass_if_local()Menglong Dong
2024-10-13net: vxlan: use kfree_skb_reason() in vxlan_encap_bypass()Menglong Dong
2024-10-13net: vxlan: use kfree_skb_reason() in vxlan_mdb_xmit()Menglong Dong
2024-10-13net: vxlan: add drop reasons support to vxlan_xmit_one()Menglong Dong
2024-10-13net: vxlan: use kfree_skb_reason() in vxlan_xmit()Menglong Dong
2024-10-13net: vxlan: make vxlan_set_mac() return drop reasonsMenglong Dong