summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-11-26macvlan: enforce a consistent minimal mtuEric Dumazet
2022-11-26net: phy: marvell: add sleep time after enabling the loopback bitAminuddin Jamaluddin
2022-11-26net: thunderbolt: Fix error handling in tbnet_init()Yuan Can
2022-11-26net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...Shang XiaoJing
2022-11-26net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...Liu Jian
2022-11-26net: hns3: fix setting incorrect phy link ksettings for firmware in resetting...Guangbin Huang
2022-11-26net: ena: Fix error handling in ena_init()Yuan Can
2022-11-26net: ionic: Fix error handling in ionic_init_module()Yuan Can
2022-11-26net: mhi: Fix memory leak in mhi_net_dellink()Wei Yongjun
2022-11-26bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui
2022-11-26net: macvlan: Use built-in RCU list checkingChuang Wang
2022-11-26net: liquidio: release resources when liquidio driver open failedZhengchao Shao
2022-11-26net: stmmac: ensure tx function is not running in stmmac_xdp_release()Mohd Faizal Abdul Rahim
2022-11-26net: hinic: Fix error handling in hinic_module_init()Yuan Can
2022-11-26net: bgmac: Drop free_netdev() from bgmac_enet_remove()Wei Yongjun
2022-11-26nfp: change eeprom length to max length enumeratorsJaco Coetzee
2022-11-16net: tun: call napi_schedule_prep() to ensure we own a napiEric Dumazet
2022-11-16wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update()Wen Gong
2022-11-16net: macvlan: fix memory leaks of macvlan_common_newlinkChuang Wang
2022-11-16ethernet: tundra: free irq when alloc ring failed in tsi108_open()Zhengchao Shao
2022-11-16net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()Zhengchao Shao
2022-11-16ethernet: s2io: disable napi when start nic failed in s2io_card_up()Zhengchao Shao
2022-11-16net: atlantic: macsec: clear encryption keys from the stackAntoine Tenart
2022-11-16net: phy: mscc: macsec: clear encryption keys when freeing a flowAntoine Tenart
2022-11-16stmmac: dwmac-loongson: fix missing of_node_put() while module exitingYang Yingliang
2022-11-16stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_pr...Yang Yingliang
2022-11-16stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exitingYang Yingliang
2022-11-16cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf...Zhengchao Shao
2022-11-16stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHzTan, Tee Min
2022-11-16stmmac: intel: Enable 2.5Gbps for Intel AlderLake-SWong Vee Khee
2022-11-16net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao
2022-11-16net: cpsw: disable napi in cpsw_ndo_open()Zhengchao Shao
2022-11-16net/mlx5e: E-Switch, Fix comparing termination table instanceRoi Dayan
2022-11-16net/mlx5: Allow async trigger completion execution on single CPU systemsRoy Novich
2022-11-16net/mlx5: Bridge, verify LAG state when adding bond to bridgeVlad Buslov
2022-11-16net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfgM Chetan Kumar
2022-11-16net: nixge: disable napi when enable interrupts failed in nixge_open()Zhengchao Shao
2022-11-16net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init()Zhengchao Shao
2022-11-16drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()Zhengchao Shao
2022-11-16net: lapbether: fix issue of invalid opcode in lapbeth_open()Zhengchao Shao
2022-11-16net: broadcom: Fix BCMGENET KconfigYueHaibing
2022-11-16net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable()Rasmus Villemoes
2022-11-16net: wwan: mhi: fix memory leak in mhi_mbim_dellinkHW He
2022-11-16net: wwan: iosm: fix memory leak in ipc_wwan_dellinkHW He
2022-11-16hamradio: fix issue of dev reference count leakage in bpq_device_event()Zhengchao Shao
2022-11-16net: lapbether: fix issue of dev reference count leakage in lapbeth_device_ev...Zhengchao Shao
2022-11-16net: fman: Unregister ethernet device on removalSean Anderson
2022-11-16bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba
2022-11-16bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()Michael Chan
2022-11-16net: tun: Fix memory leaks of napi_get_fragsWang Yufen