aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed2019-02-121-2/+20
* enetc: add PTP clock driverYangbo Lu2019-02-124-2/+162
* ptp_qoriq: make structure/function names more consistentYangbo Lu2019-02-122-2/+2
* rocker: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli2019-02-123-27/+0
* mlxsw: spectrum_switchdev: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli2019-02-121-17/+0
* net: phy: simplify genphy_config_eee_advertHeiner Kallweit2019-02-121-21/+6
* net: marvell: mvpp2: use mvpp2_is_xlg() helper elsewhereRussell King2019-02-121-9/+6
* net: marvell: mvpp2: add mvpp2_is_xlg() helperRussell King2019-02-121-11/+9
* net: phylink: add phylink_init_eee() helperRussell King2019-02-121-0/+18
* net: phylink: only call mac_config() during resolve when link is upRussell King2019-02-121-2/+9
* Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam2019-02-122-19/+1
* smc911x: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-2/+2
* meth: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-10/+15
* moxart_ether: pass struct device to DMA API functionsChristoph Hellwig2019-02-122-4/+8
* pxa168_eth: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-4/+7
* lantiq_etop: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-2/+4
* macb_main: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-4/+4
* au1000_eth: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-3/+3
* net: caif: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-14/+16
* mlxsw: spectrum_flower: Fix VLAN modify action supportIdo Schimmel2019-02-121-2/+1
* mlxsw: spectrum_router: Drop unnecessary WARN_ON_ONCE()Ido Schimmel2019-02-121-1/+1
* mlxsw: spectrum: Set LAG port collector only when activeNir Dotan2019-02-121-17/+45
* nfp: flower: remove double new lineJakub Kicinski2019-02-121-1/+0
* nfp: devlink: include vendor/product info in serial numberJakub Kicinski2019-02-111-3/+18
* nfp: devlink: use the generic manufacture identifier instead of vendorJakub Kicinski2019-02-111-1/+1
* net: dsa: microchip: add switch offload forwarding supportTristram Ha2019-02-111-3/+4
* net: phy: use phy_modify_changed in genphy_config_advertHeiner Kallweit2019-02-101-28/+15
* net: phy: marvell10g: fix usage of new MMD modifying helpersHeiner Kallweit2019-02-101-7/+6
* net: phy: add register modifying helpers returning 1 on changeHeiner Kallweit2019-02-101-9/+118
* net: phy: aquantia: add support for AQCS109Nikita Yushchenko2019-02-091-0/+12
* net: dsa: mv88e6xxx: SERDES support 2500BaseT via external PHYAndrew Lunn2019-02-091-1/+3
* net: marvell: mvpp2: clear flow control modes in 10G modeRussell King2019-02-091-0/+5
* net: phy: Add support for asking the PHY its abilitiesAndrew Lunn2019-02-091-16/+15
* net: phy: probe the PHY before determining the supported featuresAndrew Lunn2019-02-091-11/+13
* net: phy: remove unneeded masking of PHY register read resultsHeiner Kallweit2019-02-091-6/+6
* net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkgHeiner Kallweit2019-02-081-0/+3
* net: marvell: mvpp2: fix AN restartRussell King2019-02-081-10/+5
* net: marvell: mvpp2: read correct pause bitsRussell King2019-02-081-2/+2
* net: marvell: mvpp2: only reprogram what is necessary on mac_configRussell King2019-02-081-23/+35
* net: marvell: mvpp2: fix stuck in-band SGMII negotiationRussell King2019-02-081-6/+11
* net: marvell: mvpp2: phylink compliance updatesRussell King2019-02-081-36/+61
* ixgbe: Use struct_size() helperGustavo A. R. Silva2019-02-081-5/+5
* igc: Use struct_size() helperGustavo A. R. Silva2019-02-081-5/+4
* igb: use struct_size() helperGustavo A. R. Silva2019-02-081-3/+3
* net: phy: don't double-read link status register if link is upHeiner Kallweit2019-02-082-1/+7
* fm10k: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-081-4/+2
* nfp: flower: cmsg: use struct_size() helperGustavo A. R. Silva2019-02-081-4/+2
* mlxsw: spectrum_router: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-081-8/+4
* bnx2x: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-081-6/+2
* wimax/i2400m: use struct_size() helperGustavo A. R. Silva2019-02-081-2/+2