summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net/ibmvnic: Fix missing { in __ibmvnic_resetMichal Suchanek2019-09-101-1/+1
* nfp: flower: cmsg rtnl locks can timeout reify messagesFred Lotter2019-09-071-5/+5
* isdn/capi: check message length in capi_write()Eric Biggers2019-09-071-1/+9
* net/ibmvnic: free reset work of removed device from queueJuliet Kim2019-09-071-2/+5
* net: phylink: Fix flow control resolutionStefan Chulski2019-09-071-3/+3
* net/hamradio/6pack: Fix the size of a sk_buff used in 'sp_bump()'Christophe JAILLET2019-09-071-2/+2
* Merge tag 'wireless-drivers-for-davem-2019-09-05' of git://git.kernel.org/pub...David S. Miller2019-09-067-34/+60
|\
| * rsi: fix a double free bug in rsi_91x_deinit()Hui Peng2019-09-031-1/+0
| * Revert "rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band"Stanislaw Gruszka2019-09-031-12/+6
| * rt2x00: clear up IV's on key removalStanislaw Gruszka2019-09-031-7/+12
| * iwlwifi: assign directly to iwl_trans->cfg in QuZ detectionLuca Coelho2019-09-031-12/+12
| * mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settingsWen Huang2019-09-032-1/+11
| * mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka2019-09-031-0/+5
| * mt76: mt76x0e: don't use hw encryption for MT7630EStanislaw Gruszka2019-09-031-1/+14
* | forcedeth: use per cpu to collect xmit/recv statisticsZhu Yanjun2019-09-061-44/+99
* | net: sonic: return NETDEV_TX_OK if failed to map bufferMao Wenan2019-09-061-2/+2
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-09-053-10/+10
|\ \
| * | Bluetooth: bpa10x: change return valueNavid Emamdoost2019-09-041-1/+1
| * | Bluetooth: hci_qca: disable irqs when spinlock is acquiredHarish Bandi2019-09-041-4/+6
| * | Bluetooth: btrtl: Additional Realtek 8822CE Bluetooth devicesJian-Hong Pan2019-09-041-0/+3
| * | Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature"Mario Limonciello2019-08-301-5/+0
* | | net: stmmac: dwmac-sun8i: Variable "val" in function sun8i_dwmac_set_syscon()...Yizhuo2019-09-021-1/+6
| |/ |/|
* | Merge tag 'char-misc-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-029-18/+36
|\ \
| * | fsi: scom: Don't abort operations for minor errorsEddie James2019-08-281-7/+1
| * | vmw_balloon: Fix offline page marking with compactionNadav Amit2019-08-281-2/+8
| * | VMCI: Release resource if the work is already queuedNadav Amit2019-08-281-2/+4
| * | lkdtm/bugs: fix build error in lkdtm_EXHAUST_STACKRaul E Rangel2019-08-281-2/+2
| * | mei: me: add Tiger Lake point LP device IDTomas Winkler2019-08-282-0/+4
| * | intel_th: pci: Add Tiger Lake supportAlexander Shishkin2019-08-281-0/+5
| * | intel_th: pci: Add support for another Lewisburg PCHAlexander Shishkin2019-08-281-0/+5
| * | stm class: Fix a double free of stm_source_deviceDing Xiang2019-08-281-1/+0
| * | Merge tag 'fpga-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-08-281-4/+7
| |\ \
| | * | fpga: altera-ps-spi: Fix getting of optional confd gpioPhil Reid2019-08-181-4/+7
* | | | Merge tag 'usb-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-0211-47/+82
|\ \ \ \
| * | | | USB: cdc-wdm: fix race between write and disconnect due to flag abuseOliver Neukum2019-08-281-4/+12
| * | | | usb: host: xhci: rcar: Fix typo in compatible string matchingGeert Uytterhoeven2019-08-281-1/+1
| * | | | usb: host: xhci-tegra: Set DMA mask correctlyNagarjuna Kristam2019-08-281-0/+10
| * | | | USB: storage: ums-realtek: Whitelist auto-delink supportKai-Heng Feng2019-08-281-5/+8
| * | | | USB: storage: ums-realtek: Update module parameter description for auto_delin...Kai-Heng Feng2019-08-281-1/+1
| * | | | usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda2019-08-281-3/+12
| * | | | usb: hcd: use managed device resourcesSchmid, Carsten2019-08-281-22/+8
| * | | | typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King2019-08-281-1/+1
| * | | | usb-storage: Add new JMS567 revision to unusual_devsHenk van der Laan2019-08-211-1/+1
| * | | | usb: chipidea: udc: don't do hardware access if gadget has stoppedPeter Chen2019-08-211-8/+24
| * | | | usbtmc: more sanity checking for packet sizeOliver Neukum2019-08-211-0/+3
| * | | | usb: udc: lpc32xx: silence fall-through warningGustavo A. R. Silva2019-08-211-1/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-0124-38/+124
|\ \ \ \
| * | | | net: seeq: Fix the function used to release some memory in an error handling ...Christophe JAILLET2019-09-011-3/+4
| * | | | enetc: Add missing call to 'pci_free_irq_vectors()' in probe and remove funct...Christophe JAILLET2019-08-311-1/+4
| * | | | net: bcmgenet: use ethtool_op_get_ts_info()Ryan M. Collins2019-08-311-0/+1