aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-02-16net/sonic: Remove redundant next_tx variableFinn Thain2-5/+4
2020-02-16net/sonic: Refactor duplicated codeFinn Thain5-93/+44
2020-02-16net/sonic: Remove obsolete commentFinn Thain1-5/+0
2020-02-16sh_eth: use Gigabit register map for R7S72100Sergei Shtylyov2-68/+1
2020-02-16sh_eth: add sh_eth_cpu_data::gecmr flagSergei Shtylyov2-1/+14
2020-02-16sh_eth: check sh_eth_cpu_data::no_xdfar when dumping registersSergei Shtylyov1-2/+4
2020-02-16sh_eth: check sh_eth_cpu_data::cexcr when dumping registersSergei Shtylyov1-2/+4
2020-02-16sh_eth: check sh_eth_cpu_data::no_tx_cntrs when dumping registersSergei Shtylyov1-4/+6
2020-02-16net: phylink: improve initial mac configurationRussell King1-2/+34
2020-02-16net: phylink: allow ethtool -A to change flow control advertisementRussell King1-0/+18
2020-02-16net: phylink: resolve fixed link flow controlRussell King1-39/+31
2020-02-16net: phylink: use phylib resolved flow control modesRussell King1-8/+9
2020-02-16net: phylink: ensure manual flow control is selected appropriatelyRussell King1-17/+25
2020-02-16net: phylink: remove pause mode ethtool setting for fixed linksRussell King1-12/+5
2020-02-16net: add linkmode helper for setting flow control advertisementRussell King2-16/+52
2020-02-16net: add helpers to resolve negotiated flow controlRussell King3-1/+72
2020-02-16r8169: improve statistics of missed rx packetsHeiner Kallweit1-25/+4
2020-02-16r8169: improve rtl_jumbo_configHeiner Kallweit1-42/+27
2020-02-16r8169: improve rtl8169_get_mac_versionHeiner Kallweit1-23/+27
2020-02-16r8169: add helper rtl_pci_commitHeiner Kallweit1-10/+15
2020-02-16r8169: simplify setting netdev featuresHeiner Kallweit1-5/+2
2020-02-16r8169: remove setting PCI_CACHE_LINE_SIZE in rtl_hw_start_8169Heiner Kallweit1-3/+0
2020-02-16r8169: remove unneeded check from rtl_link_chg_patchHeiner Kallweit1-4/+0
2020-02-16net: dsa: bcm_sf2: Also configure Port 5 for 2Gb/sec on 7278Florian Fainelli2-0/+4
2020-02-16Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller5-6/+20
2020-02-16ptp_qoriq: drop the code of alarmYangbo Lu1-28/+1
2020-02-15ice: use true/false for bool typesBruce Allan1-1/+1
2020-02-15ice: add function argument description to function header commentBruce Allan1-0/+1
2020-02-15ice: use proper format for function pointer as a function parameterBruce Allan1-1/+1
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan5-9/+9
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan6-10/+0
2020-02-15ice: Fix virtchnl_queue_select bitmap validationBrett Creeley1-8/+18
2020-02-15ice: Fix and refactor Rx queue disable for VFsBrett Creeley2-10/+27
2020-02-15ice: Handle LAN overflow event for VF queuesBrett Creeley5-0/+86
2020-02-15ice: Fix implicit queue mapping mode in ice_vsi_get_qsBrett Creeley1-9/+12
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley8-34/+67
2020-02-15ice: Only allow tagged bcast/mcast traffic for VF in port VLANBrett Creeley1-18/+31
2020-02-15ice: Fix Port VLAN priority bitsBrett Creeley2-19/+13
2020-02-15ice: Add helper to determine if VF link is upBrett Creeley1-17/+25
2020-02-15ice: Refactor port vlan configuration for the VFBrett Creeley2-51/+37
2020-02-15ice: Add initial support for QinQBrett Creeley4-17/+63
2020-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds33-785/+421
2020-02-14Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds6-34/+170
2020-02-14Merge tag 'drm-fixes-2020-02-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds51-251/+1131
2020-02-14net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()Guangbin Huang1-6/+9
2020-02-14net: hns3: fix VF bandwidth does not take effect in some caseYonglong Liu1-1/+1
2020-02-14net: hns3: add management table after IMP resetYufeng Mo1-0/+7
2020-02-14Merge branch 'pm-cpufreq'Rafael J. Wysocki1-3/+2
2020-02-14mac80211: Fix setting txpower to zeroBen Greear3-3/+10
2020-02-14Merge tag 'drm-intel-next-fixes-2020-02-13' of git://anongit.freedesktop.org/...Dave Airlie26-178/+990