summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-01-08atm: eni: fix uninitialized variable warningArnd Bergmann
2020-01-08macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet
2020-01-08mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFOPetr Machata
2020-01-08gtp: fix bad unlock balance in gtp_encap_enable_socketEric Dumazet
2020-01-08net: stmmac: dwmac-sun8i: Allow all RGMII modesChen-Yu Tsai
2020-01-08net: stmmac: dwmac-sunxi: Allow all RGMII modesChen-Yu Tsai
2020-01-08tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk
2020-01-07net: usb: lan78xx: fix possible skb leakEric Dumazet
2020-01-07net: stmmac: Fixed link does not need MDIO BusJose Abreu
2020-01-07stmmac: debugfs entry name is not be changed when udev rename device name.Jiping Ma
2020-01-06net/mlx5: DR, Init lists that are used in rule's memberErez Shitrit
2020-01-06net/mlx5e: Fix hairpin RSS table sizeEli Cohen
2020-01-06net/mlx5: DR, No need for atomic refcount for internal SW steering resourcesYevgeny Kliteynik
2020-01-06Revert "net/mlx5: Support lockless FTE read lookups"Parav Pandit
2020-01-06net/mlx5: Move devlink registration before interfaces loadMichael Guralnik
2020-01-06net/mlx5e: Always print health reporter message to dmesgEran Ben Elisha
2020-01-06net/mlx5e: Avoid duplicating rule destinationsDmytro Linkin
2020-01-06Merge tag 'tpmdd-next-20200106' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds
2020-01-06Merge tag 'linux-watchdog-5.5-fixes' of git://www.linux-watchdog.org/linux-wa...Linus Torvalds
2020-01-06net: atlantic: remove duplicate entriesIgor Russkikh
2020-01-06net: atlantic: loopback configuration in improper placeIgor Russkikh
2020-01-06net: atlantic: broken link status on old fwIgor Russkikh
2020-01-06firmware: tee_bnxt: Fix multiple call to tee_client_close_contextVikas Gupta
2020-01-06net: dsa: mv88e6xxx: Preserve priority when setting CPU port.Andrew Lunn
2020-01-06net: ethernet: sxgbe: Rename Samsung to lowercaseKrzysztof Kozlowski
2020-01-06net: wan: sdla: Fix cast from pointer to integer of different sizeKrzysztof Kozlowski
2020-01-06Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-06Merge tag 'regulator-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-06Merge tag 'rtc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds
2020-01-06tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger
2020-01-06tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger
2020-01-06tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen
2020-01-05macb: Don't unregister clks unconditionallyStephen Boyd
2020-01-05drivers/net/b44: Change to non-atomic bit operations on pwol_maskFenghua Yu
2020-01-05Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-01-04riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley
2020-01-04clocksource: riscv: add notrace to riscv_sched_clockZong Li
2020-01-04Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-04Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds
2020-01-04Merge tag 'media/v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-01-04rtc: cmos: Revert "rtc: Fix the AltCentury value on AMD/Hygon platform"Alexandre Belloni
2020-01-03net: Google gve: Remove dma_wmb() before ringing doorbellLiran Alon
2020-01-03net: phylink: fix failure to register on x86 systemsRussell King
2020-01-03Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-03Merge tag 'drm-fixes-2020-01-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-01-03media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s to 32 bytesSakari Ailus
2020-01-03agp: remove unused variable arqsz in agp_3_5_enable()Yunfeng Ye
2020-01-03agp: remove unused variable mcapndxYunfeng Ye
2020-01-03spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu