summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-08-23wifi: ath11k: Fix a few spelling errorsJeff Johnson
2023-08-23wifi: ath10k: Fix a few spelling errorsJeff Johnson
2023-08-23wifi: ath11k: Consistently use ath11k_vif_to_arvif()Jeff Johnson
2023-08-23wifi: ath11k: Cleanup mac80211 references on failure during tx_completeSven Eckelmann
2023-08-23wifi: ath11k: Don't drop tx_status when peer cannot be foundSven Eckelmann
2023-08-22wifi: ath9k: Remove unused declarationsYue Haibing
2023-08-22wifi: ath9k: Remove unnecessary ternary operatorsRuan Jinjie
2023-08-22wifi: ath9k: consistently use kstrtoX_from_user() functionsDmitry Antipov
2023-08-22wifi: ath9k: fix parameter check in ath9k_init_debug()Minjie Du
2023-08-22wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin
2023-08-22wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin
2023-08-22wifi: ath5k: Remove redundant dev_err()Ruan Jinjie
2023-08-21pds_core: Fix some kernel-doc commentsYang Li
2023-08-20net: stmmac: Check more MAC HW features for XGMAC Core 3.20Furong Xu
2023-08-20net: lan743x: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie
2023-08-20net: bcmgenet: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie
2023-08-20net: bgmac: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie
2023-08-20net: dsa: realtek: add phylink_get_caps implementationRussell King (Oracle)
2023-08-19net: microchip: sparx5: Update return value check for vcap_get_rule()Ruan Jinjie
2023-08-19net: lan966x: Fix return value check for vcap_get_rule()Ruan Jinjie
2023-08-19net: microchip: vcap api: Always return ERR_PTR for vcap_get_rule()Ruan Jinjie
2023-08-19net: mdio: xgene: remove useless xgene_mdio_statusRussell King (Oracle)
2023-08-19stmmac: intel: Enable correction of MAC propagation delayKurt Kanzenbach
2023-08-18net: freescale: Remove unused declarationsYue Haibing
2023-08-18bnxt_en: Add tx_resets ring counterMichael Chan
2023-08-18bnxt_en: Display the ring error counters under ethtool -SMichael Chan
2023-08-18bnxt_en: Save ring error counters across resetMichael Chan
2023-08-18bnxt_en: Increment rx_resets counter in bnxt_disable_napi()Michael Chan
2023-08-18bnxt_en: Let the page pool manage the DMA mappingSomnath Kotur
2023-08-18bnxt_en: Use the unified RX page pool buffers for XDP and non-XDPSomnath Kotur
2023-08-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-08-18net: dm9051: Use PTR_ERR_OR_ZERO() to simplify codeRuan Jinjie
2023-08-18sky2: Remove redundant NULL check for debugfs_create_dirRuan Jinjie
2023-08-18pds_core: remove redundant pci_clear_master()Yu Liao
2023-08-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-08-18net: fec: use napi_consume_skb() in fec_enet_tx_queue()Wei Fang
2023-08-18sfc: Remove unneeded semicolonYang Li
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-18Merge tag 'drm-fixes-2023-08-18-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-08-17netconsole: Enable compile time configurationBreno Leitao
2023-08-17netconsole: Create a allocation helperBreno Leitao
2023-08-17net: mdio: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt
2023-08-17net: ena: Use pci_dev_id() to simplify the codeJialin Zhang
2023-08-17tun: add __exit annotations to module exit func tun_cleanup()Ziyang Xuan
2023-08-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-08-17ice: split ice_aq_wait_for_event() func into twoPrzemek Kitszel
2023-08-17ice: embed &ice_rq_event_info event into struct ice_aq_taskPrzemek Kitszel
2023-08-17ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel
2023-08-17ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel