summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-10-23net/mlx5: Fix IPsec cleanup over MPV devicePatrisious Haddad
2025-10-23net/mlx5: Refactor devcom to return NULL on failurePatrisious Haddad
2025-10-23net/mlx5e: Skip PPHCR register query if not supported by the deviceAlexei Lazar
2025-10-23net: phy: micrel: always set shared->phydev for LAN8814Robert Marko
2025-10-23ovpn: use datagram_poll_queue for socket readiness in TCPRalf Lici
2025-10-23net: bonding: fix possible peer notify event loss or dup issueTonghao Zhang
2025-10-22net: ravb: Ensure memory write completes before ringing TX doorbellLad Prabhakar
2025-10-22net: ravb: Enforce descriptor type orderingLad Prabhakar
2025-10-21net: hibmcge: select FIXED_PHYHeiner Kallweit
2025-10-21net: dlink: use dev_kfree_skb_any instead of dev_kfree_skbYeounsu Moon
2025-10-21Merge tag 'linux-can-fixes-for-6.18-20251020' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-10-21net: ethernet: ti: am65-cpts: fix timestamp loss due to race conditionsAksh Garg
2025-10-20net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQAmery Hung
2025-10-20net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQAmery Hung
2025-10-20can: netlink: can_changelink(): allow disabling of automatic restartMarc Kleine-Budde
2025-10-20can: rockchip-canfd: rkcanfd_start_xmit(): use can_dev_dropped_skb() instead ...Marc Kleine-Budde
2025-10-20can: esd: acc_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_...Marc Kleine-Budde
2025-10-20can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_drop...Marc Kleine-Budde
2025-10-17net: phy: realtek: fix rtl8221b-vm-cg nameAleksander Jan Bajkowski
2025-10-17dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei
2025-10-17net: bonding: update the slave array for broadcast modeTonghao Zhang
2025-10-17net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang
2025-10-17net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang
2025-10-16net: stmmac: dwmac-rk: Fix disabling set_clock_selectionSebastian Reichel
2025-10-16net/mlx5e: psp, avoid 'accel' NULL pointer dereferenceCosmin Ratiu
2025-10-16net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size()Nathan Chancellor
2025-10-16net: usb: rtl8150: Fix frame paddingMichal Pecio
2025-10-15net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_r...I Viswanath
2025-10-15Merge tag 'linux-can-fixes-for-6.18-20251014' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-10-15netdevsim: set the carrier when the device goes upBreno Leitao
2025-10-15tg3: prevent use of uninitialized remote_adv and local_adv variablesAlexey Simakov
2025-10-15gve: Check valid ts bit on RX descriptor before hw timestampingTim Hostetler
2025-10-14net: airoha: Take into account out-of-order tx completions in airoha_dev_xmit()Lorenzo Bianconi
2025-10-14r8152: add error handling in rtl8152_driver_initYi Cong
2025-10-14usbnet: Fix using smp_processor_id() in preemptible code warningsZqiang
2025-10-14Octeontx2-af: Fix missing error code in cgx_probe()Harshit Mogalapalli
2025-10-14amd-xgbe: Avoid spurious link down messages during interface toggleRaju Rangoju
2025-10-13net: phy: realtek: Avoid PHYCR2 access if PHYCR2 not presentMarek Vasut
2025-10-13ixgbe: fix too early devlink_free() in ixgbe_remove()Koichiro Den
2025-10-13ixgbe: handle IXGBE_VF_FEATURES_NEGOTIATE mbox cmdJedrzej Jagielski
2025-10-13ixgbevf: fix mailbox API compatibility by negotiating supported featuresJedrzej Jagielski
2025-10-13ixgbe: handle IXGBE_VF_GET_PF_LINK_STATE mailbox operationJedrzej Jagielski
2025-10-13ixgbevf: fix getting link speed data for E610 devicesJedrzej Jagielski
2025-10-13idpf: cleanup remaining SKBs in PTP flowsMilena Olech
2025-10-13net: phy: bcm54811: Fix GMII/MII/MII-Lite selectionKamil HorĂ¡k - 2N
2025-10-13r8169: fix packet truncation after S4 resume on RTL8168H/RTL8111HLinmao Li
2025-10-12net: dlink: handle dma_map_single() failure properlyYeounsu Moon
2025-10-12net: mtk: wed: add dma mask limitation and GFP_DMA32 for device with more tha...Rex Lu
2025-10-12net: usb: lan78xx: Fix lost EEPROM write timeout error(-ETIMEDOUT) in lan78xx...Bhanu Seshu Kumar Valluri
2025-10-09Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds