summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* ibmvnic: merge do_change_param_reset into do_resetLijun Pan2020-11-041-104/+43
* net/mlx4_core : remove unneeded semicolonTom Rix2020-11-031-1/+1
* net: stmmac: dwmac-meson8b: remove unneeded semicolonTom Rix2020-11-031-1/+1
* net: hns3: Remove duplicated includeYueHaibing2020-11-031-1/+0
* liquidio: cn68xx: Remove duplicated includeYueHaibing2020-11-031-1/+0
* net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean2020-11-032-20/+43
* net: mscc: ocelot: move the logic to drop 802.1p traffic to the pvid deletionVladimir Oltean2020-11-031-13/+22
* net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean2020-11-031-13/+14
* net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean2020-11-032-29/+42
* net: mscc: ocelot: don't reset the pvid to 0 when deleting itVladimir Oltean2020-11-031-4/+0
* net: mscc: ocelot: use the pvid of zero when bridged with vlan_filtering=0Vladimir Oltean2020-11-031-36/+17
* net: ethernet: ti: am65-cpsw: handle deferred probe with dev_err_probe()Grygorii Strashko2020-11-031-18/+10
* net: ethernet: ti: am65-cpsw: add multi port support in mac-only modeGrygorii Strashko2020-11-032-48/+82
* net: ethernet: ti: am65-cpsw: prepare xmit/rx path for multi-port devices in ...Grygorii Strashko2020-11-032-34/+108
* net: ethernet: ti: am65-cpsw: fix tx csum offload for multi mac modeGrygorii Strashko2020-11-031-29/+1
* net: ethernet: ti: am65-cpsw: keep active if cpts enabledGrygorii Strashko2020-11-031-0/+7
* net: ethernet: ti: am65-cpsw: fix vlan offload for multi mac modeGrygorii Strashko2020-11-032-7/+20
* net: ethernet: ti: cpsw_ale: add cpsw_ale_vlan_del_modify()Grygorii Strashko2020-11-033-4/+23
* net: ethernet: ti: am65-cpsw: use cppi5_desc_is_tdcm()Grygorii Strashko2020-11-031-2/+2
* net: ethernet: ti: am65-cpsw: move free desc queue mode selection in pdataGrygorii Strashko2020-11-032-1/+5
* net: ethernet: ti: am65-cpsw: move ale selection in pdataGrygorii Strashko2020-11-032-1/+4
* drivers: net: davicom Add COMPILE_TEST supportAndrew Lunn2020-11-031-1/+1
* drivers: net: davicom: Fixed unused but set variable with W=1Andrew Lunn2020-11-031-6/+3
* drivers: net: tulip: Fix set but not used with W=1Andrew Lunn2020-11-031-0/+4
* net: ftgmac100: add handling of mdio/phy nodes for ast2400/2500Ivan Mikhaylov2020-11-031-2/+18
* net: ftgmac100: move phy connect out from ftgmac100_setup_mdioIvan Mikhaylov2020-11-031-50/+54
* r8169: use pm_runtime_put_sync in rtl_open error pathHeiner Kallweit2020-11-011-5/+3
* r8169: remove unneeded memory barrier in rtl_txHeiner Kallweit2020-11-011-2/+1
* ne2k: Fix Typo in RW-BugfixArmin Wolf2020-11-012-2/+2
* net: macb: add support for high speed interfaceParshuram Thombare2020-11-012-6/+166
* octeontx2-af: Display CGX, NIX and PF map in debugfs.Rakesh Babu2020-10-311-0/+47
* octeontx2-af: Display NIX1 also in debugfsRakesh Babu2020-10-312-43/+125
* octeontx2-pf: Calculate LBK link instead of hardcodingSubbaraya Sundeep2020-10-312-2/+8
* octeontx2-af: Mbox changes for 98xxSubbaraya Sundeep2020-10-315-18/+94
* octeontx2-af: Add NIX1 interfaces to NPCSubbaraya Sundeep2020-10-317-107/+337
* octeontx2-af: Setup MCE context for assigned NIXSubbaraya Sundeep2020-10-311-20/+36
* octeontx2-af: Map NIX block from CGX connectionSubbaraya Sundeep2020-10-316-10/+107
* octeontx2-af: Initialize NIX1 blockRakesh Babu2020-10-313-35/+104
* octeontx2-af: Manage new blocks in 98xxRakesh Babu2020-10-313-49/+105
* octeontx2-af: Update get/set resource count functionsSubbaraya Sundeep2020-10-312-22/+53
* net: axienet: Properly handle PCS/PMA PHY for 1000BaseX modeRobert Hancock2020-10-312-26/+71
* r8169: remove no longer needed private rx/tx packet/byte countersHeiner Kallweit2020-10-311-34/+0
* r8169: use struct pcpu_sw_netstats for rx/tx packet/byte countersHeiner Kallweit2020-10-311-3/+8
* net: tlan: Replace in_irq() usageSebastian Andrzej Siewior2020-10-311-41/+57
* net: forcedeth: Replace context and lock check with a lockdep_assert()Sebastian Andrzej Siewior2020-10-311-5/+1
* net: neterion: s2io: Replace in_interrupt() for context detectionSebastian Andrzej Siewior2020-10-312-20/+25
* net: mscc: ocelot: support L2 multicast entriesVladimir Oltean2020-10-312-26/+99
* net: mscc: ocelot: make entry_type a member of struct ocelot_multicastVladimir Oltean2020-10-312-34/+34
* net: mscc: ocelot: remove the "new" variable in ocelot_port_mdb_addVladimir Oltean2020-10-311-5/+2
* net: mscc: ocelot: use ether_addr_copyVladimir Oltean2020-10-311-2/+2