summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2024-04-13ionic: set adminq irq affinityShannon Nelson
2024-04-13wifi: ath9k: fix LNA selection in ath_ant_try_scan()Dmitry Antipov
2024-04-13net: ravb: Always process TX descriptor ringPaul Barker
2024-04-13i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov
2024-04-13i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov
2024-04-13octeontx2-pf: check negative error code in otx2_open()Su Hui
2024-04-13net: stmmac: fix rx queue priority assignmentPiotr Wejman
2024-04-13r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit
2024-04-13Octeontx2-af: fix pause frame configuration in GMP modeHariprasad Kelam
2024-04-13ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()Przemek Kitszel
2024-04-13net: ll_temac: platform_get_resource replaced by wrong functionClaus Hansen Ries
2024-04-13vxge: remove unnecessary cast in kfree()Xu Wang
2024-04-13wireguard: netlink: access device through ctx instead of peerJason A. Donenfeld
2024-04-13wireguard: netlink: check for dangling peer via is_dead instead of empty listJason A. Donenfeld
2024-04-13net: hns3: tracing: fix hclgevf trace event stringsSteven Rostedt (Google)
2024-04-13wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detachZheng Wang
2024-03-26octeontx2-af: Use separate handlers for interruptsSubbaraya Sundeep
2024-03-26net/bnx2x: Prevent access to a freed page in page_poolThinh Tran
2024-03-26wireguard: receive: annotate data-race around receiving_counter.counterNikita Zhandarovich
2024-03-26net: dsa: mt7530: prevent possible incorrect XTAL frequency selectionArınç ÜNAL
2024-03-26octeontx2-af: Use matching wake_up API variant in CGX command interfaceLinu Cherian
2024-03-26nfp: flower: handle acti_netdevs allocation failureDuoming Zhou
2024-03-26net: phy: dp83822: Fix RGMII TX delay configurationTim Pambor
2024-03-26net: phy: DP83822: enable rgmii mode if phy_interface_is_rgmiiTommaso Merciai
2024-03-26net: hns3: fix port duplex configure error in IMP resetJie Wang
2024-03-26net: phy: fix phy_get_internal_delay accessing an empty arrayKévin L'hôpital
2024-03-26sr9800: Add check for usbnet_get_endpointsChen Ni
2024-03-26igb: Fix missing time sync eventsVinicius Costa Gomes
2024-03-26igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos
2024-03-26wifi: rtw88: 8821c: Fix false alarm countBitterblue Smith
2024-03-26net: ena: Remove ena_select_queueKamal Heib
2024-03-26wifi: brcmsmac: avoid function pointer castsArnd Bergmann
2024-03-26wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfacesAlexis Lothoré
2024-03-26wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2024-03-26wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()Zhipeng Lu
2024-03-26wifi: iwlwifi: fix EWRD table validity checkMiri Korenblit
2024-03-26wifi: iwlwifi: dbg-tlv: ensure NUL terminationJohannes Berg
2024-03-26wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is completeToke Høiland-Jørgensen
2024-03-26wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan
2024-03-26wifi: wilc1000: fix multi-vif management when deleting a vifAjay Singh
2024-03-26wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_workMartin Kaistra
2024-03-26wifi: wilc1000: fix RCU usage in connect pathAlexis Lothoré
2024-03-26wifi: wilc1000: fix declarations orderingAlexis Lothoré
2024-03-26wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu
2024-03-26wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu
2024-03-26wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu
2024-03-26wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu
2024-03-26wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo
2024-03-15hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta
2024-03-15hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang