summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-06-14iwlwifi: mvm: fix assert 1F04 upon reconfigEmmanuel Grumbach1-0/+3
2022-06-14can: xilinx_can: mark bit timing constants as constMarc Kleine-Budde1-2/+2
2022-06-14ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter1-0/+8
2022-06-14ath9k: fix ar9003_get_eepmiscWenli Looi1-1/+1
2022-06-14eth: tg3: silence the GCC 12 array-bounds warningJakub Kicinski1-0/+5
2022-06-14net: phy: micrel: Allow probing without .driver_dataFabio Estevam1-5/+6
2022-06-14rtlwifi: Use pr_warn instead of WARN_ONCEDongliang Mu1-1/+1
2022-06-14mlxsw: spectrum_dcb: Do not warn about priority changesPetr Machata1-13/+0
2022-06-14net/mlx5: fs, delete the FTE when there are no rules attached to itMark Bloch1-5/+5
2022-06-14ath9k: fix QCA9561 PA bias levelThibaut VARĂˆNE1-1/+1
2022-06-14ipw2x00: Fix potential NULL dereference in libipw_xmit()Haowen Bai1-1/+1
2022-06-14b43: Fix assigning negative value to unsigned variableHaowen Bai1-1/+1
2022-06-14b43legacy: Fix assigning negative value to unsigned variableHaowen Bai1-1/+1
2022-06-14mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queueNiels Dossche1-0/+2
2022-06-06net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley1-0/+5
2022-05-25net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min2-1/+2
2022-05-25net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler1-0/+7
2022-05-25net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang1-3/+1
2022-05-25ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang1-1/+4
2022-05-25igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2022-05-25net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy1-0/+7
2022-05-25net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET1-1/+2
2022-05-25ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt1-3/+4
2022-05-25net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()Zixuan Fu1-0/+4
2022-05-25net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()Zixuan Fu1-0/+2
2022-05-25net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam1-1/+1
2022-05-18net: phy: Fix race condition on link status changeFrancesco Dolcini1-5/+40
2022-05-18i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong1-13/+14
2022-05-18net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham1-15/+0
2022-05-18net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo1-0/+5
2022-05-18mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protectionJohannes Berg1-0/+3
2022-05-15can: grcan: only use the NAPI poll budget for RXAndreas Larsson1-15/+7
2022-05-15can: grcan: grcan_probe(): fix broken system id check for errata workaround n...Andreas Larsson1-5/+11
2022-05-15nfp: bpf: silence bitwise vs. logical OR warningNathan Chancellor1-2/+2
2022-05-12smsc911x: allow using IRQ0Sergey Shtylyov1-1/+1
2022-05-12bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur1-5/+4
2022-05-12net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham1-3/+12
2022-05-12net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang1-0/+1
2022-05-12net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init()Yang Yingliang1-0/+1
2022-05-12can: grcan: use ofdev->dev when allocating DMA memoryDaniel Hellstrom1-2/+4
2022-05-12can: grcan: grcan_close(): fix deadlockDuoming Zhou1-0/+2
2022-05-09net: ethernet: stmmac: fix write to sgmii_adapter_baseDinh Nguyen1-5/+7
2022-05-09drivers: net: hippi: Fix deadlock in rr_close()Duoming Zhou1-0/+2
2022-05-09ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky1-1/+2
2022-05-09bnx2x: fix napi API usage sequenceManish Chopra1-4/+5
2022-05-09net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLKMartin Blumenstingl1-3/+0
2022-05-09net: bcmgenet: hide status block before TX timestampingJonathan Lemon1-0/+7
2022-05-09net: hns3: add validity check for message data lengthJian Shen1-0/+7
2022-05-09hamradio: remove needs_free_netdev to avoid UAFLin Ma1-1/+0
2022-05-09hamradio: defer 6pack kfree after unregister_netdevLin Ma1-1/+3