summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-10-16net: macb: remove gap in MACB_CAPS_* flagsThéo Lebrun-8/+8
2025-10-16net: macb: use BIT() macro for capability definitionsThéo Lebrun-21/+21
2025-10-16net: stmmac: add Eswin EIC7700 glue driverShangjuan Wei-0/+245
2025-10-16net: stmmac: rename stmmac_phy_setup() to include phylinkRussell King (Oracle)-2/+2
2025-10-16net: stmmac: rearrange tc_init()Russell King (Oracle)-3/+3
2025-10-16net: stmmac: avoid PHY speed change when configuring MTURussell King (Oracle)-9/+10
2025-10-16net: stmmac: place .mac_finish() method more appropriatelyRussell King (Oracle)-13/+13
2025-10-16net: stmmac: dwc-qos-eth: move MDIO bus locking into stmmac_mdioRussell King (Oracle)-2/+18
2025-10-16Octeontx2-af: Fix pci_alloc_irq_vectors() return value checkHarshit Mogalapalli-1/+1
2025-10-16netdevsim: add ipsec hw_featuresHangbin Liu-0/+1
2025-10-16net/mlx5e: psp, avoid 'accel' NULL pointer dereferenceCosmin Ratiu-3/+4
2025-10-16net: amd-xgbe: use EOPNOTSUPP instead of ENOTSUPP in xgbe_phy_mii_read_c45Alok Tiwari-1/+1
2025-10-16net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size()Nathan Chancellor-1/+1
2025-10-16net: usb: rtl8150: Fix frame paddingMichal Pecio-2/+9
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-123/+477
2025-10-16net: txgbe: rename txgbe_get_phy_link()Jiawen Wu-2/+2
2025-10-16net: txgbe: optimize the flow to setup PHY for AML devicesJiawen Wu-38/+15
2025-10-16net: txgbe: expend SW-FW mailbox buffer size to identify QSFP moduleJiawen Wu-1/+3
2025-10-16net: fbnic: Allow builds for all 64 bit architecturesDimitri Daskalakis-1/+1
2025-10-16net: fbnic: Fix page chunking logic when PAGE_SIZE > 4KDimitri Daskalakis-0/+1
2025-10-15net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_r...I Viswanath-4/+4
2025-10-15Merge tag 'linux-can-fixes-for-6.18-20251014' of git://git.kernel.org/pub/scm...Jakub Kicinski-43/+52
2025-10-15net: airoha: npu: Add 7583 SoC supportLorenzo Bianconi-0/+16
2025-10-15net: airoha: npu: Add airoha_npu_soc_data structLorenzo Bianconi-26/+51
2025-10-15net: pse-pd: pd692x0: Preserve PSE configuration across rebootsKory Maincent (Dent Project)-3/+32
2025-10-15net: pse-pd: pd692x0: Separate configuration parsing from hardware setupKory Maincent (Dent Project)-39/+76
2025-10-15net: pse-pd: pd692x0: Replace __free macro with explicit kfree callsKory Maincent (Dent Project)-2/+5
2025-10-15net: bcmasp: Add support for PHY-based Wake-on-LANFlorian Fainelli-2/+32
2025-10-15netdevsim: set the carrier when the device goes upBreno Leitao-0/+7
2025-10-15tg3: prevent use of uninitialized remote_adv and local_adv variablesAlexey Simakov-4/+1
2025-10-15wifi: ath12k: fix TX and RX MCS rate configurations in HE modePradeep Kumar Chitrapu-2/+3
2025-10-15wifi: ath12k: fix VHT MCS assignmentBaochen Qiang-9/+13
2025-10-15wifi: ath12k: Fix NSS value update in ext_rx_statsThiraviyam Mariyappan-7/+12
2025-10-15wifi: ath12k: Defer vdev bring-up until CSA finalize to avoid stale beaconAditya Kumar Singh-12/+79
2025-10-15wifi: ath12k: track dropped MSDU buffer type packets in REO exception ringSarika Sharma-1/+7
2025-10-15wifi: ath12k: Fix MSDU buffer types handling in RX error pathSarika Sharma-14/+66
2025-10-15wifi: ath11k: restore register window after global resetBaochen Qiang-1/+19
2025-10-15wifi: ath12k: Remove struct wmi_bcn_send_from_host_cmdJeff Johnson-15/+1
2025-10-15wifi: ath11k: Remove struct wmi_bcn_send_from_host_cmdJeff Johnson-15/+1
2025-10-15wifi: ath10k: move recovery check logic into a new workKang Yang-13/+11
2025-10-15wifi: wcn36xx: Remove unused wcn36xx_smd_update_scan_paramsDr. David Alan Gilbert-135/+0
2025-10-15net: bcmgenet: remove unused platform codeHeiner Kallweit-88/+7
2025-10-15r8152: Advertise software timestamp information.Abhishek Rawal-0/+1
2025-10-15gve: Check valid ts bit on RX descriptor before hw timestampingTim Hostetler-7/+16
2025-10-14net: airoha: Add get_link ethtool callbackLorenzo Bianconi-0/+1
2025-10-14net: airoha: Add missing stats to ethtool_eth_mac_statsLorenzo Bianconi-0/+4
2025-10-14eth: fealnx: fix typo in commentsDenis Benato-2/+2
2025-10-14net: dsa: b53: implement port isolation supportJonas Gorski-1/+28
2025-10-14eth: fbnic: fix various typos in comments and stringsAlok Tiwari-7/+7
2025-10-14hdlc_ppp: fix potential null pointer in ppp_cp_event loggingKriish Sharma-3/+1