summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfp: flower: remove double new lineJakub Kicinski2019-02-121-1/+0
* nfp: devlink: include vendor/product info in serial numberJakub Kicinski2019-02-121-3/+18
* nfp: devlink: use the generic manufacture identifier instead of vendorJakub Kicinski2019-02-121-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-101-0/+12
* net: dsa: mv88e6xxx: SERDES support 2500BaseT via external PHYAndrew Lunn2019-02-101-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-091-0/+3
* net: marvell: mvpp2: fix AN restartRussell King2019-02-091-10/+5
* net: marvell: mvpp2: read correct pause bitsRussell King2019-02-091-2/+2
* net: marvell: mvpp2: only reprogram what is necessary on mac_configRussell King2019-02-091-23/+35
* net: marvell: mvpp2: fix stuck in-band SGMII negotiationRussell King2019-02-091-6/+11
* net: marvell: mvpp2: phylink compliance updatesRussell King2019-02-091-36/+61
* ixgbe: Use struct_size() helperGustavo A. R. Silva2019-02-091-5/+5
* igc: Use struct_size() helperGustavo A. R. Silva2019-02-091-5/+4
* igb: use struct_size() helperGustavo A. R. Silva2019-02-091-3/+3
* net: phy: don't double-read link status register if link is upHeiner Kallweit2019-02-092-1/+7
* fm10k: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-091-4/+2
* nfp: flower: cmsg: use struct_size() helperGustavo A. R. Silva2019-02-091-4/+2
* mlxsw: spectrum_router: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-091-8/+4
* bnx2x: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-091-6/+2
* wimax/i2400m: use struct_size() helperGustavo A. R. Silva2019-02-091-2/+2
* wan: wanxl: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-091-3/+2
* net: usb: cdc-phonet: use struct_size() in alloc_netdev()Gustavo A. R. Silva2019-02-091-2/+2
* qede: Add ethtool interface for SmartAN query.Sudarsana Reddy Kalluru2019-02-091-1/+10
* qed: Add API for SmartAN query.Sudarsana Reddy Kalluru2019-02-094-0/+19
* net: dsa: bcm_sf2: Allow looping back CFP rulesFlorian Fainelli2019-02-091-3/+8
* net: dsa: bcm_sf2: Add support for CFP statisticsFlorian Fainelli2019-02-094-1/+112
* net: dsa: bcm_sf2: Prepare for adding CFP statisticsFlorian Fainelli2019-02-091-3/+21
* net: dsa: bcm_sf2: Remove stats mutexFlorian Fainelli2019-02-092-4/+0
* net: phy: consider latched link-down status in polling modeHeiner Kallweit2019-02-092-6/+17
* net: macb: add sam9x60-macb compatibility stringNicolas Ferre2019-02-091-0/+1
* mlxsw: spectrum_acl: Add couple of vregion rehash tracepointsJiri Pirko2019-02-091-1/+8
* mlxsw: spectrum: add "acl_region_rehash_interval" devlink paramJiri Pirko2019-02-096-2/+131
* mlxsw: spectrum_acl: Implement region migration according to hintsJiri Pirko2019-02-092-21/+268
* mlxsw: reg: Add multi field to PAGT registerJiri Pirko2019-02-092-2/+11
* mlxsw: spectrum_acl: Pass hints priv all the way to ERP codeJiri Pirko2019-02-097-11/+22
* mlxsw: spectrum_acl: Implement basic ERP rehash hits creationJiri Pirko2019-02-095-0/+107
* mlxsw: spectrum_acl: Split entry struct into entry and ventryJiri Pirko2019-02-093-66/+108
* mlxsw: spectrum_acl: Split chunk struct into chunk and vchunkJiri Pirko2019-02-091-106/+150
* mlxsw: spectrum_acl: Split region struct into region and vregionJiri Pirko2019-02-092-124/+180
* lib: objagg: implement optimization hints assembly and use hints for object c...Jiri Pirko2019-02-091-2/+35
* devlink: publish params only after driver init is doneJiri Pirko2019-02-093-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-09172-789/+1251
|\