aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22ice: Update FW API minor versionKevin Scott1-1/+1
2019-11-22ice: remove pointless NULL check of port_infoJacob Keller1-2/+1
2019-11-22ice: Implement ethtool ops for channelsHenry Tieman7-19/+335
2019-11-22ice: implement VF stats NDOJesse Brandeburg3-0/+57
2019-11-22ice: add helpers for virtchnlJesse Brandeburg1-71/+63
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley10-341/+389
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen5-88/+80
2019-11-22ice: Refactor removal of VLAN promiscuous rulesBrett Creeley1-4/+9
2019-11-22ice: Fix setting coalesce to handle DCB configurationBrett Creeley1-3/+10
2019-11-22ice: Only disable VF state when freeing each VF resourcesAkeem G Abodunrin1-4/+8
2019-11-22ice: fix stack leakageJesse Brandeburg1-2/+1
2019-11-22ice: Don't modify stripping for add/del VLANs on VFBrett Creeley1-8/+31
2019-11-22ice: Disallow VF VLAN opcodes if VLAN offloads disabledBrett Creeley1-0/+29
2019-11-22ice: Correct capabilities reporting of max TCsBruce Allan1-0/+12
2019-11-22ice: Store number of functions for the deviceBruce Allan2-11/+11
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+17
2019-11-15igb: Reject requests that fail to enable time stamping on both edges.Richard Cochran1-0/+6
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-1/+2
2019-11-15igb: reject unsupported external timestamp flagsJacob Keller1-0/+6
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+4
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-24/+15
2019-11-08ixgbe: need_wakeup flag might not be set for TxMagnus Karlsson1-8/+2
2019-11-08i40e: need_wakeup flag might not be set for TxMagnus Karlsson1-8/+2
2019-11-08igb/igc: use ktime accessors for skb->tstampJacob Keller3-4/+6
2019-11-08i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski1-1/+2
2019-11-08iavf: initialize ITRN registers with correct valuesNicholas Nunley1-2/+2
2019-11-08ice: fix potential infinite loop because loop counter being too smallColin Ian King1-1/+1
2019-11-08ice: print opcode when printing controlq errorsJacob Keller1-2/+4
2019-11-08ice: use more accurate ICE_DBG mask typesJacob Keller4-58/+53
2019-11-08ice: Introduce and use ice_vsi_type_strAnirudh Venkataramanan3-9/+30
2019-11-08ice: remove unnecessary conditional checkBruce Allan1-2/+1
2019-11-08ice: Update enum ice_flg64_bits to current specificationBrett Creeley1-1/+1
2019-11-08ice: delay lessMitch Williams2-3/+4
2019-11-08ice: use pkg_dwnld_status instead of sq_last_statusBruce Allan1-1/+1
2019-11-08ice: Change max MSI-x vector_id check in cfg_irq_mapBrett Creeley1-3/+5
2019-11-08ice: Check if VF is disabled for Opcode and other operationsAkeem G Abodunrin2-12/+63
2019-11-08ice: configure software LLDP in ice_init_pf_dcbPaul Greenwalt3-15/+19
2019-11-08ice: Fix to change Rx/Tx ring descriptor size via ethtool with DCBxUsha Ketineni1-7/+7
2019-11-08ice: avoid setting features during resetHenry Tieman1-0/+8
2019-11-08ice: Implement DCBNL supportDave Ertman9-5/+991
2019-11-08ice: Add NDO callback to set the maximum per-queue bitrateUsha Ketineni10-10/+1480
2019-11-08ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan5-90/+84
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli7-14/+14
2019-11-06ice: Fix return value when SR-IOV is not supportedAnirudh Venkataramanan1-1/+1
2019-11-06ice: Rename VF function ice_vc_dis_vf to match its behaviorBrett Creeley1-7/+5
2019-11-06ice: Get rid of ice_cleanup_headerKrzysztof Kazimierczak1-25/+2
2019-11-06ice: print PCI link speed and widthPaul Greenwalt1-0/+3
2019-11-06ice: print unsupported module messagePaul Greenwalt2-0/+10
2019-11-06ice: write register with correct offsetMitch Williams1-1/+1
2019-11-06ice: Check for null pointer dereference when setting ringsMichal Swiatkowski1-4/+14