summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: mana: Use struct_size() in kzalloc()Gustavo A. R. Silva2021-05-131-2/+1
* net: qed: remove redundant initialization of variable rcColin Ian King2021-05-131-1/+1
* virtio-net: get build_skb() buf by data ptrXuan Zhuo2021-05-131-2/+6
* virtio-net: fix for unable to handle page fault for addressXuan Zhuo2021-05-131-6/+6
* atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks2021-05-133-18/+27
* atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks2021-05-132-0/+7
* atl1c: adjust max mtu according to Mikrotik 10/25G NIC abilityGatis Peisenieks2021-05-131-4/+12
* atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks2021-05-131-4/+8
* atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks2021-05-134-0/+21
* net: hinic: fix misspelled "acessing"Guangbin Huang2021-05-131-1/+1
* net: hinic: remove unnecessary parenthesesGuangbin Huang2021-05-137-19/+19
* net: hinic: add blank line after function declarationGuangbin Huang2021-05-132-0/+2
* net: hinic: remove unnecessary blank lineGuangbin Huang2021-05-132-2/+0
* alx: use fine-grained locking instead of RTNLJohannes Berg2021-05-133-29/+76
* atm: nicstar: Fix possible use-after-free in nicstar_cleanup()Zou Wei2021-05-121-1/+1
* usb: class: cdc-wdm: WWAN framework integrationLoic Poulain2021-05-114-5/+180
* mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei2021-05-111-1/+1
* atm: iphase: fix possible use-after-free in ia_module_exit()Zou Wei2021-05-111-1/+1
* mvpp2: suppress warningMatteo Croce2021-05-101-3/+0
* mvpp2: remove unused parameterMatteo Croce2021-05-101-4/+4
* net: pch_gbe: remove unneeded MODULE_VERSION() callAndy Shevchenko2021-05-103-6/+2
* net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()Andy Shevchenko2021-05-101-13/+6
* net: pch_gbe: use readx_poll_timeout_atomic() variantAndy Shevchenko2021-05-101-19/+8
* net: pch_gbe: Convert to use GPIO descriptorsAndy Shevchenko2021-05-101-12/+32
* net: pch_gbe: Propagate error from devm_gpio_request_one()Andy Shevchenko2021-05-101-3/+7
* phy: nxp-c45-tja11xx: add timestamping supportRadu Pirea (NXP OSS)2021-05-101-1/+530
* ptp: ptp_clock: make scaled_ppm_to_ppb static inlineRadu Pirea (NXP OSS)2021-05-101-21/+0
* atm: Replace custom isprint() with generic analogueAndy Shevchenko2021-05-102-5/+7
* net: stmmac: platform: Delete a redundant condition branchZhen Lei2021-05-101-2/+0
* net: mvpp2: Unshadow error code of device_property_read_u32()Andy Shevchenko2021-05-101-4/+6
* net: mvpp2: Use devm_clk_get_optional()Andy Shevchenko2021-05-101-19/+15
* net: mvpp2: Use device_get_match_data() helperAndy Shevchenko2021-05-101-11/+1
* net: mvpp2: Put fwnode in error case during ->probe()Andy Shevchenko2021-05-101-0/+2
* net: qca_spi: Introduce stat about bad signatureStefan Wahren2021-05-103-0/+6
* net: qca_spi: Avoid re-sync for single signature errorStefan Wahren2021-05-101-1/+4
* net: qca_spi: Avoid reading signature three times in a rowStefan Wahren2021-05-101-0/+1
* drm/i915/display: fix compiler warning about array overrunLinus Torvalds2021-05-081-1/+12
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-05-0810-485/+434
|\
| * scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke2021-05-021-446/+375
| * scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke2021-05-021-6/+3
| * scsi: scsi_debug: Fix cmd_per_lun, set to max_queueDouglas Gilbert2021-05-021-8/+16
| * scsi: ufs: core: Narrow down fast path in system suspend pathCan Guo2021-04-281-0/+1
| * scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspendCan Guo2021-04-281-0/+2
| * scsi: ufs: core: Do not put UFS power into LPM if link is brokenCan Guo2021-04-281-2/+2
| * scsi: qla2xxx: Prevent PRLI in target modeAnastasia Kovaleva2021-04-281-0/+3
| * scsi: qla2xxx: Add marginal path handling supportBikash Hazarika2021-04-281-0/+1
| * scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundBodo Stroesser2021-04-281-2/+2
| * scsi: ufs: core: Fix a typo in ufs-sysfs.cKeoseong Park2021-04-281-6/+6
| * scsi: lpfc: Fix bad memory access during VPD DUMP mailbox commandJames Smart2021-04-262-13/+14
| * scsi: lpfc: Fix DMA virtual address ptr assignment in bsgJames Smart2021-04-261-1/+1