summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-094-53/+55
|\
| * clk: fixed: fix double free in resource managed fixed-factor clockDmitry Baryshkov2021-04-071-1/+8
| * clk: fix invalid usage of list cursor in unregisterLukasz Bartosik2021-04-021-17/+13
| * clk: fix invalid usage of list cursor in registerLukasz Bartosik2021-04-021-9/+8
| * clk: qcom: camcc: Update the clock ops for the SC7180Taniya Das2021-03-291-25/+25
| * clk: socfpga: fix iomem pointer cast on 64-bitKrzysztof Kozlowski2021-03-291-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-096-12/+12
|\ \
| * | treewide: change my e-mail address, fix my nameMarek BehĂșn2021-04-096-12/+12
* | | Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-0985-370/+993
|\ \ \
| * | | net: hns3: Trivial spell fix in hns3 driverSalil Mehta2021-04-092-3/+3
| * | | lan743x: fix ethernet frame cutoff issueSven Van Asbroeck2021-04-091-4/+4
| * | | net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bitsMartin Blumenstingl2021-04-081-3/+16
| * | | net: dsa: lantiq_gswip: Don't use PHY auto pollingMartin Blumenstingl2021-04-081-26/+159
| * | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-04-085-12/+17
| |\ \ \
| | * | | ice: fix memory leak of aRFS after resuming from suspendYongxin Liu2021-04-081-0/+1
| | * | | i40e: Fix sparse warning: missing error code 'err'Arkadiusz Kubalewski2021-04-081-2/+6
| | * | | i40e: Fix sparse error: 'vsi->netdev' could be nullArkadiusz Kubalewski2021-04-081-2/+1
| | * | | i40e: Fix sparse error: uninitialized symbol 'ring'Arkadiusz Kubalewski2021-04-081-0/+3
| | * | | i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski2021-04-081-7/+5
| | * | | i40e: Fix parameters in aq_get_phy_register()Grzegorz Siwik2021-04-081-1/+1
| * | | | virt_wifi: Return micros for BSS TSF valuesA. Cody Schuffelen2021-04-081-2/+3
| |/ / /
| * | | net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam2021-04-071-21/+12
| * | | Merge tag 'wireless-drivers-2021-04-07' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-04-0713-55/+97
| |\ \ \
| | * | | iwlwifi: mvm: fix beacon protection checksJohannes Berg2021-04-061-5/+12
| | * | | iwlwifi: mvm: rfi: don't lock mvm->mutex when sending config commandGregory Greenman2021-04-062-5/+8
| | * | | iwlwifi: pcie: add support for So-F devicesLuca Coelho2021-04-062-1/+26
| | * | | iwlwifi: fw: fix notification wait lockingJohannes Berg2021-04-061-5/+5
| | * | | iwlwifi: add support for Qu with AX201 deviceMatt Chen2021-04-061-0/+1
| | * | | iwlwifi: pcie: properly set LTR workarounds on 22000 devicesJohannes Berg2021-04-063-32/+37
| | * | | iwlwifi: fix 11ax disabled bit in the regulatory capability flagsLuca Coelho2021-04-061-1/+1
| | * | | brcmfmac: p2p: Fix recently introduced deadlock issueHans de Goede2021-03-231-1/+1
| | * | | mt76: mt7921: fix airtime reportingLorenzo Bianconi2021-03-231-2/+2
| | * | | iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()Jiri Kosina2021-03-231-3/+4
| * | | | ethtool: Remove link_mode param and derive link params from driverDanielle Ratson2021-04-071-5/+14
| * | | | net/mlx5: fix kfree mismatch in indir_table.cXiaoming Ni2021-04-061-5/+5
| * | | | net/mlx5: Fix HW spec violation configuring uplinkEli Cohen2021-04-061-2/+3
| * | | | net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter2021-04-061-0/+48
| * | | | net: hns3: clear VF down state bit before request link statusGuangbin Huang2021-04-061-2/+2
| * | | | Merge tag 'linux-can-fixes-for-5.12-20210406' of git://git.kernel.org/pub/scm...David S. Miller2021-04-061-6/+18
| |\ \ \ \
| | * | | | can: mcp251x: fix support for half duplex SPI host controllersMarc Kleine-Budde2021-04-061-6/+18
| * | | | | pcnet32: Use pci_resource_len to validate PCI resourceGuenter Roeck2021-04-061-2/+3
| * | | | | virtio_net: Do not pull payload in skb->headEric Dumazet2021-04-061-3/+7
| * | | | | net: broadcom: bcm4908enet: Fix a double free in bcm4908_enet_dma_allocLv Yunlong2021-04-061-0/+1
| |/ / / /
| * | | | net: hns3: Remove un-necessary 'else-if' in the hclge_reset_event()Salil Mehta2021-04-051-1/+3
| * | | | net: hns3: Remove the left over redundant check & assignmentSalil Mehta2021-04-051-3/+0
| * | | | net: macb: restore cmp registers on resume pathClaudiu Beznea2021-04-021-0/+7
| * | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-04-013-12/+52
| |\ \ \ \
| | * | | | i40e: Fix display statistics for veb_tcEryk Rybak2021-04-011-6/+46
| | * | | | i40e: fix receiving of single packets in xsk zero-copy modeMagnus Karlsson2021-04-011-2/+2
| | * | | | i40e: Fix inconsistent indentingArkadiusz Kubalewski2021-04-011-4/+4