summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-10-23net/mlx5: Fix IPsec cleanup over MPV devicePatrisious Haddad3-2/+30
2025-10-23net/mlx5: Refactor devcom to return NULL on failurePatrisious Haddad7-42/+39
2025-10-23net/mlx5e: Skip PPHCR register query if not supported by the deviceAlexei Lazar1-1/+3
2025-10-23net: phy: micrel: always set shared->phydev for LAN8814Robert Marko1-2/+2
2025-10-23ovpn: use datagram_poll_queue for socket readiness in TCPRalf Lici1-4/+22
2025-10-23net: bonding: fix possible peer notify event loss or dup issueTonghao Zhang1-22/+18
2025-10-23net: ravb: Ensure memory write completes before ringing TX doorbellLad Prabhakar1-0/+8
2025-10-23net: ravb: Enforce descriptor type orderingLad Prabhakar1-2/+14
2025-10-22net: hibmcge: select FIXED_PHYHeiner Kallweit1-0/+1
2025-10-22net: dlink: use dev_kfree_skb_any instead of dev_kfree_skbYeounsu Moon1-1/+1
2025-10-22Merge tag 'linux-can-fixes-for-6.18-20251020' of git://git.kernel.org/pub/scm...Jakub Kicinski4-5/+7
2025-10-21net: ethernet: ti: am65-cpts: fix timestamp loss due to race conditionsAksh Garg1-20/+43
2025-10-21net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQAmery Hung1-3/+23
2025-10-21net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQAmery Hung1-6/+19
2025-10-20can: netlink: can_changelink(): allow disabling of automatic restartMarc Kleine-Budde1-2/+4
2025-10-20can: rockchip-canfd: rkcanfd_start_xmit(): use can_dev_dropped_skb() instead ...Marc Kleine-Budde1-1/+1
2025-10-20can: esd: acc_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_...Marc Kleine-Budde1-1/+1
2025-10-20can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_drop...Marc Kleine-Budde1-1/+1
2025-10-18net: phy: realtek: fix rtl8221b-vm-cg nameAleksander Jan Bajkowski1-8/+8
2025-10-18dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei1-2/+1
2025-10-18net: bonding: update the slave array for broadcast modeTonghao Zhang1-2/+5
2025-10-18net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang1-1/+1
2025-10-18net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang1-4/+21
2025-10-17net: stmmac: dwmac-rk: Fix disabling set_clock_selectionSebastian Reichel1-4/+5
2025-10-17net/mlx5e: psp, avoid 'accel' NULL pointer dereferenceCosmin Ratiu1-3/+4
2025-10-17net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size()Nathan Chancellor1-1/+1
2025-10-17net: usb: rtl8150: Fix frame paddingMichal Pecio1-2/+9
2025-10-16net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_r...I Viswanath1-4/+4
2025-10-16Merge tag 'linux-can-fixes-for-6.18-20251014' of git://git.kernel.org/pub/scm...Jakub Kicinski3-43/+52
2025-10-16netdevsim: set the carrier when the device goes upBreno Leitao1-0/+7
2025-10-16tg3: prevent use of uninitialized remote_adv and local_adv variablesAlexey Simakov1-4/+1
2025-10-15gve: Check valid ts bit on RX descriptor before hw timestampingTim Hostetler3-7/+16
2025-10-14net: airoha: Take into account out-of-order tx completions in airoha_dev_xmit()Lorenzo Bianconi1-1/+15
2025-10-14r8152: add error handling in rtl8152_driver_initYi Cong1-1/+6
2025-10-14usbnet: Fix using smp_processor_id() in preemptible code warningsZqiang1-0/+2
2025-10-14Octeontx2-af: Fix missing error code in cgx_probe()Harshit Mogalapalli1-0/+1
2025-10-14amd-xgbe: Avoid spurious link down messages during interface toggleRaju Rangoju2-1/+1
2025-10-14net: phy: realtek: Avoid PHYCR2 access if PHYCR2 not presentMarek Vasut1-12/+11
2025-10-14ixgbe: fix too early devlink_free() in ixgbe_remove()Koichiro Den1-1/+2
2025-10-14ixgbe: handle IXGBE_VF_FEATURES_NEGOTIATE mbox cmdJedrzej Jagielski2-0/+47
2025-10-14ixgbevf: fix mailbox API compatibility by negotiating supported featuresJedrzej Jagielski6-3/+96
2025-10-14ixgbe: handle IXGBE_VF_GET_PF_LINK_STATE mailbox operationJedrzej Jagielski2-0/+47
2025-10-14ixgbevf: fix getting link speed data for E610 devicesJedrzej Jagielski4-32/+116
2025-10-14idpf: cleanup remaining SKBs in PTP flowsMilena Olech2-0/+4
2025-10-14net: phy: bcm54811: Fix GMII/MII/MII-Lite selectionKamil HorĂ¡k - 2N1-1/+19
2025-10-14r8169: fix packet truncation after S4 resume on RTL8168H/RTL8111HLinmao Li1-2/+3
2025-10-12net: dlink: handle dma_map_single() failure properlyYeounsu Moon1-7/+16
2025-10-12net: mtk: wed: add dma mask limitation and GFP_DMA32 for device with more tha...Rex Lu1-2/+6
2025-10-12net: usb: lan78xx: Fix lost EEPROM write timeout error(-ETIMEDOUT) in lan78xx...Bhanu Seshu Kumar Valluri1-4/+7
2025-10-09Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds27-107/+251