summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-16amd-xgbe: Use __napi_schedule() in BH contextSebastian Andrzej Siewior
2020-04-16net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizesFlorian Fainelli
2020-04-16net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware modeDENG Qingfang
2020-04-15net: tulip: make early_486_chipsets staticJason Yan
2020-04-15net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean
2020-04-15Merge tag 'mac80211-for-net-2020-04-15' of git://git.kernel.org/pub/scm/linux...David S. Miller
2020-04-14net: marvell10g: soft-reset the PHY when coming out of low powerRussell King
2020-04-14net: marvell10g: report firmware versionRussell King
2020-04-14net/cxgb4: Check the return from t4_query_params properlyJason Gunthorpe
2020-04-14net: stmmac: socfpga: Allow all RGMII modesAtsushi Nemoto
2020-04-14net: dsa: mv88e6xxx: Configure MAC when using fixed linkAndrew Lunn
2020-04-14ionic: fix unused assignmentShannon Nelson
2020-04-14ionic: add dynamic_debug headerShannon Nelson
2020-04-14net: phy: micrel: use genphy_read_status for KSZ9131Atsushi Nemoto
2020-04-14Merge tag 'wireless-drivers-2020-04-14' of git://git.kernel.org/pub/scm/linux...David S. Miller
2020-04-14rtw88: avoid unused function warningsArnd Bergmann
2020-04-14mac80211_hwsim: Use kstrndup() in place of kasprintf()Tuomas Tynkkynen
2020-04-12net: mvneta: Fix a typoChristophe JAILLET
2020-04-12net: tun: record RX queue in skb before do_xdp_generic()Gilberto Bertin
2020-04-12net: ethernet: ti: Add missing '\n' in log messagesChristophe JAILLET
2020-04-12soc: qcom: ipa: Add a missing '\n' in a log messageChristophe JAILLET
2020-04-12net: neterion: remove redundant assignment to variable tmp64Colin Ian King
2020-04-11net: phy: marvell: Fix pause frame negotiationClemens Gruber
2020-04-09net: macsec: fix using wrong structure in macsec_changelink()Taehee Yoo
2020-04-08net/mlx5e: CT: Use rhashtable's ct entries instead of a separate listPaul Blakey
2020-04-08net/mlx5e: Fix devlink port netdev unregistration sequenceParav Pandit
2020-04-08net/mlx5e: Fix pfnum in devlink port attributeParav Pandit
2020-04-08net/mlx5e: Fix missing pedit action after ct clear actionRoi Dayan
2020-04-08net/mlx5e: Fix nest_level for vlan pop actionDmytro Linkin
2020-04-08net/mlx5e: Add missing release firmware callEran Ben Elisha
2020-04-08net/mlx5: Fix condition for termination table cleanupEli Cohen
2020-04-08net/mlx5: Fix frequent ioread PCI access during recoveryMoshe Shemesh
2020-04-08ionic: set station addr only if neededShannon Nelson
2020-04-08ionic: replay filters after fw upgradeShannon Nelson
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-04-07Documentation: mdio_bus.c - fix warningsLothar Rubusch
2020-04-07net: ethernet: mediatek: move mt7623 settings out off the mt7530René van Dorst
2020-04-07net: dsa: mt7530: move mt7623 settings out off the mt7530René van Dorst
2020-04-07net: fec: set GPR bit on suspend by DT configuration.Martin Fuzzey
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-06macsec: fix NULL dereference in macsec_upd_offload()Davide Caratti
2020-04-06net: dsa: bcm_sf2: Ensure correct sub-node is parsedFlorian Fainelli
2020-04-06qed: remove redundant assignment to variable 'rc'Colin Ian King
2020-04-06wimax: remove some redundant assignments to variable resultColin Ian King
2020-04-06mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLEPetr Machata
2020-04-06mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_PRIORITYPetr Machata
2020-04-06r8169: change back SG and TSO to be disabled by defaultHeiner Kallweit
2020-04-06net: dsa: bcm_sf2: Do not register slave MDIO bus with OFFlorian Fainelli
2020-04-06tun: Don't put_page() for all negative return values from XDP programWill Deacon