aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds89-404/+782
2021-03-09s390/qeth: fix notification for pending buffers during teardownJulian Wiedmann1-3/+3
2021-03-09s390/qeth: schedule TX NAPI on QAOB completionJulian Wiedmann1-6/+12
2021-03-09s390/qeth: improve completion of pending TX buffersJulian Wiedmann2-42/+30
2021-03-09s390/qeth: fix memory leak after failed TX Buffer allocationJulian Wiedmann1-18/+17
2021-03-09net: dsa: xrs700x: check if partner is same as port in hsr joinGeorge McCollister1-2/+8
2021-03-09Merge tag 'gpio-fixes-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-71/+47
2021-03-09Merge tag 'mips-fixes_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-03-09net: lapbether: Remove netif_start_queue / netif_stop_queueXie He1-3/+0
2021-03-08atm: idt77252: fix null-ptr-dereferenceTong Zhang1-2/+2
2021-03-08atm: uPD98402: fix incorrect allocationTong Zhang1-1/+1
2021-03-08net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai1-2/+6
2021-03-08net: enetc: allow hardware timestamping on TX queues with tc-etf enabledVladimir Oltean1-0/+6
2021-03-08net: enetc: set MAC RX FIFO to recommended valueAlex Marginean2-0/+8
2021-03-08net: davicom: Use platform_get_irq_optional()Paul Cercueil1-1/+1
2021-03-08net: davicom: Fix regulator not turned off on driver removalPaul Cercueil1-1/+8
2021-03-08net: davicom: Fix regulator not turned off on failed probePaul Cercueil1-3/+9
2021-03-08net: wan: fix error return code of uhdlc_init()Jia-Ju Bai1-2/+6
2021-03-08net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai1-1/+3
2021-03-08net: usb: log errors to dmesg/syslogGrant Grundler1-1/+1
2021-03-08net: usb: cdc_ncm: emit dev_err on error pathsGrant Grundler1-5/+5
2021-03-08net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil...Bhaskar Chowdhury1-4/+4
2021-03-08net: dsa: bcm_sf2: simplify optional reset handlingPhilipp Zabel1-3/+3
2021-03-08gpiolib: Read "gpio-line-names" from a firmware nodeAndy Shevchenko1-8/+4
2021-03-08gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2Andy Shevchenko1-55/+23
2021-03-08gpiolib: acpi: Allow to find GpioInt() resource by name and indexAndy Shevchenko1-4/+8
2021-03-08gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko1-1/+6
2021-03-08gpiolib: acpi: Add missing IRQF_ONESHOTYang Li1-1/+1
2021-03-08gpio: fix gpio-device list corruptionJohan Hovold1-0/+4
2021-03-08gpio: fix NULL-deref-on-deregistration regressionJohan Hovold1-2/+1
2021-03-08crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki1-1/+1
2021-03-07Merge tag 'powerpc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds11-32/+11
2021-03-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-62/+76
2021-03-05ethernet: alx: fix order of calls on resumeJakub Kicinski1-2/+5
2021-03-05lan743x: trim all 4 bytes of the FCS; not just 2George McCollister1-1/+1
2021-03-05Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+16
2021-03-05gianfar: fix jumbo packets+napi+rx overrun crashMichael Braun1-0/+15
2021-03-05sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov1-2/+0
2021-03-05net/hamradio/6pack: remove redundant check in sp_encaps()Denis Efremov1-5/+0
2021-03-05r8169: fix r8168fp_adjust_ocp_cmd functionHayes Wang1-1/+1
2021-03-05ibmvnic: remove excessive irqsaveJunlin Yang1-2/+2
2021-03-05Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds9-51/+67
2021-03-05stmmac: intel: Fixes clock registration error seen for multiple interfacesWong Vee Khee1-1/+4
2021-03-05net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMIIOng Boon Leong1-3/+6
2021-03-05net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai1-1/+2
2021-03-05net: tehuti: fix error return code in bdx_probe()Jia-Ju Bai1-0/+1
2021-03-05net/mlx4_en: update moderation when config resetKevin(Yudong) Yang3-1/+4
2021-03-05Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-26/+41
2021-03-05Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-14/+87
2021-03-05RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson1-32/+23
2021-03-05RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson1-24/+35
2021-03-05RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson1-1/+9
2021-03-05Merge branch 'powercap'Rafael J. Wysocki2-1/+4
2021-03-05nvmet: model_number must be immutable once setMax Gurtovoy4-45/+50
2021-03-05nvme-fabrics: fix kato initializationMartin George1-1/+4
2021-03-05nvme-hwmon: Return error code when registration failsDaniel Wagner1-0/+1
2021-03-05nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan1-0/+3
2021-03-05nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi1-0/+2
2021-03-05nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag1-1/+2
2021-03-04Merge tag 'drm-fixes-2021-03-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds10-16/+29
2021-03-04Merge tag 'mkp-scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-83/+105
2021-03-05Merge tag 'amd-drm-fixes-5.12-2021-03-03' of https://gitlab.freedesktop.org/a...Dave Airlie9-16/+26
2021-03-05Merge branch '00.00-inst' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-0/+3
2021-03-04scsi: iscsi: Verify lengths on passthrough PDUsChris Leech1-0/+9
2021-03-04scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZEChris Leech2-83/+90
2021-03-04scsi: iscsi: Restrict sessions and handles to admin capabilitiesLee Duncan1-0/+6
2021-03-04ibmvnic: always store valid MAC addressJiri Wiesner1-3/+2
2021-03-04netdevsim: init u64 stats for 32bit hardwareHillf Danton1-0/+1
2021-03-04net: usb: qmi_wwan: allow qmimux add/del with master upDaniele Palmas1-14/+0
2021-03-04net: dsa: sja1105: fix ucast/bcast flooding always remaining enabledVladimir Oltean1-2/+2
2021-03-04net: dsa: sja1105: fix SGMII PCS being forced to SPEED_UNKNOWN instead of SPE...Vladimir Oltean1-1/+1
2021-03-04net: mscc: ocelot: properly reject destination IP keys in VCAP IS1Vladimir Oltean1-1/+2
2021-03-04Merge tag 'tpmdd-next-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+25
2021-03-04dm verity: fix FEC for RS roots unaligned to block sizeMilan Broz1-11/+12
2021-03-04dm bufio: subtract the number of initial sectors in dm_bufio_get_device_sizeMikulas Patocka1-0/+4
2021-03-04Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+11
2021-03-04ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu1-2/+4
2021-03-04ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony2-0/+10
2021-03-04iommu/vt-d: Fix status code for Allocate/Free PASID commandZenghui Yu1-2/+2
2021-03-04iommu: Don't use lazy flush for untrusted deviceLu Baolu1-7/+8
2021-03-04iommu/tegra-smmu: Fix mc errors on tegra124-nyanNicolin Chen1-1/+71
2021-03-04iommu/amd: Fix sleeping in atomic in increase_address_space()Andrey Ryabinin1-4/+6
2021-03-03drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcieKevin Wang1-2/+2
2021-03-03drm/amd/display: fix the return of the uninitialized value in retColin Ian King1-1/+1
2021-03-03drm/amdgpu: enable BACO runpm by default on sienna cichlid and navy flounderAlex Deucher1-2/+0
2021-03-03drm/amd/pm: correct Arcturus mmTHM_BACO_CNTL register addressEvan Quan1-3/+12
2021-03-03drm/amdgpu/swsmu/vangogh: Only use RLCPowerNotify msg for disableAlex Deucher1-2/+2
2021-03-03drm/amdgpu/pm: make unsupported power profile messages debugAlex Deucher3-3/+3
2021-03-03drm/amdgpu:disable VCN for Navi12 SKUAsher.Song1-2/+4
2021-03-03drm/amdgpu: Only check for S0ix if AMD_PMC is configuredAlex Deucher1-1/+2
2021-03-03Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"Hayes Wang1-29/+6
2021-03-03net: macb: Add default usrio config to default gem configAtish Patra1-7/+8
2021-03-03Merge tag 'wireless-drivers-2021-03-03' of git://git.kernel.org/pub/scm/linux...David S. Miller3-3/+5
2021-03-03RDMA/uverbs: Fix kernel-doc warning of _uverbs_allocLeon Romanovsky1-1/+1
2021-03-03RDMA/mlx5: Set correct kernel-doc identifierLeon Romanovsky1-1/+1
2021-03-03net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10Ong Boon Leong1-1/+18
2021-03-03ibmvnic: Fix possibly uninitialized old_num_tx_queues variable warning.Michal Suchanek1-5/+3
2021-03-03octeontx2-af: cn10k: fix an array overflow in is_lmac_valid()Dan Carpenter1-1/+3
2021-03-03iwlwifi: don't call netif_napi_add() with rxq->lock held (was Re: Lockdep war...Jiri Kosina1-1/+2
2021-03-03iwlwifi: fix ARCH=i386 compilation warningsPierre-Louis Bossart1-2/+2
2021-03-03iwlwifi: mvm: add terminate entry for dmi_system_id tablesWei Yongjun1-0/+1
2021-03-03tpm: Remove unintentional dump_stack() callJarkko Sakkinen1-2/+0
2021-03-03rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter1-3/+5
2021-03-03xen-netback: respect gnttab_map_refs()'s return valueJan Beulich1-1/+11
2021-03-02net: ethernet: mtk-star-emac: fix wrong unmap in RX handlingBiao Huang1-2/+3
2021-03-02stmmac: intel: Fix mdio bus registration issue for TGL-H/ADL-SWong Vee Khee1-13/+41
2021-03-02rsxx: remove unused including <linux/version.h>Tian Tao1-1/+0
2021-03-02ALSA: hda: move Intel SoundWire ACPI scan to dedicated modulePierre-Louis Bossart2-160/+0
2021-03-02drm/nouveau/fifo/gk104-gp1xx: fix creation of sw classBen Skeggs1-0/+3
2021-03-02vio: make remove callback return voidUwe Kleine-König11-32/+11
2021-03-01hv_netvsc: Fix validation in netvsc_linkstatus_callback()Andrea Parri (Microsoft)3-6/+11
2021-03-01Merge tag 'linux-can-fixes-for-5.12-20210301' of git://git.kernel.org/pub/scm...David S. Miller3-29/+22
2021-03-01net: enetc: keep RX ring consumer index in sync with hardwareVladimir Oltean1-0/+2
2021-03-01net: enetc: remove bogus write to SIRXIDR from enetc_setup_rxbdrVladimir Oltean1-1/+0
2021-03-01net: enetc: force the RGMII speed and duplex instead of operating in inband modeVladimir Oltean2-10/+56
2021-03-01net: enetc: don't disable VLAN filtering in IFF_PROMISC modeVladimir Oltean1-5/+0
2021-03-01net: enetc: fix incorrect TPID when receiving 802.1ad tagged packetsVladimir Oltean2-8/+29
2021-03-01net: enetc: take the MDIO lock only once per NAPI poll cycleVladimir Oltean2-22/+11
2021-03-01net: enetc: initialize RFS/RSS memories for unused ports tooVladimir Oltean3-9/+36
2021-03-01net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean4-8/+18
2021-03-01sh_eth: fix TRSCER mask for R7S9210Sergey Shtylyov1-0/+2
2021-03-01sh_eth: fix TRSCER mask for R7S72100Sergey Shtylyov1-0/+2
2021-03-01sh_eth: fix TRSCER mask for SH771xSergey Shtylyov1-0/+3
2021-03-01atm: lanai: dont run lanai_dev_close if not openTong Zhang1-1/+4
2021-03-01atm: eni: dont release is never initializedTong Zhang1-1/+2
2021-03-01net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang1-2/+4
2021-03-01xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculatingJan Beulich1-2/+2
2021-03-01net: phy: ti: take into account all possible interrupt sourcesIoana Ciornei2-9/+11
2021-03-01IB/mlx5: Add missing error codeYueHaibing1-1/+3
2021-03-01RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha1-0/+1
2021-03-01RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_repSaeed Mahameed1-2/+3
2021-03-01powercap/drivers/dtpm: Add the experimental label to the option descriptionDaniel Lezcano1-1/+1
2021-03-01powercap/drivers/dtpm: Fix root node initializationDaniel Lezcano1-0/+3
2021-03-01PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki1-25/+37
2021-03-01can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before enteri...Torin Cooper-Bennun1-3/+3
2021-03-01can: mcp251xfd: revert "can: mcp251xfd: add BQL support"Marc Kleine-Budde1-17/+4
2021-03-01can: flexcan: invoke flexcan_chip_freeze() to enter freeze modeJoakim Zhang1-5/+7
2021-03-01can: flexcan: enable RX FIFO after FRZ/HALT validJoakim Zhang1-3/+7
2021-03-01can: flexcan: assert FRZ bit in flexcan_chip_freeze()Joakim Zhang1-1/+1
2021-02-28Merge tag 'ide-5.11-2021-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2021-02-28net: hns3: fix bug when calculating the TCAM table infoJian Shen1-2/+2
2021-02-28net: hns3: fix query vlan mask value error for flow directorJian Shen1-2/+1
2021-02-28net: hns3: fix error mask definition of flow directorJian Shen1-3/+3
2021-02-28net: broadcom: bcm4908_enet: enable RX after processing packetsRafał Miłecki1-0/+3
2021-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds28-314/+741
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds9-36/+40
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-11/+11
2021-02-27Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-37/+11
2021-02-26bnxt_en: reliably allocate IRQ table on reset to avoid crashEdwin Peer1-2/+12
2021-02-26bnxt_en: Fix race between firmware reset and driver remove.Vasundhara Volam1-0/+3
2021-02-26mlxsw: spectrum_router: Ignore routes using a deleted nexthop objectIdo Schimmel1-0/+7
2021-02-26mlxsw: spectrum_ethtool: Add an external speed to PTYS registerDanielle Ratson3-1/+8
2021-02-26net: fec: ptp: avoid register access when ipg clock is disabledHeiko Thiery1-0/+7
2021-02-26net: phy: make mdio_bus_phy_suspend/resume as __maybe_unusedArnd Bergmann1-4/+2
2021-02-26net: dsa: mt7530: don't build GPIO support if !GPIOLIBDENG Qingfang1-0/+4
2021-02-26net: mscc: ocelot: select NET_DEVLINKArnd Bergmann1-0/+1
2021-02-26net: stmmac: re-init rx buffers when mac resume backJoakim Zhang1-1/+83
2021-02-26net: stmmac: fix wrongly set buffer2 valid when sph unsupportJoakim Zhang4-6/+15
2021-02-26net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang5-34/+94
2021-02-26net: stmmac: fix watchdog timeout during suspend/resume stress testJoakim Zhang1-0/+2
2021-02-26net: stmmac: stop each tx channel independentlyJoakim Zhang1-4/+0
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)7-23/+18
2021-02-26Merge tag 'docs-5.12-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2021-02-26Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2-75/+55
2021-02-26Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+2
2021-02-26Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-7/+3
2021-02-26Merge tag 'leds-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds20-126/+1030
2021-02-26Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-2/+2
2021-02-26Merge tag 'wireless-drivers-2021-02-26' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski10-29/+37
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-282/+2766
2021-02-26Merge tag 'for-linus-5.12b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-16/+120
2021-02-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-45/+51
2021-02-26treewide: Miguel has movedMiguel Ojeda3-6/+6
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan1-1/+1
2021-02-26virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplugDavid Hildenbrand1-14/+27
2021-02-26drivers/base/memory: don't store phys_device in memory blocksDavid Hildenbrand1-16/+9
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand3-3/+3
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual1-5/+5
2021-02-26nvme-pci: set min_align_maskJianxiong Gao1-0/+1
2021-02-26mt76: mt7915: fix unused 'mode' variableArnd Bergmann1-2/+2
2021-02-26mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi1-4/+7
2021-02-26i2c: exynos5: Preserve high speed master codeMårten Lindahl1-1/+7
2021-02-26Revert "i2c: i2c-qcom-geni: Add shutdown callback for i2c"Wolfram Sang1-34/+0
2021-02-26i2c: designware: Get right data lengthLiguang Zhang2-1/+3
2021-02-26i2c: brcmstb: Fix brcmstd_send_i2c_cmd conditionMaxime Ripard1-1/+1
2021-02-26mt76: mt7921: remove incorrect error handlingArnd Bergmann1-3/+1
2021-02-26iwlwifi: pcie: fix iwl_so_trans_cfg link error when CONFIG_IWLMVM is disabledKalle Valo1-1/+2
2021-02-25Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-352/+65
2021-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds19-503/+1301
2021-02-25Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds3-0/+185
2021-02-25Merge tag 'drm-next-2021-02-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds64-416/+1211
2021-02-25Merge tag 'net-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds45-263/+489
2021-02-25Merge tag 'acpi-5.12-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-17/+277
2021-02-26Merge tag 'drm-intel-next-fixes-2021-02-25' of git://anongit.freedesktop.org/...Dave Airlie7-94/+65
2021-02-26Merge tag 'amd-drm-fixes-5.12-2021-02-24' of https://gitlab.freedesktop.org/a...Dave Airlie11-48/+158
2021-02-26Merge tag 'drm-misc-next-fixes-2021-02-25' of git://anongit.freedesktop.org/d...Dave Airlie10-55/+185
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-7/+7
2021-02-25Merge branch 'acpi-tables'Rafael J. Wysocki3-0/+273
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds56-757/+4772
2021-02-25r8169: fix jumbo packet handling on RTL8168eHeiner Kallweit1-2/+2