aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-14net: ena: ethtool: clean up minor indentation issueColin Ian King1-1/+1
2020-03-14net: dsa: sja1105: move MAC configuration to .phylink_mac_link_upVladimir Oltean1-4/+9
2020-03-14cxgb4: update T5/T6 adapter register rangesShahjada Abul Husain1-14/+8
2020-03-13Merge tag 'mlx5-updates-2020-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller10-386/+266
2020-03-13net/mlx5: DR, Remove unneeded functions decelerationAlex Vesker1-101/+0
2020-03-13net/mlx5: DR, Add support for flow table id destination actionAlex Vesker3-0/+33
2020-03-13net/mlx5: Avoid deriving mlx5_core_dev second timeParav Pandit1-9/+7
2020-03-13net/mlx5: E-switch, Annotate esw state_lock mutex destroyParav Pandit1-0/+1
2020-03-13net/mlx5: E-switch, Annotate termtbl_mutex mutex destroyParav Pandit1-1/+3
2020-03-13net/mlx5: Accept flow rules without matchMark Bloch6-31/+14
2020-03-13net/mlx5: E-Switch, Refactor unload all reps per rep typeBodong Wang1-19/+5
2020-03-13net/mlx5: E-Switch, Update VF vports config when num of VFs changedBodong Wang3-82/+46
2020-03-13net/mlx5: E-Switch, Introduce per vport configuration for eswitch modesBodong Wang3-108/+111
2020-03-13net/mlx5: E-switch, Make vport setup/cleanup sequence symmetricBodong Wang1-48/+53