summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski10-21/+20
2020-03-17net: phy: mscc: consider interrupt source in interrupt handlerHeiner Kallweit1-2/+5
2020-03-17net: phy: improve phy_driver callback handle_interruptHeiner Kallweit2-16/+21
2020-03-17net: axienet: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-03-17net: ll_temac: let core reject the unsupported coalescing parametersJakub Kicinski1-19/+2
2020-03-17net: davinci_emac: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-17net: cpsw: reject unsupported coalescing paramsJakub Kicinski2-0/+2
2020-03-17net: tehuti: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-17net: dwc-xlgmac: let core reject the unsupported coalescing parametersJakub Kicinski1-15/+2
2020-03-17net: socionext: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-17net: sfc: reject unsupported coalescing paramsJakub Kicinski2-6/+6
2020-03-16sfc: fix XDP-redirect in this driverJesper Dangaard Brouer4-8/+15
2020-03-16remoteproc: clean up notification configAlex Elder2-4/+2
2020-03-16qede: remove some unused code in function qede_selftest_receive_trafficZheng Zengkai1-12/+1
2020-03-16net: stmmac: use readl_poll_timeout() function in dwmac4_dma_reset()Dejin Zheng1-11/+4
2020-03-16net: stmmac: use readl_poll_timeout() function in init_systime()Dejin Zheng1-11/+4
2020-03-16chcr: remove set but not used variable 'status'YueHaibing1-2/+1
2020-03-16macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw)Era Mayflower1-13/+148
2020-03-16macsec: Support XPN frame handling - IEEE 802.1AEbwEra Mayflower1-36/+94
2020-03-15net: dsa: mv88e6xxx: use PHY_DETECT in mac_link_up/mac_link_downRussell King1-24/+29
2020-03-15net: dsa: mv88e6xxx: remove port_link_state functionsRussell King4-232/+0
2020-03-15net: dsa: mv88e6xxx: combine port_set_speed and port_set_duplexRussell King4-145/+107
2020-03-15net: dsa: mv88e6xxx: fix Serdes link changesRussell King2-21/+13
2020-03-15net: dsa: mv88e6xxx: extend phylink to Serdes PHYsRussell King4-74/+480
2020-03-15net: dsa: mv88e6xxx: configure interface settings in mac_configRussell King1-32/+35
2020-03-15net: dsa: mv88e6xxx: use BMCR definitions for serdes control registerRussell King2-14/+5
2020-03-15cdc_ncm: Fix the build warningAlexander Bersenev1-1/+1
2020-03-15net: stmmac: platform: convert to devm_platform_ioremap_resourceDejin Zheng1-4/+1
2020-03-15net: mscc: ocelot: adjust maxlen on NPI port, not CPUVladimir Oltean1-1/+1
2020-03-14net: via: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-14net: sxgbe: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-14net: r8169: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-14net: qlnic: let core reject the unsupported coalescing parametersJakub Kicinski1-18/+5
2020-03-14net: qede: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-14net: netxen: let core reject the unsupported coalescing parametersJakub Kicinski1-18/+3
2020-03-14net: nixge: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-03-14net: myri10ge: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-14net: sky2: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-14net: skge: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-14net: octeontx2-pf: let core reject the unsupported coalescing parametersJakub Kicinski1-11/+2
2020-03-14net: mvpp2: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-14net: mvneta: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-14net: mv643xx_eth: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-14net: jme: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-14net: phy: mscc: fix header defines and descriptionsAntoine Tenart3-12/+12
2020-03-14net: phy: mscc: split the driver into separate filesAntoine Tenart5-1462/+1515
2020-03-14net: phy: move the mscc driver to its own directoryAntoine Tenart6-1/+6
2020-03-14mlxsw: spectrum_qdisc: Offload RED ECN nodrop modePetr Machata1-4/+5
2020-03-14sfc: support configuring vf spoofchk on EF10 VFsEdward Cree1-3/+63
2020-03-14net: phylink: Add XLGMII supportJose Abreu1-0/+27