summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-1641-297/+419
|\
| * amd-xgbe: Use __napi_schedule() in BH contextSebastian Andrzej Siewior2020-04-161-1/+1
| * mISDN: make dmril and dmrim staticJason Yan2020-04-161-2/+2
| * net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizesFlorian Fainelli2020-04-161-0/+2
| * net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware modeDENG Qingfang2020-04-162-6/+19
| * net: tulip: make early_486_chipsets staticJason Yan2020-04-151-1/+1
| * net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean2020-04-153-47/+44
| * Merge tag 'mac80211-for-net-2020-04-15' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-04-151-6/+6
| |\
| | * mac80211_hwsim: Use kstrndup() in place of kasprintf()Tuomas Tynkkynen2020-04-141-6/+6
| * | net: marvell10g: soft-reset the PHY when coming out of low powerRussell King2020-04-141-3/+13
| * | net: marvell10g: report firmware versionRussell King2020-04-141-0/+20
| * | net/cxgb4: Check the return from t4_query_params properlyJason Gunthorpe2020-04-141-1/+1
| * | net: stmmac: socfpga: Allow all RGMII modesAtsushi Nemoto2020-04-141-0/+2
| * | net: dsa: mv88e6xxx: Configure MAC when using fixed linkAndrew Lunn2020-04-141-2/+3
| * | ionic: fix unused assignmentShannon Nelson2020-04-141-1/+1
| * | ionic: add dynamic_debug headerShannon Nelson2020-04-141-0/+1
| * | net: phy: micrel: use genphy_read_status for KSZ9131Atsushi Nemoto2020-04-141-1/+1
| * | Merge tag 'wireless-drivers-2020-04-14' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-04-143-9/+14
| |\ \
| | * | rtw88: avoid unused function warningsArnd Bergmann2020-04-141-8/+3
| | * | ath11k: fix compiler warnings without CONFIG_THERMALYueHaibing2020-04-061-1/+2
| | * | brcmfmac: add stub for monitor interface xmitRafał Miłecki2020-04-061-0/+9
| * | | net: mvneta: Fix a typoChristophe JAILLET2020-04-121-1/+1
| | |/ | |/|
| * | net: tun: record RX queue in skb before do_xdp_generic()Gilberto Bertin2020-04-121-1/+2
| * | net: ethernet: ti: Add missing '\n' in log messagesChristophe JAILLET2020-04-121-3/+3
| * | soc: qcom: ipa: Add a missing '\n' in a log messageChristophe JAILLET2020-04-121-3/+2
| * | net: neterion: remove redundant assignment to variable tmp64Colin Ian King2020-04-121-1/+1
| * | net: phy: marvell: Fix pause frame negotiationClemens Gruber2020-04-111-22/+24
| * | net: macsec: fix using wrong structure in macsec_changelink()Taehee Yoo2020-04-091-1/+1
| * | net/mlx5e: CT: Use rhashtable's ct entries instead of a separate listPaul Blakey2020-04-081-12/+7
| * | net/mlx5e: Fix devlink port netdev unregistration sequenceParav Pandit2020-04-081-1/+1
| * | net/mlx5e: Fix pfnum in devlink port attributeParav Pandit2020-04-081-4/+5
| * | net/mlx5e: Fix missing pedit action after ct clear actionRoi Dayan2020-04-081-1/+2
| * | net/mlx5e: Fix nest_level for vlan pop actionDmytro Linkin2020-04-081-2/+3
| * | net/mlx5e: Add missing release firmware callEran Ben Elisha2020-04-081-1/+4
| * | net/mlx5: Fix condition for termination table cleanupEli Cohen2020-04-082-10/+3
| * | net/mlx5: Fix frequent ioread PCI access during recoveryMoshe Shemesh2020-04-081-1/+1
| * | ionic: set station addr only if neededShannon Nelson2020-04-081-13/+19
| * | ionic: replay filters after fw upgradeShannon Nelson2020-04-083-15/+51
| * | Documentation: mdio_bus.c - fix warningsLothar Rubusch2020-04-071-1/+1
| * | net: ethernet: mediatek: move mt7623 settings out off the mt7530René van Dorst2020-04-072-1/+31
| * | net: dsa: mt7530: move mt7623 settings out off the mt7530René van Dorst2020-04-072-95/+0
| * | net: fec: set GPR bit on suspend by DT configuration.Martin Fuzzey2020-04-072-29/+127
* | | Merge tag 'ceph-for-5.7-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2020-04-161-14/+19
|\ \ \
| * | | rbd: don't mess with a page vector in rbd_notify_op_lock()Ilya Dryomov2020-04-131-5/+1
| * | | rbd: don't test rbd_dev->opts in rbd_dev_image_release()Ilya Dryomov2020-04-131-1/+1
| * | | rbd: call rbd_dev_unprobe() after unwatching and flushing notifiesIlya Dryomov2020-04-131-4/+4
| * | | rbd: avoid a deadlock on header_rwsem when flushing notifiesIlya Dryomov2020-04-131-4/+13
* | | | Merge tag 'efi-urgent-2020-04-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-154-22/+27
|\ \ \ \
| * | | | efi/libstub/file: Merge file name buffers to reduce stack usageArd Biesheuvel2020-04-141-13/+14
| * | | | efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar2020-04-141-4/+10