summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2026-03-14net: macb: Reinitialize tx/rx queue pointer registers and rx ring during resumeKevin Hao
2026-03-14net: macb: Introduce gem_init_rx_ring()Kevin Hao
2026-03-14net: ti: icssg-prueth: Fix memory leak in XDP_DROP for non-zero-copy modeMeghana Malladi
2026-03-14net: mdio: remove selecting FIXED_PHY for FWNODE_MDIOHeiner Kallweit
2026-03-14net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering tea...Dipayaan Roy
2026-03-14net: stmmac: avoid passing pci_devRussell King (Oracle)
2026-03-14net: bcmgenet: increase WoL poll timeoutJustin Chen
2026-03-14net: enetc: remove stray semicolonWei Fang
2026-03-14hinic3: Fix spelling mistake "capbility" -> "capability"Colin Ian King
2026-03-13wifi: b43: use register definitions in nphy_op_software_rfkillJoshua Peisach
2026-03-12qlcnic: update outdated commentKexin Sun
2026-03-12net: phy: vitesse: add inband caps and configurationRussell King (Oracle)
2026-03-12net: xgbe: use device_get_mac_addrRosen Penev
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-03-12net: ti: icssg: Fix wrong macro used in RX classifier configurationMD Danish Anwar
2026-03-12hinic3: Add ethtool basic opsFan Gong
2026-03-12hinic3: Add PF/VF capability parsing and parameter validationFan Gong
2026-03-12hinic3: Add PF FLR wait and timeout handlingFan Gong
2026-03-12hinic3: Add PF device support and function type validationFan Gong
2026-03-12hinic3: Add msg_send_lock for message sending concurrecyFan Gong
2026-03-12hinic3: Add RX VLAN offload supportFan Gong
2026-03-12hinic3: Add chip_present_flag checks to prevent errors when card is absentFan Gong
2026-03-12hinic3: Add Command Queue/Async Event Queue/Complete Event Queue/Mailbox dump...Fan Gong
2026-03-12hinic3: Add command queue detailed-response interfacesFan Gong
2026-03-11octeontx2-af: devlink: fix NIX RAS reporter to use RAS interrupt statusAlok Tiwari
2026-03-11octeontx2-af: devlink: fix NIX RAS reporter recovery conditionAlok Tiwari
2026-03-11net: ethernet: ti: am65-cpsw-nuss: Fix rx_filter value for PTP supportChintan Vankar
2026-03-11net/mana: Null service_wq on setup error to prevent double destroyShiraz Saleem
2026-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2026-03-11net: dsa: realtek: Fix LED group port bit for non-zero LED groupMarek Behún
2026-03-11net: macb: Clean up the .usrio settings in macb_config instancesKevin Hao
2026-03-11net: macb: Clean up the .init settings in macb_config instancesKevin Hao
2026-03-11net: macb: Clean up the .clk_init setting in the macb_config instancesKevin Hao
2026-03-11net: dsa: microchip: Fix error path in PTP IRQ setupBastien Curutchet (Schneider Electric)
2026-03-11net: bonding: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière
2026-03-10net: stmmac: use u8 for host_dma_width and similar struct membersRussell King (Oracle)
2026-03-10net: stmmac: use u8 for ?x_queues_to_use and number_?x_queuesRussell King (Oracle)
2026-03-10net: stmmac: convert plat_stmmacenet_data booleans to type boolRussell King (Oracle)
2026-03-10net: stmmac: provide plat_dat->dma_cfg in stmmac_plat_dat_alloc()Russell King (Oracle)
2026-03-10net: mdio: mvusb: drop redundant device referenceJohan Hovold
2026-03-10amd-xgbe: add PCI power management for S0i3 supportRaju Rangoju
2026-03-10amd-xgbe: Simplify powerdown/powerup pathsRaju Rangoju
2026-03-10net: bcmgenet: fix broken EEE by converting to phylib-managed stateNicolai Buchwitz
2026-03-10net: ethernet: ravb: Disable interrupts when closing deviceYoshihiro Shimoda
2026-03-10ionic: Report additional media types from firmwareEric Joyner
2026-03-10net: dsa: mxl862xx: don't set user_mii_busDaniel Golle
2026-03-10net: ethernet: arc: emac: quiesce interrupts before requesting IRQFan Wu
2026-03-10net: mvneta: support EPROBE_DEFER when reading MAC addressRosen Penev
2026-03-10net: macb: Shuffle the tx ring before enabling txKevin Hao