summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* atm: lanai: dont run lanai_dev_close if not openTong Zhang2021-03-011-1/+4
* atm: eni: dont release is never initializedTong Zhang2021-03-011-1/+2
* net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang2021-03-011-2/+4
* xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculatingJan Beulich2021-03-011-2/+2
* net: phy: ti: take into account all possible interrupt sourcesIoana Ciornei2021-03-012-9/+11
* net: hns3: fix bug when calculating the TCAM table infoJian Shen2021-02-281-2/+2
* net: hns3: fix query vlan mask value error for flow directorJian Shen2021-02-281-2/+1
* net: hns3: fix error mask definition of flow directorJian Shen2021-02-281-3/+3
* net: broadcom: bcm4908_enet: enable RX after processing packetsRafał Miłecki2021-02-281-0/+3
* bnxt_en: reliably allocate IRQ table on reset to avoid crashEdwin Peer2021-02-271-2/+12
* bnxt_en: Fix race between firmware reset and driver remove.Vasundhara Volam2021-02-271-0/+3
* mlxsw: spectrum_router: Ignore routes using a deleted nexthop objectIdo Schimmel2021-02-271-0/+7
* mlxsw: spectrum_ethtool: Add an external speed to PTYS registerDanielle Ratson2021-02-273-1/+8
* net: fec: ptp: avoid register access when ipg clock is disabledHeiko Thiery2021-02-271-0/+7
* net: phy: make mdio_bus_phy_suspend/resume as __maybe_unusedArnd Bergmann2021-02-271-4/+2
* net: dsa: mt7530: don't build GPIO support if !GPIOLIBDENG Qingfang2021-02-271-0/+4
* net: mscc: ocelot: select NET_DEVLINKArnd Bergmann2021-02-271-0/+1
* net: stmmac: re-init rx buffers when mac resume backJoakim Zhang2021-02-271-1/+83
* net: stmmac: fix wrongly set buffer2 valid when sph unsupportJoakim Zhang2021-02-274-6/+15
* net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang2021-02-275-34/+94
* net: stmmac: fix watchdog timeout during suspend/resume stress testJoakim Zhang2021-02-271-0/+2
* net: stmmac: stop each tx channel independentlyJoakim Zhang2021-02-271-4/+0
* Merge tag 'wireless-drivers-2021-02-26' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-02-2610-29/+37
|\
| * mt76: mt7915: fix unused 'mode' variableArnd Bergmann2021-02-261-2/+2
| * mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi2021-02-261-4/+7
| * mt76: mt7921: remove incorrect error handlingArnd Bergmann2021-02-261-3/+1
| * iwlwifi: pcie: fix iwl_so_trans_cfg link error when CONFIG_IWLMVM is disabledKalle Valo2021-02-261-1/+2
| * ath11k: fix AP mode for QCA6390Kalle Valo2021-02-241-2/+2
| * ath11k: qmi: use %pad to format dma_addr_tGeert Uytterhoeven2021-02-241-2/+2
| * iwlwifi: avoid crash on unsupported debug collectionJohannes Berg2021-02-221-0/+2
| * mt76: mt7915: only modify tx buffer list after allocating tx token idFelix Fietkau2021-02-181-5/+5
| * mt76: fix tx skb error handling in mt76_dma_tx_queue_skbFelix Fietkau2021-02-181-9/+6
| * ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2021-02-182-1/+8
* | Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-256-352/+65
|\ \
| * | pwm: lpc18xx-sct: remove unneeded semicolonYang Li2021-02-221-1/+1
| * | pwm: iqs620a: Correct a stale state variableJeff LaBundy2021-02-221-51/+37
| * | pwm: iqs620a: Fix overflow and optimize calculationsUwe Kleine-König2021-02-221-3/+5
| * | pwm: rockchip: Enable clock before calling clk_get_rate()Simon South2021-01-201-0/+10
| * | pwm: rockchip: Eliminate potential race condition when probingSimon South2021-01-201-3/+6
| * | pwm: rockchip: Replace "bus clk" with "PWM clk"Simon South2021-01-201-2/+2
| * | pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South2021-01-201-1/+0
| * | pwm: rockchip: Enable APB clock during register access while probingSimon South2021-01-201-3/+5
| * | pwm: Remove ZTE ZX driverArnd Bergmann2021-01-203-289/+0
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-02-2519-503/+1301
|\ \ \
| * | | virtio-input: add multi-touch supportMathias Crombez2021-02-231-1/+10
| * | | virtio_mmio: fix one typoXianting Tian2021-02-231-1/+1
| * | | vdpa/mlx5: fix param validation in mlx5_vdpa_get_config()Stefano Garzarella2021-02-231-1/+1
| * | | virtio_net: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-231-0/+1
| * | | virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT.Colin Xu2021-02-231-0/+15
| * | | virtio-blk: support per-device queue depthJoseph Qi2021-02-231-4/+7