summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: altera: Fix refcount leak in altera_tse_mdio_createMiaoqian Lin2022-06-141-1/+5
* net/mlx5: fs, fail conflicting actionsMark Bloch2022-06-141-3/+32
* net/mlx5: Rearm the FW tracer after each tracer eventFeras Daoud2022-06-141-2/+5
* net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada2022-06-141-1/+0
* net/mlx4_en: Fix wrong return value on ioctl EEPROM query failureGal Pressman2022-06-141-1/+1
* net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_listMiaoqian Lin2022-06-141-1/+3
* net/mlx5e: Update netdev features after changing XDP stateMaxim Mikityanskiy2022-06-141-0/+5
* net/mlx5: Don't use already freed action pointerLeon Romanovsky2022-06-141-5/+4
* nfp: only report pause frame configuration for physical deviceYu Xiao2022-06-141-2/+2
* net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_registerMiaoqian Lin2022-06-141-0/+1
* net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()Dan Carpenter2022-06-141-0/+3
* carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong2022-06-141-0/+3
* rtl818x: Prevent using not initialized queuesAlexander Wetzel2022-06-141-2/+6
* iwlwifi: mvm: fix assert 1F04 upon reconfigEmmanuel Grumbach2022-06-141-0/+3
* can: xilinx_can: mark bit timing constants as constMarc Kleine-Budde2022-06-141-2/+2
* ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter2022-06-141-0/+8
* ath9k: fix ar9003_get_eepmiscWenli Looi2022-06-141-1/+1
* eth: tg3: silence the GCC 12 array-bounds warningJakub Kicinski2022-06-141-0/+5
* net: phy: micrel: Allow probing without .driver_dataFabio Estevam2022-06-141-5/+6
* rtlwifi: Use pr_warn instead of WARN_ONCEDongliang Mu2022-06-141-1/+1
* mlxsw: spectrum_dcb: Do not warn about priority changesPetr Machata2022-06-141-13/+0
* net/mlx5: fs, delete the FTE when there are no rules attached to itMark Bloch2022-06-141-5/+5
* ath9k: fix QCA9561 PA bias levelThibaut VARĂˆNE2022-06-141-1/+1
* ipw2x00: Fix potential NULL dereference in libipw_xmit()Haowen Bai2022-06-141-1/+1
* b43: Fix assigning negative value to unsigned variableHaowen Bai2022-06-141-1/+1
* b43legacy: Fix assigning negative value to unsigned variableHaowen Bai2022-06-141-1/+1
* mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queueNiels Dossche2022-06-141-0/+2
* net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley2022-06-061-0/+5
* net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min2022-05-252-1/+2
* net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler2022-05-251-0/+7
* net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang2022-05-251-3/+1
* ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang2022-05-251-1/+4
* igb: skip phy status check where unavailableKevin Mitchell2022-05-251-1/+2
* net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy2022-05-251-0/+7
* net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET2022-05-251-1/+2
* ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt2022-05-251-3/+4
* net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()Zixuan Fu2022-05-251-0/+4
* net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()Zixuan Fu2022-05-251-0/+2
* net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam2022-05-251-1/+1
* net: phy: Fix race condition on link status changeFrancesco Dolcini2022-05-181-5/+40
* i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong2022-05-181-13/+14
* net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham2022-05-181-15/+0
* net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo2022-05-181-0/+5
* mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protectionJohannes Berg2022-05-181-0/+3
* can: grcan: only use the NAPI poll budget for RXAndreas Larsson2022-05-151-15/+7
* can: grcan: grcan_probe(): fix broken system id check for errata workaround n...Andreas Larsson2022-05-151-5/+11
* nfp: bpf: silence bitwise vs. logical OR warningNathan Chancellor2022-05-151-2/+2
* smsc911x: allow using IRQ0Sergey Shtylyov2022-05-121-1/+1
* bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur2022-05-121-5/+4
* net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham2022-05-121-3/+12