summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-02-16ice: add function argument description to function header commentBruce Allan1-0/+1
2020-02-16ice: use proper format for function pointer as a function parameterBruce Allan1-1/+1
2020-02-16ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan5-9/+9
2020-02-16ice: remove unnecessary fallthrough commentsBruce Allan6-10/+0
2020-02-16ice: Fix virtchnl_queue_select bitmap validationBrett Creeley1-8/+18
2020-02-16ice: Fix and refactor Rx queue disable for VFsBrett Creeley2-10/+27
2020-02-16ice: Handle LAN overflow event for VF queuesBrett Creeley5-0/+86
2020-02-16ice: Fix implicit queue mapping mode in ice_vsi_get_qsBrett Creeley1-9/+12
2020-02-16ice: Add support to enable/disable all Rx queues before waitingBrett Creeley8-34/+67
2020-02-16ice: Only allow tagged bcast/mcast traffic for VF in port VLANBrett Creeley1-18/+31
2020-02-16ice: Fix Port VLAN priority bitsBrett Creeley2-19/+13
2020-02-16ice: Add helper to determine if VF link is upBrett Creeley1-17/+25
2020-02-16ice: Refactor port vlan configuration for the VFBrett Creeley2-51/+37
2020-02-16ice: 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
2020-02-14Merge tag 'amd-drm-fixes-5.6-2020-02-12' of git://people.freedesktop.org/~agd...Dave Airlie16-66/+108
2020-02-14Merge tag 'drm-misc-next-fixes-2020-02-07' of git://anongit.freedesktop.org/d...Dave Airlie3-4/+15
2020-02-14Merge tag 'drm-misc-fixes-2020-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie6-3/+18
2020-02-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2020-02-14Merge tag 'gpio-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds5-20/+35
2020-02-14wireguard: device: use icmp_ndo_send helperJason A. Donenfeld1-2/+2
2020-02-14sunvnet: use icmp_ndo_send helperJason A. Donenfeld1-19/+4
2020-02-14gtp: use icmp_ndo_send helperJason A. Donenfeld1-2/+2
2020-02-12ice: Trivial fixesTony Nguyen11-29/+31
2020-02-12ice: Use correct netif error functionBen Shelton1-1/+1
2020-02-12ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan1-8/+3
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan8-227/+123
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan6-27/+27
2020-02-12ice: Remove possible null dereferenceTony Nguyen1-2/+0
2020-02-12ice: update Unit Load Status bitmask to check after resetBruce Allan2-5/+18
2020-02-12ice: fix and consolidate logging of NVM/firmware version informationBruce Allan4-28/+13
2020-02-12ice: Modify link message loggingAkeem G Abodunrin1-1/+1
2020-02-12ice: Remove CONFIG_PCI_IOV wrap in ice_set_pf_capsAnirudh Venkataramanan1-2/+0
2020-02-12ice: Remove ice_dev_onetime_setup()Brett Creeley4-20/+0
2020-02-12ice: Don't allow same value for Rx tail to be written twiceBrett Creeley1-1/+1
2020-02-12ice: display supported and advertised link modesPaul Greenwalt1-280/+2
2020-02-12ice: Fix switch between FW and SW LLDPDave Ertman1-5/+5
2020-02-12ice: Fix DCB rebuild after resetDave Ertman2-53/+36
2020-02-12net: ethernet: ave: Add capability of rgmii-id modeKunihiko Hayashi1-0/+9
2020-02-12enic: prevent waking up stopped tx queues over watchdog resetFiro Yang1-1/+1
2020-02-12drm/i915: Mark the removal of the i915_request from the sched.linkChris Wilson1-0/+2
2020-02-12drm/i915/execlists: Reclaim the hanging virtual requestChris Wilson2-0/+185