summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-12-03net: qede: Initialize qede_ll_ops with designated initializerNathan Chancellor1-1/+1
2025-12-03net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on...Nishanth Menon1-5/+5
2025-12-03mlxsw: spectrum: Fix memory leak in mlxsw_sp_flower_stats()Zilin Guan1-2/+4
2025-12-03be2net: pass wrb_params in case of OS2BMCAndrey Vatoropin1-3/+4
2025-12-03net/mlx5e: Fix wraparound in rate limiting for values above 255 GbpsGal Pressman1-1/+9
2025-12-03net/mlx5e: Fix maxrate wraparound in threshold between unitsGal Pressman1-2/+3
2025-12-03net: mdio: fix resource leak in mdiobus_register_device()Buday Csaba1-1/+4
2025-12-03net: fec: correct rx_bytes statistic for the case SHIFT16 is setWei Fang1-0/+2
2025-12-03net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixupQendrim Maxhuni1-0/+6
2025-12-03net: dsa: b53: stop reading ARL entries if search is doneJonas Gorski1-1/+1
2025-12-03net: dsa: b53: fix enabling ip multicastJonas Gorski2-4/+3
2025-12-03net: dsa: b53: fix resetting speed and pause on forced linkJonas Gorski1-0/+9
2025-12-03net: dsa: b53: prevent GMII_PORT_OVERRIDE_CTRL access on BCM5325Álvaro Fernández Rojas2-4/+18
2025-12-03net: dsa/b53: change b53_force_port_config() pause argumentRussell King1-10/+15
2025-12-03net: macb: avoid dealing with endianness in macb_set_hwaddr()Théo Lebrun1-2/+2
2025-12-03net: intel: fm10k: Fix parameter idx set but not usedBrahmajit Das4-6/+5
2025-12-03net: sh_eth: Disable WoL if system can not suspendNiklas Söderlund1-0/+4
2025-12-03can: gs_usb: increase max interface to U8_MAXCeleste Liu1-12/+11
2025-12-03net: ravb: Enforce descriptor type orderingLad Prabhakar1-2/+14
2025-12-03wifi: brcmfmac: fix crash while sending Action Frames in standalone AP ModeGokul Sivakumar3-15/+12
2025-12-03net: phy: dp83867: Disable EEE support as not implementedEmanuele Ghidoli1-0/+6
2025-12-03usbnet: Prevents free active keventLizhi Xu1-0/+2
2025-12-03wifi: ath10k: Fix memory leak on unsupported WMI commandLoic Poulain1-0/+1
2025-12-03net: usb: asix_devices: Check return value of usbnet_get_endpointsMiaoqian Lin1-3/+9
2025-10-29net: ravb: Ensure memory write completes before ringing TX doorbellLad Prabhakar1-0/+8
2025-10-29net: usb: rtl8150: Fix frame paddingMichal Pecio1-2/+9
2025-10-29net: bonding: fix possible peer notify event loss or dup issueTonghao Zhang1-22/+18
2025-10-29net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang1-1/+1
2025-10-29tg3: prevent use of uninitialized remote_adv and local_adv variablesAlexey Simakov1-4/+1
2025-10-29amd-xgbe: Avoid spurious link down messages during interface toggleRaju Rangoju2-1/+1
2025-10-29net: dlink: handle dma_map_single() failure properlyYeounsu Moon1-7/+16
2025-10-29net: dl2k: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-39/+41
2025-10-29net: fsl_pq_mdio: Fix device node reference leak in fsl_pq_mdio_probeErick Karanja1-0/+2
2025-10-29net/mlx4: prevent potential use after free in mlx4_en_do_uc_filter()Dan Carpenter1-1/+1
2025-10-29Revert "net/mlx5e: Update and set Xon/Xoff upon MTU set"Jakub Kicinski2-28/+1
2025-10-29net: ena: return 0 in ena_get_rxfh_key_size() when RSS hash key is not config...Kohei Enju1-1/+4
2025-10-29nfp: fix RSS hash key size when RSS is not supportedKohei Enju1-1/+1
2025-10-29net: usb: Remove disruptive netif_wake_queue in rtl8150_set_multicastI Viswanath1-2/+0
2025-10-29wifi: mt76: fix potential memory leak in mt76_wmac_probe()Abdun Nihaal1-1/+1
2025-10-29wifi: mwifiex: send world regulatory domain to driverStefan Kerkmann1-4/+3
2025-10-29wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188Bitterblue Smith1-1/+0
2025-10-02i40e: add mask to apply valid bits for itr_idxLukasz Czapnik1-1/+2
2025-10-02i40e: fix validation of VF state in get resourcesLukasz Czapnik2-2/+8
2025-10-02i40e: fix idx validation in config queues msgLukasz Czapnik1-2/+2
2025-10-02i40e: add validation for ring_len paramLukasz Czapnik1-0/+14
2025-10-02i40e: increase max descriptors for XL710Justin Bronder2-6/+20
2025-10-02i40e: add max boundary check for VF filtersLukasz Czapnik1-0/+10
2025-10-02i40e: fix input validation logic for action_metaLukasz Czapnik1-1/+1
2025-10-02i40e: fix idx validation in i40e_validate_queue_mapLukasz Czapnik1-2/+4
2025-10-02can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean1-1/+1