aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSES (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-12selftests: mlxsw: avoid double sourcing of lib.shJiri Pirko1-1/+0
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-12MAINTAINERS: add Karsten as SMC maintainerUrsula Braun1-0/+1
2019-02-12net/smc: check port_idx of ib eventKarsten Graul1-8/+16
2019-02-12net/smc: check connections in smc_lgr_free_workKarsten Graul1-4/+2
2019-02-12net/smc: reduce amount of status updates to peerKarsten Graul1-14/+8
2019-02-12net/smc: no delay for free tx buffer waitKarsten Graul1-1/+1
2019-02-12net/smc: move wake up of close waiterKarsten Graul2-2/+7
2019-02-12net/smc: reset cursor update required flagKarsten Graul2-4/+4
2019-02-12nfp: flower: remove double new lineJakub Kicinski1-1/+0
2019-02-11flow_offload: Fix flow action infrastructureEli Britstein1-1/+1
2019-02-11Documentation: fix some freescale dpio-driver.rst warningsRandy Dunlap1-7/+7
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-11devlink: add a generic board.manufacture version nameJakub Kicinski2-0/+7
2019-02-11devlink: don't allocate attrs on the stackJakub Kicinski1-4/+10
2019-02-11devlink: fix condition for compat device infoJakub Kicinski1-1/+1
2019-02-11devlink: Add WARN_ON to catch errors of not cleaning devlink objectsParav Pandit1-0/+8
2019-02-11net: dsa: microchip: add switch offload forwarding supportTristram Ha2-3/+6
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 Kallweit2-11/+128
2019-02-10net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen27-30/+30
2019-02-10net: Move all TC actions identifiers to one placeEli Cohen17-33/+40
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-09add snmp counter documentyupeng1-3/+181
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 Lunn2-16/+21
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-09net/tls: Disable async decrytion for tls1.3Vakul Garg1-2/+6
2019-02-08net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkgHeiner Kallweit2-0/+4
2019-02-08net: marvell: mvpp2: fix AN restartRussell King1-10/+5
2019-02-08net: marvell: mvpp2: read correct pause bitsRussell King1-2/+2
2019-02-08net: marvell: mvpp2: only reprogram what is necessary on mac_configRussell King1-23/+35
2019-02-08net: marvell: mvpp2: fix stuck in-band SGMII negotiationRussell King1-6/+11
2019-02-08net: marvell: mvpp2: phylink compliance updatesRussell King1-36/+61
2019-02-08ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor1-11/+9
2019-02-08ixgbe: Use struct_size() helperGustavo A. R. Silva1-5/+5
2019-02-08igc: Use struct_size() helperGustavo A. R. Silva1-5/+4
2019-02-08igb: use struct_size() helperGustavo A. R. Silva1-3/+3