aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-13net: fealnx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: moxa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2-2/+2
2019-02-13net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: neterion: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2-2/+2
2019-02-13net: phy: Add generic support for 2.5GBaseT and 5GBaseTMaxime Chevallier1-0/+37
2019-02-13net: phy: Extract genphy_c45_pma_read_abilities from marvell10gMaxime Chevallier2-70/+82
2019-02-13net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier2-28/+27
2019-02-13net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier2-53/+45
2019-02-12mlxsw: spectrum_switchdev: Remove unused variablesFlorian Fainelli1-3/+0
2019-02-12rocker: Remove port_attr_bridge_flags_get assignmentFlorian Fainelli1-1/+0
2019-02-12net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed1-2/+20
2019-02-12enetc: add PTP clock driverYangbo Lu4-2/+162
2019-02-12ptp_qoriq: make structure/function names more consistentYangbo Lu2-2/+2
2019-02-12rocker: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli3-27/+0
2019-02-12mlxsw: spectrum_switchdev: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli1-17/+0
2019-02-12net: phy: simplify genphy_config_eee_advertHeiner Kallweit1-21/+6
2019-02-12net: marvell: mvpp2: use mvpp2_is_xlg() helper elsewhereRussell King1-9/+6
2019-02-12net: marvell: mvpp2: add mvpp2_is_xlg() helperRussell King1-11/+9
2019-02-12net: phylink: add phylink_init_eee() helperRussell King1-0/+18
2019-02-12net: phylink: only call mac_config() during resolve when link is upRussell King1-2/+9
2019-02-12Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam2-19/+1
2019-02-12smc911x: pass struct device to DMA API functionsChristoph Hellwig1-2/+2
2019-02-12meth: pass struct device to DMA API functionsChristoph Hellwig1-10/+15
2019-02-12moxart_ether: pass struct device to DMA API functionsChristoph Hellwig2-4/+8
2019-02-12pxa168_eth: pass struct device to DMA API functionsChristoph Hellwig1-4/+7
2019-02-12lantiq_etop: pass struct device to DMA API functionsChristoph Hellwig1-2/+4
2019-02-12macb_main: pass struct device to DMA API functionsChristoph Hellwig1-4/+4
2019-02-12au1000_eth: pass struct device to DMA API functionsChristoph Hellwig1-3/+3
2019-02-12net: caif: pass struct device to DMA API functionsChristoph Hellwig1-14/+16
2019-02-12mlxsw: spectrum_flower: Fix VLAN modify action supportIdo Schimmel1-2/+1
2019-02-12mlxsw: spectrum_router: Drop unnecessary WARN_ON_ONCE()Ido Schimmel1-1/+1
2019-02-12mlxsw: spectrum: Set LAG port collector only when activeNir Dotan1-17/+45
2019-02-12nfp: flower: remove double new lineJakub Kicinski1-1/+0
2019-02-11nfp: devlink: include vendor/product info in serial numberJakub Kicinski1-3/+18
2019-02-11nfp: devlink: use the generic manufacture identifier instead of vendorJakub Kicinski1-1/+1
2019-02-11net: dsa: microchip: add switch offload forwarding supportTristram Ha1-3/+4
2019-02-10net: phy: use phy_modify_changed in genphy_config_advertHeiner Kallweit1-28/+15
2019-02-10net: phy: marvell10g: fix usage of new MMD modifying helpersHeiner Kallweit1-7/+6
2019-02-10net: phy: add register modifying helpers returning 1 on changeHeiner Kallweit1-9/+118
2019-02-09net: phy: aquantia: add support for AQCS109Nikita Yushchenko1-0/+12
2019-02-09net: dsa: mv88e6xxx: SERDES support 2500BaseT via external PHYAndrew Lunn1-1/+3
2019-02-09net: marvell: mvpp2: clear flow control modes in 10G modeRussell King1-0/+5
2019-02-09net: phy: Add support for asking the PHY its abilitiesAndrew Lunn1-16/+15
2019-02-09net: phy: probe the PHY before determining the supported featuresAndrew Lunn1-11/+13
2019-02-09net: phy: remove unneeded masking of PHY register read resultsHeiner Kallweit1-6/+6
2019-02-08net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkgHeiner Kallweit1-0/+3
2019-02-08net: marvell: mvpp2: fix AN restartRussell King1-10/+5
2019-02-08net: marvell: mvpp2: read correct pause bitsRussell King1-2/+2