summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-11-10net: macvlan: fix memory leaks of macvlan_common_newlinkChuang Wang
2022-11-10ethernet: tundra: free irq when alloc ring failed in tsi108_open()Zhengchao Shao
2022-11-10net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()Zhengchao Shao
2022-11-10ethernet: s2io: disable napi when start nic failed in s2io_card_up()Zhengchao Shao
2022-11-10net: atlantic: macsec: clear encryption keys from the stackAntoine Tenart
2022-11-10net: phy: mscc: macsec: clear encryption keys when freeing a flowAntoine Tenart
2022-11-10stmmac: dwmac-loongson: fix missing of_node_put() while module exitingYang Yingliang
2022-11-10stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_pr...Yang Yingliang
2022-11-10stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exitingYang Yingliang
2022-11-09cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf...Zhengchao Shao
2022-11-09stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHzTan, Tee Min
2022-11-09net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao
2022-11-09net: cpsw: disable napi in cpsw_ndo_open()Zhengchao Shao
2022-11-09net: wwan: iosm: fix kernel test robot reported errorsM Chetan Kumar
2022-11-09net: wwan: iosm: fix invalid mux header typeM Chetan Kumar
2022-11-09net: wwan: iosm: fix driver not working with INTEL_IOMMU disabledM Chetan Kumar
2022-11-09net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfgM Chetan Kumar
2022-11-08ibmveth: Reduce default tx queues to 8Nick Child
2022-11-08net: nixge: disable napi when enable interrupts failed in nixge_open()Zhengchao Shao
2022-11-08net: tun: call napi_schedule_prep() to ensure we own a napiEric Dumazet
2022-11-08net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init()Zhengchao Shao
2022-11-08Merge tag 'linux-can-fixes-for-6.1-20221107' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-11-08drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()Zhengchao Shao
2022-11-08octeontx2-pf: Fix SQE threshold checkingRatheesh Kannoth
2022-11-08net: ethernet: mtk-star-emac: disable napi when connect and start PHY failed ...Zhengchao Shao
2022-11-08net: lapbether: fix issue of invalid opcode in lapbeth_open()Zhengchao Shao
2022-11-07net: broadcom: Fix BCMGENET KconfigYueHaibing
2022-11-07octeontx2-pf: fix build error when CONFIG_OCTEONTX2_PF=yYang Yingliang
2022-11-07net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable()Rasmus Villemoes
2022-11-07can: rcar_canfd: Add missing ECC error checks for channels 2-7Geert Uytterhoeven
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-11-07net: wwan: iosm: Remove unnecessary if_mutex lockZhaoping Shu
2022-11-07net: wwan: mhi: fix memory leak in mhi_mbim_dellinkHW He
2022-11-07net: wwan: iosm: fix memory leak in ipc_wwan_dellinkHW He
2022-11-07hamradio: fix issue of dev reference count leakage in bpq_device_event()Zhengchao Shao
2022-11-07net: lapbether: fix issue of dev reference count leakage in lapbeth_device_ev...Zhengchao Shao
2022-11-04net: fman: Unregister ethernet device on removalSean Anderson
2022-11-04bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba
2022-11-04bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()Michael Chan
2022-11-04bnxt_en: fix the handling of PCIE-AERVikas Gupta
2022-11-04bnxt_en: refactor bnxt_cancel_reservations()Vikas Gupta
2022-11-04net: tun: Fix memory leaks of napi_get_fragsWang Yufen
2022-11-04octeontx2-pf: NIX TX overwrites SQ_CTX_HW_S[SQ_INT]Ratheesh Kannoth
2022-11-04net: ethernet: ti: am65-cpsw: Fix segmentation fault at module unloadRoger Quadros
2022-11-04macsec: clear encryption keys from the stack after setting up offloadSabrina Dubroca
2022-11-04macsec: fix detection of RXSCs when toggling offloadingSabrina Dubroca
2022-11-04macsec: fix secy->n_rx_sc accountingSabrina Dubroca
2022-11-04macsec: delete new rxsc when offload failsSabrina Dubroca
2022-11-04Revert "net: macsec: report real_dev features when HW offloading is enabled"Sabrina Dubroca
2022-11-04net: hns3: fix get wrong value of function hclge_get_dscp_prio()Guangbin Huang