summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* soc/tegra: Make regulator couplers depend on CONFIG_REGULATORDmitry Osipenko2021-08-021-2/+4
* Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-3052-271/+528
|\
| * can: esd_usb2: fix memory leakPavel Skripkin2021-07-301-1/+15
| * can: ems_usb: fix memory leakPavel Skripkin2021-07-301-1/+13
| * can: usb_8dev: fix memory leakPavel Skripkin2021-07-301-2/+13
| * can: mcba_usb_start(): add missing urb->transfer_dma initializationPavel Skripkin2021-07-301-0/+2
| * can: hi311x: fix a signedness bug in hi3110_cmd()Dan Carpenter2021-07-301-1/+1
| * sis900: Fix missing pci_disable_device() in probe and removeWang Hai2021-07-281-5/+2
| * nfc: nfcsim: fix use after free during module unloadKrzysztof Kozlowski2021-07-281-2/+1
| * tulip: windbond-840: Fix missing pci_disable_device() in probe and removeWang Hai2021-07-281-5/+2
| * nfc: s3fwrn5: fix undefined parameter values in dev_err()Tang Bin2021-07-281-1/+1
| * net/mlx5: Fix mlx5_vport_tbl_attr chain from u16 to u32Chris Mi2021-07-271-1/+1
| * net/mlx5e: Fix nullptr in mlx5e_hairpin_get_mdev()Dima Chumak2021-07-271-2/+31
| * net/mlx5: Unload device upon firmware fatal errorAya Levin2021-07-271-2/+10
| * net/mlx5e: Fix page allocation failure for ptp-RQ over SFAya Levin2021-07-271-1/+1
| * net/mlx5e: Fix page allocation failure for trap-RQ over SFAya Levin2021-07-271-1/+1
| * net/mlx5e: Consider PTP-RQ when setting RX VLAN strippingAya Levin2021-07-272-2/+7
| * net/mlx5e: Add NETIF_F_HW_TC to hw_features when HTB offload is availableMaxim Mikityanskiy2021-07-271-2/+3
| * net/mlx5e: RX, Avoid possible data corruption when relaxed ordering and LRO c...Tariq Toukan2021-07-271-1/+10
| * net/mlx5: E-Switch, handle devcom events only for ports on the same deviceRoi Dayan2021-07-272-4/+4
| * net/mlx5: E-Switch, Set destination vport vhca id only when merged eswitch is...Maor Dickman2021-07-271-3/+4
| * net/mlx5e: Disable Rx ntuple offload for uplink representorMaor Dickman2021-07-271-9/+20
| * net/mlx5: Fix flow table chainingMaor Gottlieb2021-07-271-4/+6
| * net: hns3: change the method of obtaining default ptp cycleYufeng Mo2021-07-272-9/+37
| * nfc: s3fwrn5: fix undefined parameter values in dev_err()Tang Bin2021-07-271-1/+1
| * octeontx2-af: Do NIX_RX_SW_SYNC twiceSunil Goutham2021-07-271-2/+13
| * bnxt_en: Fix static checker warning in bnxt_fw_reset_task()Somnath Kotur2021-07-261-3/+2
| * net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren2021-07-261-3/+3
| * net: stmmac: add est_irq_status callback function for GMAC 4.10 and 5.10Mohammad Athari Bin Ismail2021-07-261-0/+2
| * net: qede: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-07-251-2/+2
| * mlx4: Fix missing error code in mlx4_load_one()Jiapeng Chong2021-07-251-0/+1
| * net: phy: broadcom: re-add check for PHY_BRCM_DIS_TXCRXC_NOENRGY on the BCM54...Kevin Lo2021-07-251-1/+1
| * octeontx2-pf: Dont enable backpressure on LBK linksHariprasad Kelam2021-07-252-7/+9
| * octeontx2-pf: Fix interface down flag on errorGeetha sowjanya2021-07-252-4/+8
| * octeontx2-af: Fix PKIND overlap between LBK and LMAC interfacesGeetha sowjanya2021-07-253-4/+11
| * bnxt_en: Add missing periodic PHC overflow checkMichael Chan2021-07-242-0/+11
| * can: mcp251xfd: mcp251xfd_irq(): stop timestamping worker in case error in IRQMarc Kleine-Budde2021-07-241-0/+1
| * can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr valuesStephane Grosjean2021-07-241-4/+6
| * ionic: count csum_none when offload enabledShannon Nelson2021-07-231-6/+5
| * ionic: fix up dim accounting for tx and rxShannon Nelson2021-07-231-7/+21
| * ionic: remove intr coalesce update from napiShannon Nelson2021-07-232-5/+13
| * ionic: catch no ptp support earlierShannon Nelson2021-07-232-8/+9
| * ionic: make all rx_mode work threadsafeShannon Nelson2021-07-232-102/+85
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-07-234-25/+94
| |\
| | * i40e: Fix log TC creation failure when max num of queues is exceededJedrzej Jagielski2021-07-231-0/+2
| | * i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski2021-07-233-0/+53
| | * i40e: Add additional info to PHY type errorLukasz Cieplicki2021-07-231-1/+1
| | * i40e: Fix firmware LLDP agent related warningArkadiusz Kubalewski2021-07-231-0/+4
| | * i40e: Fix logic of disabling queuesArkadiusz Kubalewski2021-07-231-24/+34
| * | Merge tag 'mac80211-for-net-2021-07-23' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-07-231-20/+32
| |\ \