summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath9k: fix LNA selection in ath_ant_try_scan()Dmitry Antipov2024-04-131-1/+1
* i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov2024-04-131-18/+16
* net: stmmac: fix rx queue priority assignmentPiotr Wejman2024-04-132-17/+63
* r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit2024-04-131-0/+9
* wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detachZheng Wang2024-04-131-2/+2
* net/bnx2x: Prevent access to a freed page in page_poolThinh Tran2024-03-261-3/+3
* nfp: flower: handle acti_netdevs allocation failureDuoming Zhou2024-03-261-0/+5
* sr9800: Add check for usbnet_get_endpointsChen Ni2024-03-261-1/+3
* igb: Fix missing time sync eventsVinicius Costa Gomes2024-03-261-18/+5
* igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos2024-03-261-35/+46
* wifi: brcmsmac: avoid function pointer castsArnd Bergmann2024-03-263-5/+5
* wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()Zhipeng Lu2024-03-261-2/+11
* wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan2024-03-261-3/+0
* wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu2024-03-261-1/+2
* wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu2024-03-261-6/+7
* b43: main: Fix use true/false for bool typeSaurav Girepunje2024-03-261-3/+3
* wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu2024-03-261-3/+3
* wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu2024-03-262-2/+18
* b43: dma: Fix use true/false for bool type variableSaurav Girepunje2024-03-261-2/+2
* wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo2024-03-261-0/+4
* hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta2024-03-151-20/+62
* hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang2024-03-151-2/+1
* hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui2024-03-151-2/+11
* geneve: make sure to pull inner header in geneve_rx()Eric Dumazet2024-03-151-2/+16
* net: move definition of pcpu_lstats to header fileLi RongQing2024-03-153-22/+4
* net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel2024-03-151-1/+2
* lan78xx: Fix race conditions in suspend/resume handlingJohn Efstathiades2024-03-151-135/+284
* lan78xx: Fix partial packet errors on suspend/resumeJohn Efstathiades2024-03-151-106/+197
* lan78xx: Add missing return code checksJohn Efstathiades2024-03-151-66/+333
* lan78xx: Fix white space and style issuesJohn Efstathiades2024-03-151-38/+42
* net: usb: lan78xx: Remove lots of set but unused 'ret' variablesLee Jones2024-03-151-90/+78
* gtp: fix use-after-free and null-ptr-deref in gtp_newlink()Alexander Ofitserov2024-03-061-6/+6
* net: usb: dm9601: fix wrong return value in dm9601_mdio_readJavier Carrasco2024-03-061-1/+1
* lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel2024-03-061-1/+2
* tun: Fix xdp_rxq_info's queue_index when detachingYunjian Wang2024-03-061-0/+1
* gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()Vasiliy Kovalev2024-03-011-5/+5
* net: stmmac: fix notifier registrationAaro Koskinen2024-03-011-5/+8
* stmmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2024-03-012-46/+8
* nfp: use correct macro for LengthSelect in BAR configDaniel Basilio2024-02-231-2/+4
* xen-netback: properly sync TX responsesJan Beulich2024-02-231-44/+40
* i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera2024-02-231-1/+1
* ppp_async: limit MRU to 64KEric Dumazet2024-02-231-0/+4
* bonding: remove print in bond_verify_device_pathZhengchao Shao2024-02-231-4/+1
* ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()Christophe JAILLET2024-02-231-1/+2
* ixgbe: Refactor overtemp event handlingJedrzej Jagielski2024-02-235-41/+43
* ixgbe: Refactor returning internal error codesJedrzej Jagielski2024-02-2312-317/+264
* ixgbe: Remove non-inclusive languagePiotr Skajewski2024-02-233-25/+25
* net: remove unneeded breakTom Rix2024-02-234-7/+0
* virtio_net: Fix "ā€˜%dā€™ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun2024-02-231-4/+5
* wifi: rtlwifi: rtl8723{be,ae}: using calculate_bit_shift()Su Hui2024-02-232-5/+5