aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-05ice: Rework around device/function capabilitiesAnirudh Venkataramanan1-20/+20
2019-09-05ice: change default number of receive descriptorsJesse Brandeburg1-17/+2
2019-09-05ice: Minor refactor in queue managementAnirudh Venkataramanan4-39/+54
2019-09-05ice: Allow for delayed LLDP MIB change registrationDave Ertman5-15/+51
2019-09-05ice: update Tx context structAshish Shah2-1/+3
2019-09-05ice: Report VF link status with opcode to get resourcesAkeem G Abodunrin1-0/+1
2019-09-05ice: Check for DCB capability before initializing DCBAnirudh Venkataramanan2-10/+8
2019-09-05ice: report link down for VF when PF's queues are not enabledLukasz Czapnik1-1/+4
2019-09-05ice: Reliably reset VFsMitch Williams1-6/+10
2019-09-05ice: change work limit to a constantJesse Brandeburg3-16/+3
2019-09-05ice: small efficiency fixesJesse Brandeburg1-1/+3
2019-09-05ice: move code closer togetherJesse Brandeburg1-3/+3
2019-09-05ice: clean up argumentsJesse Brandeburg1-22/+21
2019-09-05ice: Check root pointer for validityAnirudh Venkataramanan1-1/+1
2019-09-05ice: Add ice_get_main_vsi to get PF/main VSIAnirudh Venkataramanan2-16/+10
2019-09-05ice: Update fields in ice_vsi_set_num_qs when reconfiguringBrett Creeley1-1/+1
2019-09-05ixgbe: fix xdp handle calculationsKevin Laatz1-3/+4
2019-09-05i40e: fix xdp handle calculationsKevin Laatz1-3/+4
2019-09-05ixgbe: Use kzfree() rather than its implementation.zhong jiang1-6/+3
2019-09-03ice: Only disable VLAN pruning for the VF when all VLANs are removedBrett Creeley1-2/+3
2019-09-03ice: Remove enable DCB when SW LLDP is activatedMichal Swiatkowski1-1/+0
2019-09-03ice: Report stats when VSI is downDave Ertman1-2/+6
2019-09-03ice: Always notify FW of VF resetMitch Williams1-9/+16
2019-09-03ice: Correctly handle return values for init DCBDave Ertman1-9/+8
2019-09-03ice: Limit Max TCs on devices with more than 4 portsUsha Ketineni4-2/+24
2019-09-03ice: Cleanup defines in ice_type.hTony Nguyen1-3/+3
2019-09-03ice: print extra message if topology issueJesse Brandeburg1-0/+17
2019-09-03ice: add print of autoneg state to link messageJesse Brandeburg1-2/+9
2019-09-03ice: update driver unloading field for Queue Shutdown AQ commandBruce Allan2-3/+3
2019-09-03ice: add needed PFR during driver unloadBruce Allan1-0/+5
2019-09-03ice: Deduce TSA value from the priority value in the CEE modeChinh T Cao1-1/+7
2019-09-03ice: Report what the user set for coalesce [tx|rx]-usecsBrett Creeley1-44/+44
2019-09-03ice: Fix resource leak in ice_remove_rule_internal()Jeb Cramer1-2/+3
2019-09-03ice: Fix EMP reset handlingAnirudh Venkataramanan1-0/+2
2019-08-31ixgbe: modify driver for handling offsetsKevin Laatz1-4/+9
2019-08-31i40e: modify driver for handling offsetsKevin Laatz1-4/+9
2019-08-31ixgbe: simplify Rx buffer recycleKevin Laatz1-10/+3
2019-08-31i40e: simplify Rx buffer recycleKevin Laatz1-10/+3
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2019-08-26ice: fix adminq calls during removeHenry Tieman1-1/+1
2019-08-26ice: Rework ice_ena_msix_rangeAnirudh Venkataramanan1-11/+21
2019-08-26ice: Fix VF configuration issues due to resetAkeem G Abodunrin1-2/+9
2019-08-26ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan3-23/+74
2019-08-26ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt5-75/+207
2019-08-26ice: add support for enabling/disabling single queuesMaciej Fijalkowski2-146/+214
2019-08-26ice: fix potential infinite loopColin Ian King1-1/+1
2019-08-26ice: fix ice_is_tc_enaJacob Keller1-2/+2
2019-08-26ice: add validation in OP_CONFIG_VSI_QUEUES VF messageMichal Swiatkowski1-7/+24
2019-08-26ice: Don't clog kernel debug log with VF MDD events errorsAkeem G Abodunrin2-3/+5
2019-08-26ice: Introduce a local variable for a VSI in the rebuild pathKrzysztof Kazimierczak1-9/+12