aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-09net: dsa: realtek: rtl8365mb: add VLAN supportAlvin Šipraga6-0/+1332
2026-06-09net: dsa: realtek: rtl8365mb: add table lookup interfaceAlvin Šipraga3-0/+353
2026-06-09net: dsa: realtek: rtl8365mb: prepare for multiple source filesAlvin Šipraga2-0/+2
2026-06-09net: dsa: realtek: rtl8365mb: use dsa helpers for port iterationLuiz Angelo Daros de Luca1-61/+105
2026-06-09net: dsa: realtek: rtl8365mb: reject unsupported topologiesLuiz Angelo Daros de Luca1-0/+21
2026-06-09net: dsa: realtek: rtl8365mb: use ERR_PTRLuiz Angelo Daros de Luca1-22/+29
2026-06-09net: lan966x: restore RX state on reload failureGuangshuo Li1-0/+20
2026-06-09net: pse-pd: pd692x0: support disabling disable ports GPIORobert Marko1-0/+7
2026-06-09tun: zero the whole vnet header in tun_put_user()Xiang Mei1-0/+1
2026-06-09bnxt: convert to core rx_mode retry mechanismStanislav Fomichev2-22/+10
2026-06-09net: change ndo_set_rx_mode_async return type to intStanislav Fomichev7-22/+35
2026-06-09net: eth: benet: Use strscpy() to copy strings into arraysDavid Laight1-1/+1
2026-06-09net: mana: Cache MANA_QUERY_LINK_CONFIG result to avoid repeated HWC queriesErni Sri Satya Vennela1-4/+19
2026-06-09net: mscc: ocelot: validate netdev belongs to switch in .netdev_to_port()David Yang5-7/+11
2026-06-09bnxt_en: Fix NULL pointer dereferenceKyle Meyer1-1/+1
2026-06-09net: mana: Add support for PF device 0x00C1Haiyang Zhang1-2/+5
2026-06-09net: dsa: qca8k: Add support for force mode for fixed link topologyGeorge Moussalem2-6/+17
2026-06-09net: phy: motorcomm: Add YT8522 100M RMII PHY supportMinda Chen1-1/+48
2026-06-09net: motorcomm: phy: set drive strength in YT8531s RGMIIMinda Chen1-0/+5
2026-06-09net: phy: motorcomm: move mdio lock out from yt8531_set_ds()Minda Chen1-9/+14
2026-06-09net: mana: Allocate interrupt context for each EQ when creating vPortLong Li2-2/+18
2026-06-09net: mana: Use GIC functions to allocate global EQsLong Li1-88/+22
2026-06-09net: mana: Introduce GIC context with refcounting for interrupt managementLong Li1-0/+169
2026-06-09net: mana: Query device capabilities and configure MSI-X sharing for EQsLong Li2-21/+102
2026-06-09net: mana: Create separate EQs for each vPortLong Li2-49/+109
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for SET opsJakub Kicinski8-1/+20
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for GET opsJakub Kicinski2-2/+4
2026-06-09net: ethtool: make dev->hwprov ops-protectedJakub Kicinski2-1/+6
2026-06-09net: ethtool: relax ethnl_req_get_phydev() locking assertionJakub Kicinski1-0/+8
2026-06-09igc: skip RX timestamp header for frame preemption verificationKhaiWenTan1-1/+1
2026-06-09ixgbe: do not configure xps for XDP queuesLarysa Zaremba1-1/+2
2026-06-09idpf: add padding to PTP virtchnl structuresPrzemyslaw Korba1-3/+9
2026-06-09wifi: ath12k: enable IEEE80211_VHT_EXT_NSS_BW_CAPABLE when NSS ratio is reportedWen Gong1-0/+4
2026-06-09wifi: ath12k: fix EAPOL TX failure caused by stale tcl_metadata bitsBaochen Qiang1-5/+5
2026-06-09wifi: ath: Update copyright in testmode_i.hJeff Johnson1-1/+1
2026-06-09wifi: ath10k: Update Qualcomm copyrightsJeff Johnson23-23/+14
2026-06-09wifi: ath11k: Update Qualcomm copyrightsJeff Johnson48-48/+38
2026-06-09wifi: ath12k: Update Qualcomm copyrightsJeff Johnson17-17/+16
2026-06-09net: mctp: usb: don't fail mctp_usb_rx_queue on a deferred submissionJeremy Kerr1-1/+1
2026-06-09net: mctp: usb: fix race between urb completion and rx_retry cancellationJeremy Kerr1-9/+17
2026-06-09hv_netvsc: use kmap_local_page in netvsc_copy_to_send_bufAnton Leontev1-4/+15
2026-06-09netconsole: close netdevice unregister window during target resumeBreno Leitao1-0/+19
2026-06-09netconsole: clean up deactivated targets dropped before the cleanup workerBreno Leitao1-1/+13
2026-06-09netconsole: take target_cleanup_list_lock in drop_netconsole_target()Breno Leitao1-0/+2
2026-06-09netconsole: do not dequeue pooled skbs that cannot satisfy lenBreno Leitao1-2/+20
2026-06-09netconsole: do not schedule skb pool refill from NMIBreno Leitao1-4/+19
2026-06-09wifi: mt76: Drop unneeded mt76_register_debugfs_fops() return checksIngyu Jang5-10/+1
2026-06-09wifi: mt76: mt7921: assert sniffer on chanctx changeDevin Wittmayer1-2/+4
2026-06-09octeontx2-af: fix memory leak in rvu_setup_hw_resources()Dawei Feng1-1/+1
2026-06-09wifi: mt76: mt7996: fix potential tx_retries underflowRyder Lee1-3/+3