summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-08gtp: fix bad unlock balance in gtp_encap_enable_socketEric Dumazet1-2/+3
2020-01-08net: stmmac: dwmac-sun8i: Allow all RGMII modesChen-Yu Tsai1-0/+3
2020-01-08net: stmmac: dwmac-sunxi: Allow all RGMII modesChen-Yu Tsai1-1/+1
2020-01-08tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk2-2/+2
2020-01-07net: usb: lan78xx: fix possible skb leakEric Dumazet1-6/+3
2020-01-07net: stmmac: Fixed link does not need MDIO BusJose Abreu1-1/+1
2020-01-07stmmac: debugfs entry name is not be changed when udev rename device name.Jiping Ma1-0/+32
2020-01-06net/mlx5: DR, Init lists that are used in rule's memberErez Shitrit1-0/+3
2020-01-06net/mlx5e: Fix hairpin RSS table sizeEli Cohen3-17/+17
2020-01-06net/mlx5: DR, No need for atomic refcount for internal SW steering resourcesYevgeny Kliteynik3-12/+14
2020-01-06Revert "net/mlx5: Support lockless FTE read lookups"Parav Pandit2-56/+15
2020-01-06net/mlx5: Move devlink registration before interfaces loadMichael Guralnik1-7/+9
2020-01-06net/mlx5e: Always print health reporter message to dmesgEran Ben Elisha1-3/+4
2020-01-06net/mlx5e: Avoid duplicating rule destinationsDmytro Linkin1-1/+57
2020-01-06Merge tag 'tpmdd-next-20200106' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds1-19/+15
2020-01-06Merge tag 'linux-watchdog-5.5-fixes' of git://www.linux-watchdog.org/linux-wa...Linus Torvalds5-4/+7
2020-01-06net: atlantic: remove duplicate entriesIgor Russkikh1-3/+0
2020-01-06net: atlantic: loopback configuration in improper placeIgor Russkikh1-2/+2
2020-01-06net: atlantic: broken link status on old fwIgor Russkikh1-3/+1
2020-01-06firmware: tee_bnxt: Fix multiple call to tee_client_close_contextVikas Gupta1-1/+0
2020-01-06net: dsa: mv88e6xxx: Preserve priority when setting CPU port.Andrew Lunn2-0/+6
2020-01-06net: ethernet: sxgbe: Rename Samsung to lowercaseKrzysztof Kozlowski1-1/+1
2020-01-06net: wan: sdla: Fix cast from pointer to integer of different sizeKrzysztof Kozlowski1-1/+1
2020-01-06Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-43/+50
2020-01-06Merge tag 'regulator-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-5/+7
2020-01-06Merge tag 'rtc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds3-28/+42
2020-01-06tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger1-2/+0
2020-01-06tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger1-1/+0
2020-01-06tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen1-18/+17
2020-01-05macb: Don't unregister clks unconditionallyStephen Boyd1-3/+1
2020-01-05drivers/net/b44: Change to non-atomic bit operations on pwol_maskFenghua Yu1-3/+6
2020-01-05Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2020-01-04riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley1-1/+1
2020-01-04clocksource: riscv: add notrace to riscv_sched_clockZong Li1-1/+1
2020-01-04Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-01-04Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds4-7/+14
2020-01-04Merge tag 'media/v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-18/+41
2020-01-04rtc: cmos: Revert "rtc: Fix the AltCentury value on AMD/Hygon platform"Alexandre Belloni1-14/+1
2020-01-03net: Google gve: Remove dma_wmb() before ringing doorbellLiran Alon2-8/+0
2020-01-03net: phylink: fix failure to register on x86 systemsRussell King1-0/+3
2020-01-03Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-01-03Merge tag 'drm-fixes-2020-01-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-60/+80
2020-01-03media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s to 32 bytesSakari Ailus1-1/+1
2020-01-03agp: remove unused variable arqsz in agp_3_5_enable()Yunfeng Ye1-3/+1
2020-01-03agp: remove unused variable mcapndxYunfeng Ye1-5/+0
2020-01-03spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2-3/+13
2020-01-03regulator: bd70528: Remove .set_ramp_delay for bd70528_ldo_opsAxel Lin1-1/+0
2020-01-02Merge tag 'linux-can-fixes-for-5.5-20200102' of git://git.kernel.org/pub/scm/...David S. Miller5-25/+67
2020-01-02net: freescale: fec: Fix ethtool -d runtime PMAndrew Lunn1-0/+9
2020-01-02vxlan: fix tos value before xmitHangbin Liu1-2/+2