summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-15145-639/+1102
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-1530-103/+132
| |\
| | * dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei2020-05-152-12/+18
| | * drivers: net: hamradio: Fix suspicious RCU usage warning in bpqether.cMadhuparna Bhowmik2020-05-151-1/+2
| | * net: phy: broadcom: fix BCM54XX_SHD_SCR3_TRDDAPD value for BCM54810Kevin Lo2020-05-151-2/+6
| | * drivers: ipa: fix typos for ipa_smp2p structure docWang Wenhu2020-05-141-1/+1
| | * pppoe: only process PADT targeted at local interfacesGuillaume Nault2020-05-141-0/+3
| | * net: stmmac: fix num_por initializationVinod Koul2020-05-141-2/+15
| | * net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit2020-05-141-3/+5
| | * net: broadcom: Select BROADCOM_PHY for BCMGENETFlorian Fainelli2020-05-131-0/+1
| | * s390/ism: fix error return code in ism_probe()Wei Yongjun2020-05-131-1/+3
| | * net: ethernet: ti: Remove TI_CPTS_MOD workaroundClay McClure2020-05-122-11/+7
| | * ionic: call ionic_port_init after fw-upgradeShannon Nelson2020-05-122-9/+10
| | * ionic: leave netdev mac alone after fw-upgradeShannon Nelson2020-05-121-7/+11
| | * net: ipa: use tag process on modem crashAlex Elder2020-05-111-11/+3
| | * net: ipa: set DMA length in gsi_trans_cmd_add()Alex Elder2020-05-111-2/+3
| | * hinic: fix a bug of ndo_stopLuo bin2020-05-112-18/+14
| | * net: dsa: loop: Add module soft dependencyFlorian Fainelli2020-05-101-0/+1
| | * net: freescale: select CONFIG_FIXED_PHY where neededArnd Bergmann2020-05-102-0/+3
| | * octeontx2-vf: Fix error return code in otx2vf_probe()Wei Yongjun2020-05-091-2/+6
| | * dpaa2-eth: prevent array underflow in update_cls_rule()Dan Carpenter2020-05-091-1/+1
| | * nfp: abm: fix error return code in nfp_abm_vnic_alloc()Wei Yongjun2020-05-091-1/+3
| | * r8169: re-establish support for RTL8401 chip versionHeiner Kallweit2020-05-091-0/+2
| | * net: microchip: encx24j600: add missed kthread_stopChuhong Yuan2020-05-081-1/+4
| | * net: bareudp: avoid uninitialized variable warningArnd Bergmann2020-05-081-14/+4
| | * net: hisilicon: Make CONFIG_HNS invisibleGeert Uytterhoeven2020-05-071-1/+1
| | * usb: hso: correct debug messageOliver Neukum2020-05-071-1/+1
| | * virtio_net: fix lockdep warning on 32 bitMichael S. Tsirkin2020-05-071-2/+4
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-05-1513-39/+68
| |\ \
| | * | RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobjJason Gunthorpe2020-05-123-7/+10
| | * | RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL eventJason Gunthorpe2020-05-124-3/+29
| | * | RDMA/iw_cxgb4: Fix incorrect function parametersPotnuri Bharat Teja2020-05-121-4/+3
| | * | RDMA/core: Fix double put of resourceMaor Gottlieb2020-05-121-2/+1
| | * | IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein2020-05-121-2/+5
| | * | IB/hfi1: Fix another case where pq is left on waitlistMike Marciniszyn2020-05-121-4/+0
| | * | IB/i40iw: Remove bogus call to netdev_master_upper_dev_get()Denis V. Lunev2020-05-121-8/+0
| | * | IB/mlx4: Test return value of calls to ib_get_cached_pkeyJack Morgenstein2020-05-121-3/+11
| | * | RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()Sudip Mukherjee2020-05-122-5/+8
| | * | i40iw: Fix error handling in i40iw_manage_arp_cache()Dan Carpenter2020-05-041-1/+1
| * | | Merge tag 'hwmon-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-05-153-4/+14
| |\ \ \
| | * | | hwmon: (da9052) Synchronize access with mfdSamu Nuutamo2020-05-131-2/+2
| | * | | hwmon: (nct7904) Fix incorrect range of temperature limit registersAmy Shih2020-05-131-1/+3
| | * | | hwmon: (nct7904) Read all SMI status registers in probe functionAmy Shih2020-05-131-0/+8
| | * | | hwmon: (drivetemp) Fix SCT support if SCT data tables are not supportedGuenter Roeck2020-05-091-1/+1
| * | | | Merge tag 'drm-fixes-2020-05-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-05-1537-274/+436
| |\ \ \ \
| | * \ \ \ Merge tag 'drm-misc-fixes-2020-05-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-151-3/+1
| | |\ \ \ \
| | | * | | | drm/meson: pm resume add return errno branchBernard Zhao2020-05-131-3/+1
| | * | | | | Merge tag 'drm-intel-fixes-2020-05-13-1' of git://anongit.freedesktop.org/drm...Dave Airlie2020-05-158-27/+79
| | |\ \ \ \ \
| | | * | | | | drm/i915: Handle idling during i915_gem_evict_something busy loopsChris Wilson2020-05-131-14/+12
| | | * | | | | Merge tag 'gvt-fixes-2020-05-12' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2020-05-122-6/+49
| | | |\ \ \ \ \