summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-16ionic: set adminq irq affinityShannon Nelson1-1/+4
2024-02-16net: ravb: Add runtime PM supportClaudiu Beznea1-4/+50
2024-02-16net: ravb: Do not apply features to hardware if the interface is downClaudiu Beznea1-1/+10
2024-02-16net: ravb: Move the update of ndev->features to ravb_set_features()Claudiu Beznea1-4/+8
2024-02-16net: ravb: Return cached statistics if the interface is downClaudiu Beznea1-0/+12
2024-02-16net: ravb: Keep the reverse order of operations in ravb_close()Claudiu Beznea1-8/+8
2024-02-16net: ravb: Get rid of the temporary variable irqClaudiu Beznea1-13/+16
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski161-838/+1085
2024-02-15Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds53-197/+297
2024-02-15Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-21/+23
2024-02-15Merge tag 'devicetree-fixes-for-6.8-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-43/+34
2024-02-15Merge tag 'spi-fix-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-146/+25
2024-02-15Merge tag 'regmap-fix-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+40
2024-02-15Merge tag 'hid-for-linus-2024021501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-25/+70
2024-02-15Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-23/+20
2024-02-15net: fill in MODULE_DESCRIPTION()s for missing arcnetBreno Leitao10-0/+10
2024-02-15net: fill in MODULE_DESCRIPTION()s for mdio_devresBreno Leitao1-0/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for pppBreno Leitao5-0/+5
2024-02-15net: fill in MODULE_DESCRIPTION()s for fddik/skfpBreno Leitao1-0/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for plipBreno Leitao1-0/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for ieee802154/fakelbBreno Leitao1-0/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for xen-netbackBreno Leitao1-0/+1
2024-02-15net: ravb: Count packets instead of descriptors in GbEth RX pathPaul Barker1-13/+9
2024-02-15pppoe: Fix memory leak in pppoe_sendmsg()Gavrilov Ilia1-14/+9
2024-02-15igc: Add support for LEDs on i225/i226Kurt Kanzenbach6-0/+301
2024-02-15net: bcmasp: Handle RX buffer allocation failureFlorian Fainelli1-0/+3
2024-02-15net: ena: Remove unlikely() from IS_ERR() conditionKamal Heib1-1/+1
2024-02-15net: mdio_bus: make mdio_bus_type constRicardo B. Marliere2-3/+2
2024-02-15net: phy: aquantia: add AQR111 and AQR111B0 PHY IDChristian Marangi1-0/+52
2024-02-15Merge tag 'linux-can-fixes-for-6.8-20240214' of git://git.kernel.org/pub/scm/...Paolo Abeni1-1/+1
2024-02-15wifi: rtlwifi: rtl_usb: Store the endpoint addressesBitterblue Smith6-45/+68
2024-02-15wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detectionBitterblue Smith2-2/+3
2024-02-15wifi: rtw89: fw: remove unnecessary rcu_read_unlock() for puncturedPing-Ke Shih1-1/+0
2024-02-15wifi: rtw89: 8922a: declare to support two chanctxZong-Zhe Yang1-1/+1
2024-02-15wifi: rtw89: chan: support MCC on Wi-Fi 7 chipsZong-Zhe Yang2-27/+420
2024-02-15wifi: rtw89: fw: implement MRC H2C command functionsZong-Zhe Yang2-0/+460
2024-02-15wifi: rtw89: mac: implement MRC C2H event handlingZong-Zhe Yang4-1/+112
2024-02-15wifi: rtw89: fw: add definition of H2C command and C2H event for MRC seriesZong-Zhe Yang2-6/+190
2024-02-15wifi: wilc1000: validate chip id during bus probeDavid Mosberger-Tang3-20/+59
2024-02-15wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfacesAlexis Lothoré1-21/+7
2024-02-15net: phy: qca807x: move interface mode check to .config_init_onceRobert Marko1-5/+5
2024-02-15wifi: iwlwifi: cancel session protection only if there is oneMiri Korenblit1-4/+12
2024-02-15wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2PMiri Korenblit2-55/+38
2024-02-15Merge wireless into wireless-nextJohannes Berg5-17/+77
2024-02-15ice: Add check for lport extraction to LAG initDave Ertman2-2/+26
2024-02-15Merge tag 'wireless-2024-02-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski5-17/+77
2024-02-14igc: Remove temporary workaroundSasha Neftin1-5/+1
2024-02-14igb: Fix string truncation warnings in igb_set_fw_versionKunwu Chan2-18/+19
2024-02-14can: netlink: Fix TDCO calculation using the old data bittimingMaxime Jayat1-1/+1
2024-02-14ethernet: cpts: fix function pointer cast warningsArnd Bergmann1-5/+12