summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-07-28spi: cadence: Correct initialisation of runtime PM againMarek Vasut1-5/+9
2021-07-28scsi: target: Fix protect handling in WRITE SAME(32)Dmitry Bogdanov1-18/+17
2021-07-28scsi: iscsi: Fix iface sysfs attr detectionMike Christie1-56/+34
2021-07-28efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek1-3/+5
2021-07-28usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu1-10/+23
2021-07-28liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King1-1/+1
2021-07-28spi: mediatek: fix fifo rx modePeter Hess1-3/+13
2021-07-28regulator: hi6421: Fix getting wrong drvdataAxel Lin1-9/+13
2021-07-28regulator: hi6421: Use correct variable type for regmap api val argumentAxel Lin1-4/+4
2021-07-28spi: stm32: fixes pm_runtime calls in probe/removeAlain Volmat1-1/+8
2021-07-28spi: imx: add a check for speed_hz before calculating the clockClark Wang1-16/+21
2021-07-28nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen1-1/+0
2021-07-28cxgb4: fix IRQ free race during driver unloadShahjada Abul Husain2-8/+13
2021-07-28pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König1-7/+4
2021-07-28stmmac: platform: Fix signedness bug in stmmac_probe_config_dt()YueHaibing1-3/+5
2021-07-28bonding: fix incorrect return value of bond_ipsec_offload_ok()Taehee Yoo1-1/+1
2021-07-28bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()Taehee Yoo1-6/+16
2021-07-28bonding: Add struct bond_ipesc to manage SATaehee Yoo1-20/+119
2021-07-28bonding: disallow setting nested bonding + ipsec offloadTaehee Yoo1-6/+9
2021-07-28bonding: fix suspicious RCU usage in bond_ipsec_del_sa()Taehee Yoo1-2/+5
2021-07-28ixgbevf: use xso.real_dev instead of xso.dev in callback functions of struct ...Taehee Yoo1-7/+13
2021-07-28bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo1-0/+5
2021-07-28bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo1-1/+6
2021-07-28gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET1-1/+4
2021-07-28igb: Fix position of assignment to *ringJedrzej Jagielski1-1/+2
2021-07-28igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov1-1/+8
2021-07-28iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET1-0/+1
2021-07-28e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET1-0/+1
2021-07-28fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET1-0/+1
2021-07-28igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET1-0/+1
2021-07-28igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET1-0/+1
2021-07-28ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET1-0/+1
2021-07-28igc: change default return of igc_read_phy_reg()Tom Rix1-1/+1
2021-07-28igb: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-07-28igc: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-07-25drm/panel: nt35510: Do not fail if DSI read failsLinus Walleij1-3/+1
2021-07-25dma-buf/sync_file: Don't leak fences on merge failureJason Ekstrand1-6/+7
2021-07-25net: fddi: fix UAF in fza_probePavel Skripkin1-2/+1
2021-07-25net: ti: fix UAF in tlan_remove_onePavel Skripkin1-2/+1
2021-07-25net: qcom/emac: fix UAF in emac_removePavel Skripkin1-1/+2
2021-07-25net: moxa: fix UAF in moxart_mac_probePavel Skripkin1-3/+1
2021-07-25net: bcmgenet: Ensure all TX/RX queues DMAs are disabledFlorian Fainelli1-0/+6
2021-07-25net: netdevsim: use xso.real_dev instead of xso.dev in callback functions of ...Taehee Yoo1-4/+4
2021-07-25vmxnet3: fix cksum offload issues for tunnels with non-default udp portsRonak Doshi1-2/+20
2021-07-25net: dsa: mv88e6xxx: enable devlink ATU hash param for TopazMarek Behún1-0/+4
2021-07-25net: dsa: mv88e6xxx: enable .rmu_disable() on TopazMarek Behún1-0/+2
2021-07-25net: dsa: mv88e6xxx: use correct .stats_set_histogram() on TopazMarek Behún1-2/+2
2021-07-25net: dsa: mv88e6xxx: enable .port_set_policy() on TopazMarek Behún1-0/+2
2021-07-25net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clearDoug Berger2-21/+2
2021-07-25usb: cdns3: Enable TDL_CHK only for OUT epSanket Parmar1-5/+3