aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-29nfp: xsk: fix memory leak in nfp_net_alloc()Abdun Nihaal1-2/+4
2025-10-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski7-7/+42
2025-10-29Revert "wifi: ath12k: Fix missing station power save configuration"Miaoqing Pan1-67/+55
2025-10-28net: hibmcge: fix the inappropriate netif_device_detach()Jijie Shao1-4/+6
2025-10-28net: hibmcge: remove unnecessary check for np_link_fail in scenarios without ...Jijie Shao3-1/+4
2025-10-28net: hibmcge: fix rx buf avl irq is not re-enabled in irq_handle issueJijie Shao1-0/+1
2025-10-28net: cxgb4/ch_ipsec: fix potential use-after-free in ch_ipsec_xfrm_add_state(...Pavel Zhigulin1-1/+6
2025-10-28ixgbe: use EOPNOTSUPP instead of ENOTSUPP in ixgbe_ptp_feature_enable()Kohei Enju1-1/+1
2025-10-28igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count()Kohei Enju1-1/+1
2025-10-28igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count()Kohei Enju1-1/+1
2025-10-28igc: power up the PHY before the link testKohei Enju1-0/+3
2025-10-28ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe()Kohei Enju1-1/+1
2025-10-28ice: fix usage of logical PF idGrzegorz Nitka1-1/+1
2025-10-28ice: fix destination CGU for dual complex E825Grzegorz Nitka2-2/+25
2025-10-28ice: fix lane number calculationGrzegorz Nitka1-0/+9
2025-10-27sfc: fix potential memory leak in efx_mae_process_mport()Abdun Nihaal1-0/+4
2025-10-27net: hns3: return error code when function failsJijie Shao3-6/+8
2025-10-27Revert "wifi: ath10k: avoid unnecessary wait for service ready message"Baochen Qiang1-19/+20
2025-10-24net: phy: dp83867: Disable EEE support as not implementedEmanuele Ghidoli1-0/+6
2025-10-23virtio-net: drop the multi-buffer XDP packet in zerocopyBui Quang Minh1-3/+8
2025-10-23usbnet: Prevents free active keventLizhi Xu1-0/+2
2025-10-23Merge tag 'wireless-2025-10-23' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski8-51/+87
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-22net: ravb: Ensure memory write completes before ringing TX doorbellLad Prabhakar1-0/+8
2025-10-22net: ravb: Enforce descriptor type orderingLad Prabhakar1-2/+14
2025-10-21net: hibmcge: select FIXED_PHYHeiner Kallweit1-0/+1
2025-10-21net: dlink: use dev_kfree_skb_any instead of dev_kfree_skbYeounsu Moon1-1/+1
2025-10-21Merge 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-20net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQAmery Hung1-3/+23
2025-10-20net/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-20Merge tag 'iwlwifi-fixes-2025-10-19' of https://git.kernel.org/pub/scm/linux/...Johannes Berg1-2/+3
2025-10-20wifi: brcmfmac: fix crash while sending Action Frames in standalone AP ModeGokul Sivakumar3-22/+12
2025-10-20Merge tag 'ath-current-20251006' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg4-27/+72
2025-10-19wifi: iwlwifi: fix potential use after free in iwl_mld_remove_link()Dan Carpenter1-2/+3
2025-10-17net: phy: realtek: fix rtl8221b-vm-cg nameAleksander Jan Bajkowski1-8/+8
2025-10-17dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei1-2/+1
2025-10-17net: bonding: update the slave array for broadcast modeTonghao Zhang1-2/+5
2025-10-17net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang1-1/+1
2025-10-17net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang1-4/+21
2025-10-16net: stmmac: dwmac-rk: Fix disabling set_clock_selectionSebastian Reichel1-4/+5