aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-04-23vt: don't use kmalloc() for the unicode screen bufferNicolas Pitre
2020-04-23USB: sisusbvga: Change port variable from signed to unsignedChangming Liu
2020-04-23usb-storage: Add unusual_devs entry for JMicron JMS566Alan Stern
2020-04-23USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...Alan Stern
2020-04-23USB: hub: Fix handling of connect changes during sleepAlan Stern
2020-04-23staging: vt6656: Fix calling conditions of vnt_set_bss_modeMalcolm Priestley
2020-04-23staging: comedi: Fix comedi_device refcnt leak in comedi_openXiyu Yang
2020-04-23staging: vt6656: Fix pairwise key entry save.Malcolm Priestley
2020-04-23staging: vt6656: Fix drivers TBTT timing counter.Malcolm Priestley
2020-04-23staging: vt6656: Don't set RCR_MULTICAST or RCR_BROADCAST by default.Malcolm Priestley
2020-04-23mac80211_hwsim: use GFP_ATOMIC under spin lockWei Yongjun
2020-04-22vrf: Fix IPv6 with qdisc and xfrmDavid Ahern
2020-04-22net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVLFlorian Fainelli
2020-04-22net: dsa: b53: Rework ARL bin logicFlorian Fainelli
2020-04-22net: dsa: b53: Fix ARL register definitionsFlorian Fainelli
2020-04-22net: dsa: b53: Fix valid setting for MDB entriesFlorian Fainelli
2020-04-22net: dsa: b53: Lookup VID in ARL searches when VLAN is enabledFlorian Fainelli
2020-04-22vrf: Check skb for XFRM_TRANSFORMED flagDavid Ahern
2020-04-22net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino
2020-04-22usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an inv...Naoki Kiryu
2020-04-22PM: sleep: core: Switch back to async_schedule_dev()Kai-Heng Feng
2020-04-21net: stmmac: Enable SERDES power up/down sequenceVoon Weifeng
2020-04-21net: broadcom: convert to devm_platform_ioremap_resource_byname()Dejin Zheng
2020-04-21macvlan: fix null dereference in macvlan_device_event()Taehee Yoo
2020-04-21e1000: remove unneeded conversion to boolJason Yan
2020-04-21i40e: Remove unneeded conversion to boolJason Yan
2020-04-21ptp: Remove unneeded conversion to boolJason Yan
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-04-21xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman
2020-04-21xhci: prevent bus suspend if a roothub port detected a over-current conditionMathias Nyman
2020-04-21xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman
2020-04-21iwlwifi: fix WGDS check when WRDS is disabledLuca Coelho
2020-04-21iwlwifi: mvm: fix inactive TID removal return value usageJohannes Berg
2020-04-21iwlwifi: mvm: Do not declare support for ACK Enabled AggregationIlan Peer
2020-04-21iwlwifi: mvm: limit maximum queue appropriatelyJohannes Berg
2020-04-21iwlwifi: pcie: indicate correct RB size to deviceJohannes Berg
2020-04-21iwlwifi: mvm: beacon statistics shouldn't go backwardsMordechay Goodstein
2020-04-21iwlwifi: pcie: actually release queue memory in TVQMJohannes Berg
2020-04-21Merge tag 'zynqmp-soc-for-v5.7-rc3' of https://github.com/Xilinx/linux-xlnx i...Arnd Bergmann
2020-04-21iwlwifi: actually check allocated conf_tlv pointerChris Rorvick
2020-04-20net/mlx5e: Get the latest values from counters in switchdev modeZhu Yanjun
2020-04-20net/mlx5: Kconfig: convert imply usage to weak dependencySaeed Mahameed
2020-04-20net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to avoid WQ overrunsMaxim Mikityanskiy
2020-04-20net/mlx5: CT: Change idr to xarray to protect parallel tuple id allocationPaul Blakey
2020-04-20net/mlx5: Fix failing fw tracer allocation on s390Niklas Schnelle
2020-04-21tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen
2020-04-21tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang
2020-04-21tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson
2020-04-21tpm: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as moduleStefan Berger
2020-04-20team: fix hang in team_mode_get()Taehee Yoo