summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-07-29nfc: fdp: use unsigned int as loop iteratorKrzysztof Kozlowski1-1/+2
2021-07-29nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()Krzysztof Kozlowski1-4/+4
2021-07-29nfc: nfcsim: constify drvdata (struct nfcsim)Krzysztof Kozlowski1-1/+1
2021-07-29nfc: virtual_ncidev: constify pointer to nfc_devKrzysztof Kozlowski1-1/+1
2021-07-29nfc: trf7970a: constify several pointersKrzysztof Kozlowski1-8/+9
2021-07-29nfc: port100: constify several pointersKrzysztof Kozlowski1-17/+20
2021-07-29nfc: mei_phy: constify buffer passed to mei_nfc_send()Krzysztof Kozlowski1-1/+1
2021-07-29veth: use skb_prepare_for_gro()Paolo Abeni1-1/+1
2021-07-29HID: ft260: fix device removal due to USB disconnectMichael Zaidman1-16/+7
2021-07-29Merge tag 'amd-drm-fixes-5.14-2021-07-28' of https://gitlab.freedesktop.org/a...Dave Airlie7-14/+14
2021-07-29Merge tag 'drm-intel-fixes-2021-07-28' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-6/+14
2021-07-29Merge tag 'drm-misc-fixes-2021-07-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-17/+13
2021-07-28net: dsa: sja1105: be stateless when installing FDB entriesVladimir Oltean2-18/+3
2021-07-28bnxt_en: Log if an invalid signal detected on TSIO pinPavan Chebbi2-0/+28
2021-07-28bnxt_en: Event handler for PPS eventsPavan Chebbi3-0/+58
2021-07-28bnxt_en: 1PPS functions to configure TSIO pinsPavan Chebbi3-2/+178
2021-07-28bnxt_en: 1PPS support for 5750X family chipsPavan Chebbi4-1/+113
2021-07-28bnxt_en: Do not read the PTP PHC during chip resetMichael Chan2-11/+35
2021-07-28bnxt_en: Move bnxt_ptp_init() from bnxt_open() back to bnxt_init_one()Michael Chan2-9/+12
2021-07-28Merge tag 'platform-drivers-x86-v5.14-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-34/+265
2021-07-28ACPI: DPTF: Fix reading of attributesSrinivas Pandruvada1-8/+43
2021-07-28Revert "ACPI: resources: Add checks for ACPI IRQ override"Hui Wang1-8/+1
2021-07-28sis900: Fix missing pci_disable_device() in probe and removeWang Hai1-5/+2
2021-07-28net: fec: add MAC internal delayed clock feature supportFugang Duan2-0/+33
2021-07-28net: fec: add eee mode tx lpi supportFugang Duan2-0/+95
2021-07-28net: fec: add imx8mq and imx8qm new versions supportFugang Duan2-0/+43
2021-07-28nfp: flower-ct: fix error return code in nfp_fl_ct_add_offload()Yang Yingliang1-2/+6
2021-07-28platform/x86: gigabyte-wmi: add support for B550 Aorus Elite V2Thomas Weißschuh1-0/+1
2021-07-28platform/x86: intel-hid: add Alder Lake ACPI device IDPing Bao1-0/+1
2021-07-28HID: wacom: Skip processing of touches with negative slot valuesJason Gerecke1-0/+3
2021-07-28HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDTJason Gerecke1-1/+1
2021-07-28HID: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible"Colin Ian King1-1/+1
2021-07-28HID: apple: Add support for Keychron K1 wireless keyboardHaochen Tong1-0/+2
2021-07-28HID: fix typo in KconfigChristophe JAILLET1-1/+1
2021-07-28net/mlx5: Don't rely on always true registered fieldLeon Romanovsky2-16/+5
2021-07-28net: ti: am65-cpsw-nuss: fix wrong devlink release orderLeon Romanovsky1-17/+17
2021-07-28nfc: nfcsim: fix use after free during module unloadKrzysztof Kozlowski1-2/+1
2021-07-28tulip: windbond-840: Fix missing pci_disable_device() in probe and removeWang Hai1-5/+2
2021-07-28nfc: s3fwrn5: fix undefined parameter values in dev_err()Tang Bin1-1/+1
2021-07-27net/mlx5: Fix mlx5_vport_tbl_attr chain from u16 to u32Chris Mi1-1/+1
2021-07-27net/mlx5e: Fix nullptr in mlx5e_hairpin_get_mdev()Dima Chumak1-2/+31
2021-07-27net/mlx5: Unload device upon firmware fatal errorAya Levin1-2/+10
2021-07-27net/mlx5e: Fix page allocation failure for ptp-RQ over SFAya Levin1-1/+1
2021-07-27net/mlx5e: Fix page allocation failure for trap-RQ over SFAya Levin1-1/+1
2021-07-27net/mlx5e: Consider PTP-RQ when setting RX VLAN strippingAya Levin2-2/+7
2021-07-27net/mlx5e: Add NETIF_F_HW_TC to hw_features when HTB offload is availableMaxim Mikityanskiy1-2/+3
2021-07-27net/mlx5e: RX, Avoid possible data corruption when relaxed ordering and LRO c...Tariq Toukan1-1/+10
2021-07-27net/mlx5: E-Switch, handle devcom events only for ports on the same deviceRoi Dayan2-4/+4
2021-07-27net/mlx5: E-Switch, Set destination vport vhca id only when merged eswitch is...Maor Dickman1-3/+4
2021-07-27net/mlx5e: Disable Rx ntuple offload for uplink representorMaor Dickman1-9/+20