summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHzTan, Tee Min2022-11-101-2/+9
* net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao2022-11-101-0/+1
* net: cpsw: disable napi in cpsw_ndo_open()Zhengchao Shao2022-11-101-0/+2
* net: wwan: iosm: fix kernel test robot reported errorsM Chetan Kumar2022-11-092-0/+2
* net: wwan: iosm: fix invalid mux header typeM Chetan Kumar2022-11-092-0/+9
* net: wwan: iosm: fix driver not working with INTEL_IOMMU disabledM Chetan Kumar2022-11-092-1/+8
* net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfgM Chetan Kumar2022-11-091-3/+8
* ibmveth: Reduce default tx queues to 8Nick Child2022-11-092-1/+3
* net: nixge: disable napi when enable interrupts failed in nixge_open()Zhengchao Shao2022-11-091-0/+1
* net: tun: call napi_schedule_prep() to ensure we own a napiEric Dumazet2022-11-091-6/+13
* net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init()Zhengchao Shao2022-11-091-1/+6
* Merge tag 'linux-can-fixes-for-6.1-20221107' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-11-0935-52/+39
|\
| * can: rcar_canfd: Add missing ECC error checks for channels 2-7Geert Uytterhoeven2022-11-071-9/+4
| * can: dev: fix skb drop checkOliver Hartkopp2022-11-0735-43/+35
* | drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()Zhengchao Shao2022-11-081-1/+3
* | octeontx2-pf: Fix SQE threshold checkingRatheesh Kannoth2022-11-083-13/+21
* | net: ethernet: mtk-star-emac: disable napi when connect and start PHY failed ...Zhengchao Shao2022-11-081-0/+2
* | net: lapbether: fix issue of invalid opcode in lapbeth_open()Zhengchao Shao2022-11-081-0/+1
* | net: broadcom: Fix BCMGENET KconfigYueHaibing2022-11-081-1/+1
* | octeontx2-pf: fix build error when CONFIG_OCTEONTX2_PF=yYang Yingliang2022-11-081-0/+1
* | net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable()Rasmus Villemoes2022-11-081-5/+3
|/
* net: wwan: iosm: Remove unnecessary if_mutex lockZhaoping Shu2022-11-071-36/+6
* net: wwan: mhi: fix memory leak in mhi_mbim_dellinkHW He2022-11-071-0/+1
* net: wwan: iosm: fix memory leak in ipc_wwan_dellinkHW He2022-11-071-0/+1
* hamradio: fix issue of dev reference count leakage in bpq_device_event()Zhengchao Shao2022-11-071-1/+1
* net: lapbether: fix issue of dev reference count leakage in lapbeth_device_ev...Zhengchao Shao2022-11-071-1/+1
* net: fman: Unregister ethernet device on removalSean Anderson2022-11-051-0/+9
* bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba2022-11-051-1/+1
* bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()Michael Chan2022-11-051-1/+1
* bnxt_en: fix the handling of PCIE-AERVikas Gupta2022-11-053-2/+31
* bnxt_en: refactor bnxt_cancel_reservations()Vikas Gupta2022-11-051-7/+16
* net: tun: Fix memory leaks of napi_get_fragsWang Yufen2022-11-041-0/+1
* octeontx2-pf: NIX TX overwrites SQ_CTX_HW_S[SQ_INT]Ratheesh Kannoth2022-11-042-30/+162
* net: ethernet: ti: am65-cpsw: Fix segmentation fault at module unloadRoger Quadros2022-11-041-1/+1
* macsec: clear encryption keys from the stack after setting up offloadSabrina Dubroca2022-11-041-0/+2
* macsec: fix detection of RXSCs when toggling offloadingSabrina Dubroca2022-11-041-1/+1
* macsec: fix secy->n_rx_sc accountingSabrina Dubroca2022-11-041-6/+8
* macsec: delete new rxsc when offload failsSabrina Dubroca2022-11-041-3/+2
* Revert "net: macsec: report real_dev features when HW offloading is enabled"Sabrina Dubroca2022-11-041-23/+4
* net: hns3: fix get wrong value of function hclge_get_dscp_prio()Guangbin Huang2022-11-041-3/+5
* net: octeontx2-pf: mcs: consider MACSEC settingRandy Dunlap2022-11-041-0/+1
* Merge tag 'wireless-2022-11-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-11-0418-68/+83
|\
| * wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update()Wen Gong2022-11-021-5/+1
| * wifi: ath11k: Fix QCN9074 firmware boot on x86Tyler J. Stachecki2022-11-021-1/+1
| * wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()Dokyung Song2022-11-011-0/+4
| * wifi: airo: do not assign -1 to unsigned charJason A. Donenfeld2022-11-011-4/+14
| * wifi: mac80211_hwsim: fix debugfs attribute ps with rc table supportJonas Jelonek2022-10-211-0/+5
| * wifi: rt2x00: use explicitly signed or unsigned typesJason A. Donenfeld2022-10-2113-58/+58
* | Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-0321-56/+143
|\ \
| * | stmmac: dwmac-loongson: fix invalid mdio_nodeLiu Peibao2022-11-031-5/+2