summaryrefslogtreecommitdiffhomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netdeveldavem/net-nextJakub Kicinski28-97/+365
2026-04-14net: pse-pd: fix kernel-doc function name for pse_control_find_by_id()Kory Maincent1-1/+1
2026-04-14wireguard: device: use exit_rtnl callback instead of manual rtnl_lock in pre_...Shardul Bankar1-5/+3
2026-04-14wireguard: allowedips: remove redundant spaceJason A. Donenfeld1-1/+1
2026-04-14wireguard: allowedips: Use kfree_rcu() instead of call_rcu()Fushuai Wang1-7/+2
2026-04-14net: airoha: Add missing PPE configurations in airoha_ppe_hw_init()Lorenzo Bianconi1-3/+11
2026-04-14net: airoha: Fix VIP configuration for AN7583 SoCLorenzo Bianconi2-17/+51
2026-04-14net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()Greg Kroah-Hartman1-1/+6
2026-04-13net: airoha: Remove PCE_MC_EN_MASK bit in REG_FE_PCE_CFG configurationLorenzo Bianconi1-3/+2
2026-04-13net: airoha: Rely on net_device pointer in ETS callbacksLorenzo Bianconi1-16/+14
2026-04-13net: airoha: Rely on net_device pointer in HTB callbacksLorenzo Bianconi1-21/+24
2026-04-13net: airoha: Rely on net_device pointer in airoha_dev_setup_tc_block signatureLorenzo Bianconi1-5/+5
2026-04-13net: dsa: mxl862xx: implement .get_stats64Daniel Golle3-7/+270
2026-04-13net: dsa: mxl862xx: add ethtool statistics supportDaniel Golle3-0/+318
2026-04-13net: phy: realtek: use LEDCR page number define on RTL8211FAleksander Jan Bajkowski1-2/+3
2026-04-13bnge: return after auxiliary_device_uninit() in error pathGreg Kroah-Hartman1-0/+1
2026-04-13octeon_ep_vf: add NULL check for napi_build_skb()David Carlier1-2/+28
2026-04-13octeon_ep_vf: introduce octep_vf_oq_next_idx() helperDavid Carlier1-9/+8
2026-04-13net: phy: qcom: at803x: Use the correct bit to disable extended next pageMaxime Chevallier1-1/+1
2026-04-13net: stmmac: enable RPS and RBU interruptsRussell King (Oracle)1-0/+6
2026-04-13Merge tag 'for-net-next-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski13-224/+427
2026-04-13mlx4: correct error reporting in mlx4_master_process_vhcr()Alok Tiwari1-2/+2
2026-04-13Bluetooth: hci_qca: Fix missing wakeup during SSR memdump handlingShuai Zhang1-2/+2
2026-04-13Bluetooth: btintel_pcie: use strscpy to copy plain stringsThorsten Blum1-2/+2
2026-04-13Bluetooth: btintel_pcie: Align shared DMA memory to 128 bytesKiran K2-44/+53
2026-04-13Bluetooth: hci_ll: Enable BROKEN_ENHANCED_SETUP_SYNC_CONN for WL183xStefano Radaelli1-0/+10
2026-04-13Bluetooth: btusb: MediaTek MT7922: Add VID 0489 & PID e11dKamiyama Chiaki1-0/+2
2026-04-13Bluetooth: btmtk: hide unused btmtk_mt6639_devs[] arrayArnd Bergmann1-16/+16
2026-04-13Bluetooth: btusb: Add MT7927 ID for ASUS X870E / ProArt X870E-CreatorJavier Tia1-0/+2
2026-04-13Bluetooth: btusb: Add MT7927 ID for TP-Link Archer TBE550EJavier Tia1-0/+2
2026-04-13Bluetooth: btusb: Add MT7927 ID for MSI X870E Ace MaxJavier Tia1-0/+2
2026-04-13Bluetooth: btusb: Add MT7927 ID for Gigabyte Z790 AORUS MASTER XJavier Tia1-0/+2
2026-04-13Bluetooth: btusb: Add MT7927 ID for Lenovo Legion Pro 7 16ARX9Javier Tia1-0/+2
2026-04-13Bluetooth: btusb: Add MT7927 ID for ASUS ROG Crosshair X870E HeroJavier Tia1-0/+2
2026-04-13Bluetooth: btmtk: fix ISO interface setup for single alt settingJavier Tia1-1/+2
2026-04-13Bluetooth: btmtk: Add MT6639 (MT7927) Bluetooth supportJavier Tia3-8/+61
2026-04-13Bluetooth: btmtk: refactor endpoint lookupJohan Hovold1-24/+5
2026-04-13Bluetooth: btusb: refactor endpoint lookupJohan Hovold1-43/+8
2026-04-13Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on errorJonathan Rissanen1-0/+3
2026-04-13Bluetooth: hci_qca: disable power control for WCN7850 when bt_en is not definedShuai Zhang1-1/+2
2026-04-13bluetooth: btusb: Fix whitespace in btusb.cLukas Kraft1-1/+2
2026-04-13net: team: Add new tx_enabled team port optionMarc Harvey1-0/+55
2026-04-13net: team: Add new rx_enabled team port optionMarc Harvey1-0/+49
2026-04-13net: team: Track rx enablement separately from tx enablementMarc Harvey2-25/+81
2026-04-13net: team: Rename enablement functions and struct members to txMarc Harvey4-25/+27
2026-04-13net: team: Rename port_disabled team mode op to port_tx_disabledMarc Harvey2-4/+4
2026-04-13net: team: Remove unused team_mode_op, port_enabledMarc Harvey1-2/+0
2026-04-13net: team: Annotate reads and writes for mixed lock accessed valuesMarc Harvey2-6/+7
2026-04-12net: ipa: add IPA v5.2 configuration dataLuca Weiss8-1/+464
2026-04-12net: ethernet: mtk_eth_soc: initialize PPE per-tag-layer MTU registersDaniel Golle3-1/+52