summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-10-19net: fsl_pq_mdio: Fix device node reference leak in fsl_pq_mdio_probeErick Karanja1-0/+2
2025-10-19net/mlx4: prevent potential use after free in mlx4_en_do_uc_filter()Dan Carpenter1-1/+1
2025-10-15net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlockOleksij Rempel1-0/+29
2025-10-15Revert "net/mlx5e: Update and set Xon/Xoff upon MTU set"Jakub Kicinski2-28/+1
2025-10-15net/mlx5: fw reset, add reset timeout workMoshe Shemesh1-0/+24
2025-10-15net/mlx5: pagealloc: Fix reclaim race during command interface teardownShay Drory1-2/+5
2025-10-15net/mlx5: Stop polling for command response if interface goes downMoshe Shemesh1-1/+5
2025-10-15net: dlink: handle copy_thresh allocation failureYeounsu Moon1-2/+5
2025-10-15net: ena: return 0 in ena_get_rxfh_key_size() when RSS hash key is not config...Kohei Enju1-1/+4
2025-10-15nfp: fix RSS hash key size when RSS is not supportedKohei Enju1-1/+1
2025-10-15net: usb: Remove disruptive netif_wake_queue in rtl8150_set_multicastI Viswanath1-2/+0
2025-10-15wifi: rtw89: avoid circular locking dependency in ser_state_run()Fedor Pchelkin1-2/+1
2025-10-15wifi: ath10k: avoid unnecessary wait for service ready messageBaochen Qiang1-20/+19
2025-10-15wifi: mt76: fix potential memory leak in mt76_wmac_probe()Abdun Nihaal1-1/+1
2025-10-15wifi: mwifiex: send world regulatory domain to driverStefan Kerkmann1-4/+3
2025-10-15can: rcar_canfd: Fix controller mode settingDuy Nguyen1-3/+4
2025-10-15can: hi311x: fix null pointer dereference when resuming from sleep before int...Chen Yufeng1-16/+17
2025-10-15wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188Bitterblue Smith1-1/+0
2025-10-02minmax: add a few more MIN_T/MAX_T usersLinus Torvalds1-1/+1
2025-10-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-3/+1
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: fix idx validation in config queues msgLukasz Czapnik1-2/+2
2025-10-02i40e: fix validation of VF state in get resourcesLukasz Czapnik2-2/+8
2025-10-02minmax: add in_range() macroMatthew Wilcox (Oracle)1-9/+9
2025-10-02i40e: improve VF MAC filters accountingLukasz Czapnik3-44/+50
2025-10-02i40e: add mask to apply valid bits for itr_idxLukasz Czapnik1-1/+1
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-02octeontx2-pf: Fix potential use after free in otx2_tc_add_flow()Dan Carpenter1-1/+1
2025-10-02net: dsa: lantiq_gswip: suppress -EINVAL errors for bridge FDB entries added ...Vladimir Oltean1-1/+2
2025-10-02net: dsa: lantiq_gswip: move gswip_add_single_port_br() call to port_setup()Vladimir Oltean1-4/+14
2025-10-02net: dsa: lantiq_gswip: do also enable or disable cpu portMartin Schiller1-16/+8
2025-10-02bnxt_en: correct offset handling for IPv6 destination addressAlok Tiwari1-1/+1
2025-10-02ethernet: rvu-af: Remove slash from the driver namePetr Malat1-2/+1
2025-10-02can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean1-1/+1
2025-10-02can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: hi311x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-1/+2
2025-10-02can: etas_es58x: sort the includes by alphabetic orderVincent Mailhol4-11/+11
2025-10-02can: rcar_can: rcar_can_resume(): fix s2ram with PSCIGeert Uytterhoeven1-7/+1
2025-09-25octeontx2-pf: Fix use-after-free bugs in otx2_sync_tstamp()Duoming Zhou1-1/+1
2025-09-25cnic: Fix use-after-free bugs in cnic_delete_taskDuoming Zhou1-2/+1
2025-09-25net: liquidio: fix overflow in octeon_init_instr_queue()Alexey Nepomnyashih1-1/+1
2025-09-25Revert "net/mlx5e: Update and set Xon/Xoff upon port speed set"Tariq Toukan1-2/+0
2025-09-25bonding: don't set oif to bond dev when getting NS target destinationHangbin Liu1-1/+0
2025-09-25i40e: remove redundant memory barrier when cleaning Tx descsMaciej Fijalkowski1-3/+0
2025-09-25net: natsemi: fix `rx_dropped` double accounting on `netif_rx()` failureYeounsu Moon1-7/+6