aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen2019-02-1027-30/+30
* net: Move all TC actions identifiers to one placeEli Cohen2019-02-1017-33/+40
* 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
* add snmp counter documentyupeng2019-02-091-3/+181
* 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-092-16/+21
* 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/tls: Disable async decrytion for tls1.3Vakul Garg2019-02-091-2/+6
* net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkgHeiner Kallweit2019-02-082-0/+4
* Merge branch 'mvpp2-phylink-fixes'David S. Miller2019-02-082-71/+108
|\
| * 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
|/
* ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor2019-02-081-11/+9
* 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
* wan: wanxl: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-081-3/+2
* net: usb: cdc-phonet: use struct_size() in alloc_netdev()Gustavo A. R. Silva2019-02-081-2/+2
* net: dsa: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-081-2/+1
* mpls_iptunnel: use struct_size() helperGustavo A. R. Silva2019-02-081-2/+2
* net/sched: use struct_size() helperGustavo A. R. Silva2019-02-081-1/+1
* bridge: use struct_size() helperGustavo A. R. Silva2019-02-081-2/+1
* Merge branch 'qed-SmartAN-query-support'David S. Miller2019-02-086-1/+30
|\
| * qede: Add ethtool interface for SmartAN query.Sudarsana Reddy Kalluru2019-02-081-1/+10
| * qed: Add API for SmartAN query.Sudarsana Reddy Kalluru2019-02-085-0/+20
|/
* Merge branch 'net-dsa-bcm_sf2-Add-support-for-CFP-statistics'David S. Miller2019-02-084-10/+140
|\
| * net: dsa: bcm_sf2: Allow looping back CFP rulesFlorian Fainelli2019-02-081-3/+8
| * net: dsa: bcm_sf2: Add support for CFP statisticsFlorian Fainelli2019-02-084-1/+112
| * net: dsa: bcm_sf2: Prepare for adding CFP statisticsFlorian Fainelli2019-02-081-3/+21
| * net: dsa: bcm_sf2: Remove stats mutexFlorian Fainelli2019-02-082-4/+0
|/
* net: phy: consider latched link-down status in polling modeHeiner Kallweit2019-02-082-6/+17
* net: macb: add sam9x60-macb compatibility stringNicolas Ferre2019-02-081-0/+1
* net/macb: bindings doc: add sam9x60 bindingNicolas Ferre2019-02-081-0/+1
* net/macb: bindings doc/trivial: fix documentation for sama5d3 10/100 interfaceNicolas Ferre2019-02-081-2/+1
* Merge branch 'mlxsw-Implement-periodic-ERP-rehash'David S. Miller2019-02-0822-300/+1943
|\
| * selftests: mlxsw: spectrum-2: Add simple delta rehash testJiri Pirko2019-02-081-3/+74
| * mlxsw: spectrum_acl: Add couple of vregion rehash tracepointsJiri Pirko2019-02-082-1/+69
| * mlxsw: spectrum: add "acl_region_rehash_interval" devlink paramJiri Pirko2019-02-087-2/+139
| * mlxsw: spectrum_acl: Implement region migration according to hintsJiri Pirko2019-02-082-21/+268