summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* eth: fbnic: fix s390 build.Paolo Abeni2024-07-171-0/+1
* Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-07-17940-16741/+68739
|\
| * eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"Colin Ian King2024-07-161-1/+1
| * wifi: ath12k: fix build vs old compilerPaolo Abeni2024-07-161-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-152-3/+3
| |\
| | * net: netconsole: Disable target before netpoll cleanupBreno Leitao2024-07-141-1/+1
| | * net: pse-pd: Do not return EOPNOSUPP if config is nullKory Maincent2024-07-141-2/+2
| * | eth: fbnic: Write the TCAM tables used for RSS control and Rx to hostAlexander Duyck2024-07-157-1/+498
| * | eth: fbnic: Add L2 address programmingAlexander Duyck2024-07-159-0/+678
| * | eth: fbnic: Add basic Rx handlingAlexander Duyck2024-07-155-3/+402
| * | eth: fbnic: Add basic Tx handlingAlexander Duyck2024-07-154-1/+477
| * | eth: fbnic: Add link detectionAlexander Duyck2024-07-1512-0/+629
| * | eth: fbnic: Add initial messaging to notify FW of our presenceAlexander Duyck2024-07-156-0/+555
| * | eth: fbnic: Implement Rx queue alloc/start/stop/freeAlexander Duyck2024-07-156-9/+638
| * | eth: fbnic: Implement Tx queue alloc/start/stop/freeAlexander Duyck2024-07-156-11/+550
| * | eth: fbnic: Allocate a netdevice and napi vectors with queuesAlexander Duyck2024-07-159-2/+775
| * | eth: fbnic: Add FW communication mechanismAlexander Duyck2024-07-157-0/+641
| * | eth: fbnic: Add message parsing for FW messagesAlexander Duyck2024-07-153-1/+706
| * | eth: fbnic: Add register init to set PCIe/Ethernet device configAlexander Duyck2024-07-157-0/+845
| * | eth: fbnic: Allocate core device specific structures and devlink interfaceAlexander Duyck2024-07-155-2/+222
| * | eth: fbnic: Add scaffolding for Meta's NIC driverAlexander Duyck2024-07-159-0/+282
| * | Merge tag 'aux-sysfs-irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2024-07-1516-245/+602
| |\ \
| | * | net/mlx5: Expose SFs IRQsShay Drory2024-07-115-11/+43
| | * | driver core: auxiliary bus: show auxiliary device IRQsShay Drory2024-07-113-0/+115
| | * | RDMA/mlx5: Add Qcounters req_transport_retries_exceeded/req_rnr_retries_exceededPatrisious Haddad2024-06-161-0/+4
| | * | net/mlx5: Reimplement write combining testJianbo Liu2024-06-167-234/+440
| * | | Revert "net: mvpp2: Improve data types and use min()"Jakub Kicinski2024-07-151-6/+6
| * | | dsa: lan9303: consistent naming for PHY address parameterChristian Eggers2024-07-151-4/+4
| * | | Merge tag 'for-net-next-2024-07-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2024-07-1522-891/+3250
| |\ \ \
| | * | | Bluetooth: btmtk: Mark all stub functions as inlineNathan Chancellor2024-07-151-18/+21
| | * | | Bluetooth: hci_qca: Fix build errorLuiz Augusto von Dentz2024-07-151-0/+1
| | * | | Bluetooth: hci_qca: use the power sequencer for wcn7850 and wcn6855Bartosz Golaszewski2024-07-151-2/+17
| | * | | Bluetooth: hci_qca: make pwrseq calls the default if availableBartosz Golaszewski2024-07-151-11/+13
| | * | | Bluetooth: hci_qca: unduplicate calls to hci_uart_register_device()Bartosz Golaszewski2024-07-151-17/+6
| | * | | Bluetooth: hci_qca: schedule a devm action for disabling the clockBartosz Golaszewski2024-07-151-8/+15
| | * | | Bluetooth: btnxpuart: Fix warnings for suspend and resume functionsNeeraj Sanjay Kale2024-07-151-0/+2
| | * | | Bluetooth: btnxpuart: Add system suspend and resume handlersNeeraj Sanjay Kale2024-07-151-0/+23
| | * | | Bluetooth: btnxpuart: Add support for IW615 chipsetNeeraj Sanjay Kale2024-07-151-0/+13
| | * | | Bluetooth: btnxpuart: Add support for AW693 A1 chipsetNeeraj Sanjay Kale2024-07-151-2/+13
| | * | | Bluetooth: btintel: Add support for Whale Peak2Kiran K2024-07-151-0/+1
| | * | | Bluetooth: btintel: Add support for BlazarU coreKiran K2024-07-151-0/+3
| | * | | Bluetooth: btusb: mediatek: add ISO data transmission functionsChris Lu2024-07-153-0/+415
| | * | | Bluetooth: btmtk: move btusb_recv_acl_mtk to btmtk.cChris Lu2024-07-153-33/+41
| | * | | Bluetooth: btmtk: move btusb_mtk_[setup, shutdown] to btmtk.cChris Lu2024-07-153-445/+484
| | * | | Bluetooth: btmtk: move btusb_mtk_hci_wmt_sync to btmtk.cChris Lu2024-07-155-283/+305
| | * | | Bluetooth: btusb: add callback function in btusb suspend/resumeChris Lu2024-07-151-0/+9
| | * | | Bluetooth: btmtk: rename btmediatek_dataChris Lu2024-07-153-11/+10
| | * | | Bluetooth: btusb: mediatek: return error for failed reg accessChris Lu2024-07-151-30/+84
| | * | | Bluetooth: btusb: mediatek: remove the unnecessary goto tagChris Lu2024-07-151-4/+1
| | * | | Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591WangYuli2024-07-151-0/+2