summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-09-02net: phylink: disable autoneg for interfaces that have no inbandRussell King (Oracle)-0/+18
2025-09-02net: phylink: provide phylink_get_inband_type()Russell King (Oracle)-35/+44
2025-09-02eth: sundance: fix endian issuesJakub Kicinski-15/+20
2025-09-02Revert "eth: remove the DLink/Sundance (ST201) driver"Jakub Kicinski-0/+2006
2025-09-02wifi: ath11k: fix group data packet drops during rekeyRameshkumar Sundaram-9/+104
2025-09-02wifi: ath12k: Set EMLSR support flag in MLO flags for EML-capable stationsRamya Gnanasekar-0/+1
2025-09-02net: mvpp2: add xlg pcs inband capabilitiesRussell King (Oracle)-0/+7
2025-09-02net: sfp: add quirk for FLYPRO copper SFP+ moduleAleksander Jan Bajkowski-0/+3
2025-09-02bonding: Remove support for use_carrierJay Vosburgh-124/+16
2025-09-02e1000e: fix heap overflow in e1000_set_eepromVitaly Lifshits-3/+7
2025-09-02ixgbe: fix incorrect map used in eee linkmodeAlok Tiwari-2/+2
2025-09-02i40e: Fix potential invalid access when MAC list is emptyZhen Ni-2/+2
2025-09-02i40e: remove read access to debugfs filesJacob Keller-104/+19
2025-09-02idpf: set mac type when adding and removing MAC filtersEmil Tantilov-3/+18
2025-09-02idpf: fix UAF in RDMA core aux dev deinitializationJoshua Hay-2/+2
2025-09-02ice: fix NULL access of tx->in_use in ice_ll_ts_intrJacob Keller-5/+7
2025-09-02ice: fix NULL access of tx->in_use in ice_ptp_ts_irqJacob Keller-5/+8
2025-09-02net/mlx5: {DR,HWS}, Use the cached vhca_id for this deviceSaeed Mahameed-54/+14
2025-09-02net/mlx5: E-switch, Set representor attributes for adjacent VFsAdithya Jayachandran-6/+26
2025-09-02net/mlx5: E-Switch, Register representors for adjacent vportsSaeed Mahameed-5/+43
2025-09-02net/mlx5: E-Switch, Create acls root namespace for adjacent vportsSaeed Mahameed-0/+8
2025-09-02net/mlx5: E-Switch, Add support for adjacent functions vports discoveryAdithya Jayachandran-5/+251
2025-09-02net/mlx5: E-Switch, Move vport acls root namespaces creation to eswitchSaeed Mahameed-84/+72
2025-09-02net/mlx5: FS, Convert vport acls root namespaces to xarraySaeed Mahameed-59/+123
2025-09-02net: ethernet: ti: am65-cpsw-nuss: Fix null pointer dereference for ndevNishanth Menon-1/+1
2025-09-02net: mctp: usb: initialise mac header in RX pathJeremy Kerr-0/+1
2025-09-02net: enetc: don't update sync packet checksum if checksum offload is usedWei Fang-8/+9
2025-09-02net: enetc: add PTP synchronization support for ENETC v4Wei Fang-22/+129
2025-09-02net: enetc: move sync packet modification before dma_map_single()Wei Fang-7/+8
2025-09-02net: enetc: remove unnecessary CONFIG_FSL_ENETC_PTP_CLOCK checkWei Fang-4/+3
2025-09-02net: enetc: extract enetc_update_ptp_sync_msg() to handle PTP Sync packetsWei Fang-59/+71
2025-09-02net: enetc: save the parsed information of PTP packet to skb->cbWei Fang-31/+43
2025-09-01macsec: read MACSEC_SA_ATTR_PN with nla_get_uintSabrina Dubroca-4/+4
2025-09-01net: macb: Fix tx_ptr_lock lockingSean Anderson-12/+16
2025-09-01net: stmmac: mdio: update runtime PMRussell King (Oracle)-8/+4
2025-09-01eth: mlx4: Fix IS_ERR() vs NULL check bug in mlx4_en_create_rx_ringMiaoqian Lin-1/+3
2025-09-01net: ethernet: qualcomm: QCOM_PPE should depend on ARCH_QCOMGeert Uytterhoeven-2/+2
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima-3/+2
2025-09-01bnxt_en: fix incorrect page count in RX aggr ring logAlok Tiwari-1/+1
2025-09-01wifi: rtw89: 8852bt: Remove redundant off_reverse variablesLiao Yuanhong-6/+1
2025-09-01wifi: rtw89: use int type to store negative error codesQianfeng Rong-15/+16
2025-09-01wifi: rtw89: add getting function of DMA channel v1Ping-Ke Shih-0/+23
2025-09-01wifi: rtw89: abstract getting function of DMA channelPing-Ke Shih-42/+59
2025-09-01wifi: rtw89: pci: add RPP parser v1Ping-Ke Shih-0/+27
2025-09-01wifi: rtw89: pci: abstract RPP parserPing-Ke Shih-18/+52
2025-09-01wifi: rtw89: pci: add group BD address designPing-Ke Shih-9/+172
2025-09-01wifi: rtw89: pci: define TX/RX buffer descriptor poolPing-Ke Shih-48/+75
2025-09-01wifi: rtw89: pci: add struct rtw89_{tx,rx}_rings to put related fieldsPing-Ke Shih-28/+36
2025-09-01wifi: rtw89: pci: use RDU status of R_BE_PCIE_DMA_IMR_0_V1 instead for 8922DEPing-Ke Shih-24/+27
2025-09-01wifi: rtw89: pci: prepare interrupt related registers and functions for 8922DEPing-Ke Shih-0/+109