summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
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-07ice: Fix return value when SR-IOV is not supportedAnirudh Venkataramanan1-1/+1
2019-11-07ice: Rename VF function ice_vc_dis_vf to match its behaviorBrett Creeley1-7/+5
2019-11-07ice: Get rid of ice_cleanup_headerKrzysztof Kazimierczak1-25/+2
2019-11-07ice: print PCI link speed and widthPaul Greenwalt1-0/+3
2019-11-07ice: print unsupported module messagePaul Greenwalt2-0/+10
2019-11-07ice: write register with correct offsetMitch Williams1-1/+1
2019-11-07ice: Check for null pointer dereference when setting ringsMichal Swiatkowski1-4/+14
2019-11-07ice: save PCI state in probeMichal Swiatkowski1-0/+2
2019-11-07ice: Adjust DCB INIT for SW modeDave Ertman1-3/+3
2019-11-07ice: fix driver unload flowBruce Allan1-1/+2
2019-11-07ice: handle DCBx non-contiguous TC requestPaul Greenwalt1-39/+102
2019-11-07ice: Update Boot Configuration Section read of NVMMd Fahad Iqbal Polash5-9/+123
2019-11-07ice: add ethtool -m support for reading i2c eeprom modulesScott W Taylor4-0/+226
2019-11-05ice: allow 3k MTU for XDPMaciej Fijalkowski1-2/+14
2019-11-05ice: add build_skb() supportMaciej Fijalkowski1-1/+59
2019-11-05ice: introduce frame padding computation logicMaciej Fijalkowski5-20/+114
2019-11-05ice: introduce legacy Rx flagMaciej Fijalkowski5-25/+63
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak11-27/+1456
2019-11-04ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak5-312/+334
2019-11-04ice: Add support for XDPMaciej Fijalkowski8-57/+825
2019-11-04ice: get rid of per-tc flow in Tx queue configuration routinesMaciej Fijalkowski3-49/+47
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan10-827/+811
2019-09-12ice: Bump versionTony Nguyen1-2/+2
2019-09-12ice: Enable DDP package downloadTony Nguyen12-195/+679
2019-09-12ice: Initialize DDP package structuresTony Nguyen4-2/+953
2019-09-12ice: Implement Dynamic Device Personalization (DDP) downloadTony Nguyen9-1/+1137
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik8-29/+53
2019-09-12ice: send driver version to firmwarePaul M Stillwell Jr6-1/+97
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