summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-10-17net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang-1/+1
2025-10-17net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang-4/+21
2025-10-17ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima-2/+2
2025-10-17net: hibmcge: support pci_driver.shutdown()Jijie Shao-0/+17
2025-10-17can: m_can: m_can_get_berr_counter(): don't wake up controller if interface i...Marc Kleine-Budde-0/+4
2025-10-17can: m_can: m_can_tx_submit(): remove unneeded sanity checksMarc Kleine-Budde-5/+0
2025-10-17can: m_can: m_can_class_register(): remove error message in case devm_kzalloc...Marc Kleine-Budde-3/+1
2025-10-17can: m_can: m_can_interrupt_enable(): use m_can_write() instead of open codin...Marc Kleine-Budde-1/+1
2025-10-17net: m_can: convert dev_{dbg,info,err} -> netdev_{dbg,info,err}Marc Kleine-Budde-27/+27
2025-10-17can: m_can: hrtimer_callback(): rename to m_can_polling_timer()Marc Kleine-Budde-2/+2
2025-10-17can: m_can: m_can_init_ram(): make staticMarc Kleine-Budde-23/+21
2025-10-17can: m_can: Support pinctrl wakeup stateMarkus Schneider-Pargmann (TI.com)-2/+70
2025-10-17can: m_can: Return ERR_PTR on error in allocationMarkus Schneider-Pargmann (TI.com)-9/+9
2025-10-17can: m_can: Map WoL to device_set_wakeup_enableMarkus Schneider-Pargmann (TI.com)-0/+37
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol-76/+0
2025-10-17can: m_can: add support for optional resetMarc Kleine-Budde-3/+25
2025-10-16net: stmmac: dwmac-rk: Fix disabling set_clock_selectionSebastian Reichel-4/+5
2025-10-16net: macb: sort #includesThéo Lebrun-18/+19
2025-10-16net: macb: apply reverse christmas tree in macb_tx_map()Théo Lebrun-4/+4
2025-10-16net: macb: drop `count` local variable in macb_tx_map()Théo Lebrun-6/+4
2025-10-16net: macb: drop `entry` local variable in macb_tx_map()Théo Lebrun-11/+7
2025-10-16net: macb: replace min() with umin() callsThéo Lebrun-5/+5
2025-10-16net: macb: remove bp->queue_maskThéo Lebrun-33/+37
2025-10-16net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)Théo Lebrun-49/+32
2025-10-16net: macb: move bp->hw_dma_cap flags to bp->capsThéo Lebrun-29/+25
2025-10-16net: macb: simplify macb_adj_dma_desc_idx()Théo Lebrun-12/+6
2025-10-16net: macb: simplify macb_dma_desc_get_size()Théo Lebrun-20/+7
2025-10-16net: macb: drop macb_config NULL checkingThéo Lebrun-4/+2
2025-10-16net: macb: Remove local variables clk_init and init in macb_probe()Théo Lebrun-10/+3
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