summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-20Merge branch 'RFC-2863-Testing-Oper-status'David S. Miller8-4/+94
2020-04-20net: ethtool: self_test: Mark interface in testing operative statusAndrew Lunn1-0/+2
2020-04-20net: Add testing sysfs attributeAndrew Lunn2-1/+27
2020-04-20net: Add IF_OPER_TESTINGAndrew Lunn5-3/+65
2020-04-20Merge branch 'FEC-MDIO-speedups'David S. Miller4-39/+63
2020-04-20net: ethernet: fec: Allow the MDIO preamble to be disabledAndrew Lunn2-1/+14
2020-04-20net: ethernet: fec: Allow configuration of MDIO bus speedAndrew Lunn3-3/+15
2020-04-20net: ethernet: fec: Replace interrupt driven MDIO with polled IOAndrew Lunn2-36/+35
2020-04-20r8169: inline rtl8169_make_unusable_by_asicHeiner Kallweit1-7/+2
2020-04-20r8169: inline rtl8169_mark_as_last_descriptorHeiner Kallweit1-6/+2
2020-04-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller7-234/+233
2020-04-20net: qed: Remove unneeded cast from memory allocationAishwarya Ramakrishnan1-9/+8
2020-04-20net: sun: Remove unneeded cast from memory allocationAishwarya Ramakrishnan1-1/+1
2020-04-20net: ethernet: dnet: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-04-20selftests: pmtu: implement IPIP, SIT and ip6tnl PMTU discovery testsLourdes Pedrajas1-0/+122
2020-04-20net: phy: mscc: use mdiobus_get_phy()Michael Walle1-4/+3
2020-04-20Merge branch 'mlxsw-Two-small-changes'David S. Miller2-3/+7
2020-04-20mlxsw: reg: Increase register field length to 13 bitsIdo Schimmel1-1/+1
2020-04-20mlxsw: spectrum_router: Re-increase scale of IPv6 nexthop groupsIdo Schimmel1-2/+6
2020-04-20net: phy: Propagate error from bus->resetFlorian Fainelli1-3/+6
2020-04-20Merge branch 'net-phy-realtek-move-PHY-resume-delay-from-MAC-to-PHY-driver'David S. Miller2-4/+13
2020-04-20r8169: remove PHY resume delay that is handled in the PHY driver nowHeiner Kallweit1-2/+0
2020-04-20net: phy: realtek: add delay to resume path of certain internal PHY'sHeiner Kallweit1-2/+13
2020-04-20net: hns: use true,false for bool variablesJason Yan1-2/+2
2020-04-20ptp: idt82p33: Make two variables staticYueHaibing1-2/+2
2020-04-20ptp_kvm: Make kvm_ptp_lock staticYueHaibing1-1/+1
2020-04-20net: dsa: sja1105: enable internal pull-down for RX_DV/CRS_DV/RX_CTL and RX_ERVladimir Oltean3-7/+54
2020-04-19igc: Add debug messages to MAC filter codeAndre Guedes1-2/+22
2020-04-19igc: Refactor igc_del_mac_filter()Andre Guedes1-26/+19
2020-04-19igc: Refactor igc_mac_entry_can_be_used()Andre Guedes1-33/+47
2020-04-19igc: Remove igc_*_mac_steering_filter() wrappersAndre Guedes3-32/+16
2020-04-19igc: Remove IGC_MAC_STATE_QUEUE_STEERINGAndre Guedes2-15/+20
2020-04-19igc: Remove 'queue' check in igc_del_mac_filter()Andre Guedes1-14/+11
2020-04-19igc: Improve address check in igc_del_mac_filter()Andre Guedes1-1/+1
2020-04-19igc: Refactor igc_rar_set_index()Andre Guedes1-31/+42
2020-04-19igc: Fix igc_uc_unsync()Andre Guedes1-3/+1
2020-04-19igc: Change igc_add_mac_filter() returning valueAndre Guedes2-7/+2
2020-04-19igc: Check unsupported flag in igc_add_mac_filter()Andre Guedes1-0/+2
2020-04-19igc: Remove duplicate code in MAC filtering logicAndre Guedes1-99/+13
2020-04-19e1000e: fix S0ix flows for cable connected caseVitaly Lifshits2-0/+57
2020-04-19igc: Add new device IDs for i225 partSasha Neftin3-0/+9
2020-04-18Merge branch 'r8169-series-with-improvements'David S. Miller1-24/+51
2020-04-18r8169: add workaround for RTL8168evl TSO hw issuesHeiner Kallweit1-0/+34
2020-04-18r8169: improve rtl8169_tso_csum_v2Heiner Kallweit1-10/+5
2020-04-18r8169: use rtl8169_set_features in rtl8169_init_oneHeiner Kallweit1-4/+3
2020-04-18r8169: preserve VLAN setting on RTL8125 in rtl_init_rxcfgHeiner Kallweit1-2/+5
2020-04-18r8169: remove NETIF_F_HIGHDMA from vlan_featuresHeiner Kallweit1-2/+1
2020-04-18r8169: move setting OCP base to generic init codeHeiner Kallweit1-6/+3
2020-04-18enetc: permit configuration of rx-vlan-filter with ethtoolVladimir Oltean1-28/+16
2020-04-18net: mscc: ocelot: deal with problematic MAC_ETYPE VCAP IS2 rulesVladimir Oltean3-4/+106