summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2020-02-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2020-02-16net/macsonic: Remove interrupt handler wrapperFinn Thain
2020-02-16net/sonic: Start packet transmission immediatelyFinn Thain
2020-02-16net/sonic: Remove explicit memory barriersFinn Thain
2020-02-16net/sonic: Remove redundant netif_start_queue() callFinn Thain
2020-02-16net/sonic: Remove redundant next_tx variableFinn Thain
2020-02-16net/sonic: Refactor duplicated codeFinn Thain
2020-02-16net/sonic: Remove obsolete commentFinn Thain
2020-02-16sh_eth: use Gigabit register map for R7S72100Sergei Shtylyov
2020-02-16sh_eth: add sh_eth_cpu_data::gecmr flagSergei Shtylyov
2020-02-16sh_eth: check sh_eth_cpu_data::no_xdfar when dumping registersSergei Shtylyov
2020-02-16sh_eth: check sh_eth_cpu_data::cexcr when dumping registersSergei Shtylyov
2020-02-16sh_eth: check sh_eth_cpu_data::no_tx_cntrs when dumping registersSergei Shtylyov
2020-02-16r8169: improve statistics of missed rx packetsHeiner Kallweit
2020-02-16r8169: improve rtl_jumbo_configHeiner Kallweit
2020-02-16r8169: improve rtl8169_get_mac_versionHeiner Kallweit
2020-02-16r8169: add helper rtl_pci_commitHeiner Kallweit
2020-02-16r8169: simplify setting netdev featuresHeiner Kallweit
2020-02-16r8169: remove setting PCI_CACHE_LINE_SIZE in rtl_hw_start_8169Heiner Kallweit
2020-02-16r8169: remove unneeded check from rtl_link_chg_patchHeiner Kallweit
2020-02-15ice: use true/false for bool typesBruce Allan
2020-02-15ice: add function argument description to function header commentBruce Allan
2020-02-15ice: use proper format for function pointer as a function parameterBruce Allan
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan
2020-02-15ice: Fix virtchnl_queue_select bitmap validationBrett Creeley
2020-02-15ice: Fix and refactor Rx queue disable for VFsBrett Creeley
2020-02-15ice: Handle LAN overflow event for VF queuesBrett Creeley
2020-02-15ice: Fix implicit queue mapping mode in ice_vsi_get_qsBrett Creeley
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley
2020-02-15ice: Only allow tagged bcast/mcast traffic for VF in port VLANBrett Creeley
2020-02-15ice: Fix Port VLAN priority bitsBrett Creeley
2020-02-15ice: Add helper to determine if VF link is upBrett Creeley
2020-02-15ice: Refactor port vlan configuration for the VFBrett Creeley
2020-02-15ice: Add initial support for QinQBrett Creeley
2020-02-14net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()Guangbin Huang
2020-02-14net: hns3: fix VF bandwidth does not take effect in some caseYonglong Liu
2020-02-14net: hns3: add management table after IMP resetYufeng Mo
2020-02-13sunvnet: use icmp_ndo_send helperJason A. Donenfeld
2020-02-12ice: Trivial fixesTony Nguyen
2020-02-12ice: Use correct netif error functionBen Shelton
2020-02-12ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan
2020-02-12ice: Remove possible null dereferenceTony Nguyen
2020-02-12ice: update Unit Load Status bitmask to check after resetBruce Allan
2020-02-12ice: fix and consolidate logging of NVM/firmware version informationBruce Allan
2020-02-12ice: Modify link message loggingAkeem G Abodunrin
2020-02-12ice: Remove CONFIG_PCI_IOV wrap in ice_set_pf_capsAnirudh Venkataramanan
2020-02-12ice: Remove ice_dev_onetime_setup()Brett Creeley