summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal PHYs...Marek Behún2023-10-061-0/+11
* net: dsa: qca8k: fix regmap bulk read/write methods on big endian systemsMarek Behún2023-10-061-2/+2
* phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls to shared registersVladimir Oltean2023-10-061-0/+9
* phy: lynx-28g: lock PHY while performing CDR lock workaroundVladimir Oltean2023-10-061-3/+6
* phy: lynx-28g: cancel the CDR check work item on the remove pathIoana Ciornei2023-10-061-0/+9
* Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-0538-254/+352
|\
| * net: stmmac: remove unneeded stmmac_poll_controllerRemi Pommarel2023-10-051-30/+0
| * net: lan743x: also select PHYLIBRandy Dunlap2023-10-051-0/+1
| * net: ethernet: mediatek: disable irq before schedule napiChristian Marangi2023-10-051-2/+2
| * net: mana: Fix oversized sge0 for GSO packetsHaiyang Zhang2023-10-051-56/+135
| * net: mana: Fix the tso_bytes calculationHaiyang Zhang2023-10-051-2/+0
| * net: mana: Fix TX CQE error handlingHaiyang Zhang2023-10-051-7/+11
| * net: stmmac: dwmac-stm32: fix resume on STM32 MCUBen Wolsieffer2023-10-041-2/+5
| * Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-10-0413-89/+123
| |\
| | * wifi: iwlwifi: mvm: Fix incorrect usage of scan APIIlan Peer2023-09-271-1/+1
| | * wifi: mt76: mt76x02: fix MT76x0 external LNA gain handlingFelix Fietkau2023-09-222-9/+11
| | * wifi: brcmfmac: Replace 1-element arrays with flexible arraysJuerg Haefliger2023-09-181-2/+7
| | * wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packetPin-yen Lin2023-09-181-7/+9
| | * wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROMSascha Hauer2023-09-181-0/+1
| | * wifi: iwlwifi: mvm: Fix a memory corruption issueChristophe JAILLET2023-09-111-1/+1
| | * wifi: iwlwifi: Ensure ack flag is properly cleared.Ben Greear2023-09-111-0/+3
| | * wifi: iwlwifi: dbg_ini: fix structure packingArnd Bergmann2023-09-111-3/+3
| | * iwlwifi: mvm: handle PS changes in vif_cfg_changedGregory Greenman2023-09-111-58/+63
| | * wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_lenGustavo A. R. Silva2023-09-041-0/+16
| | * wifi: mwifiex: Replace one-element array with flexible-array member in struct...Gustavo A. R. Silva2023-09-042-2/+2
| | * wifi: mwifiex: Fix tlv_buf_left calculationGustavo A. R. Silva2023-09-041-2/+2
| | * wifi: mt76: fix lock dependency problem for wed_lockLorenzo Bianconi2023-09-041-4/+4
| * | ibmveth: Remove condition to recompute TCP header checksum.David Wilder2023-10-041-13/+12
| * | dmaengine: ti: k3-udma-glue: clean up k3_udma_glue_tx_get_irq() returnDan Carpenter2023-10-043-5/+6
| * | net: ti: icssg-prueth: Fix signedness bug in prueth_init_tx_chns()Dan Carpenter2023-10-041-3/+5
| * | net: ethernet: ti: am65-cpsw: Fix error code in am65_cpsw_nuss_init_tx_chns()Dan Carpenter2023-10-041-0/+1
| * | vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()Stefano Garzarella2023-10-041-1/+11
| * | rswitch: Fix PHY station management clock settingYoshihiro Shimoda2023-10-032-1/+14
| * | qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva2023-10-031-1/+1
| * | net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_regShigeru Yoshida2023-10-031-1/+3
| * | sky2: Make sure there is at least one frag_addr availableKees Cook2023-10-021-1/+1
| * | net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absentFabio Estevam2023-10-025-35/+6
| * | ptp: ocp: Fix error handling in ptp_ocp_device_initDinghao Liu2023-10-021-1/+0
| * | Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2023-10-011-0/+1
| |\ \
| | * | Bluetooth: btusb: add shutdown function for QCA6174Rocky Liao2023-09-201-0/+1
| * | | net: stmmac: platform: fix the incorrect parameterClark Wang2023-10-011-1/+1
| * | | ice: always add legacy 32byte RXDID in supported_rxdidsMichal Schmidt2023-09-281-5/+7
| * | | drivers/net: process the result of hdlc_open() and add call of hdlc_close() i...Alexandra Diupina2023-09-221-2/+10
* | | | Merge tag 'leds-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-10-051-4/+0
|\ \ \ \
| * | | | leds: Drop BUG_ON check for LED_COLOR_ID_MULTIMarek Behún2023-09-191-4/+0
* | | | | Merge tag 'mfd-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2023-10-051-0/+1
|\ \ \ \ \
| * | | | | mfd: cs42l43: Fix MFD_CS42L43 dependency on REGMAP_IRQWoody Zhang2023-09-191-0/+1
| |/ / / /
* | | | | Merge tag 'regulator-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-032-10/+18
|\ \ \ \ \
| * | | | | regulator/core: Revert "fix kobject release warning and memory leak in regula...Michał Mirosław2023-09-261-5/+1
| * | | | | regulator/core: regulator_register: set device->class earlierMichał Mirosław2023-09-261-2/+2