summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
Commit message (Expand)AuthorAgeFilesLines
* ice: Implement support for normal get_eeprom[_len] ethtool opsBruce Allan2019-01-153-0/+134
* ice: Add ethtool set_phys_id handlerAnirudh Venkataramanan2019-01-154-0/+68
* ice: Configure RSS LUT and HASH KEY in rebuild pathMd Fahad Iqbal Polash2019-01-151-0/+6
* ice: Refactor a few Tx scheduler functionsAnirudh Venkataramanan2019-01-152-91/+53Star
* ice: Fix unused variable build warningBruce Allan2019-01-151-1/+2
* ice: Do not enable NAPI on q_vectors that have no ringsYoung Xiao2018-12-201-4/+12
* net: ndo_bridge_setlink: Add extackPetr Machata2018-12-131-1/+2
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-4/+6
* ice: Fix possible NULL pointer de-referenceBruce Allan2018-11-201-0/+3
* ice: Use Tx|Rx in commentsAnirudh Venkataramanan2018-11-209-42/+42
* ice: Cosmetic formatting changesAnirudh Venkataramanan2018-11-2011-84/+83Star
* ice: Cleanup short function signaturesBruce Allan2018-11-203-8/+4Star
* ice: Cleanup ice_tx_timeout()Bruce Allan2018-11-201-13/+9Star
* ice: Fix return value from NAPI pollDave Ertman2018-11-201-1/+2
* ice: Constify global structures that can/should beBruce Allan2018-11-201-2/+2
* ice: Do not set LAN_EN for MAC-VLAN filtersYashaswini Raghuram Prathivadi Bhayankaram2018-11-201-13/+24
* ice: Pass the return value of ice_init_def_sw_recp()Jaroslaw Ilgiewicz2018-11-201-3/+1Star
* ice: Cleanup duplicate control queue codeBruce Allan2018-11-201-142/+76Star
* ice: Do autoneg based on VSI stateAkeem G Abodunrin2018-11-201-5/+5
* ice: Remove ICE_MAX_TXQ_PER_TXQG check when configuring Tx queueMd Fahad Iqbal Polash2018-11-131-4/+0Star
* ice: Destroy scheduler tree in reset pathHenry Tieman2018-11-131-0/+1
* ice: Fix to make VLAN priority tagged traffic to appear on all TCsUsha Ketineni2018-11-135-51/+81
* ice: Call pci_disable_sriov before stopping queues for VFBrett Creeley2018-11-131-9/+9
* ice: Increase Rx queue disable timeoutPiotr Raczynski2018-11-131-3/+3
* ice: Fix NVM mask definesLev Faerman2018-11-131-3/+3
* ice: Avoid nested RTNL locking in ice_dis_vsiDave Ertman2018-11-131-5/+10
* ice: Calculate guaranteed VSIs per function and use itAnirudh Venkataramanan2018-11-135-6/+34
* ice: Remove node before releasing VSIAnirudh Venkataramanan2018-11-133-1/+110
* ice: Check for q_vector when stopping ringsTony Nguyen2018-11-131-1/+2
* ice: Fix debug print in ice_tx_timeoutBrett Creeley2018-11-132-6/+12
* ice: Change req_speeds to be u16Chinh T Cao2018-11-071-1/+1
* ice: Fix the bytecount sent to netdev_tx_sent_queueBrett Creeley2018-11-061-1/+1
* ice: Fix tx_timeout in PF driverBrett Creeley2018-11-064-6/+40
* ice: Fix napi delete calls for removeDave Ertman2018-11-063-1/+3
* ice: Fix typo in error messageAnirudh Venkataramanan2018-11-061-1/+1
* ice: Fix flags for port VLANMd Fahad Iqbal Polash2018-11-061-1/+1
* ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan2018-11-063-39/+6Star
* ice: Free VSI contexts during for unloadVictor Raj2018-11-063-0/+17
* ice: Fix dead device link issue with flow controlAkeem G Abodunrin2018-11-061-1/+6
* ice: Check for reset in progress during removeAnirudh Venkataramanan2018-11-062-0/+8
* ice: Set carrier state and start/stop queues in rebuildAnirudh Venkataramanan2018-11-061-1/+17
* ice: Poll for link status changeAnirudh Venkataramanan2018-10-243-120/+25Star
* ice: Allocate VF interrupts and set queue mapAnirudh Venkataramanan2018-10-242-4/+17
* ice: Introduce ice_dev_onetime_setupAnirudh Venkataramanan2018-10-244-0/+25
* ice: Use capability count returned by the firmwareAnirudh Venkataramanan2018-10-241-3/+1Star
* ice: Update expected FW versionAnirudh Venkataramanan2018-10-241-3/+2Star
* ice: Change device ID define names to align with branding stringAnirudh Venkataramanan2018-10-242-6/+6
* ice: Make ice_msix_clean_rings staticAnirudh Venkataramanan2018-10-242-2/+1Star
* ice: Update version stringAnirudh Venkataramanan2018-10-031-1/+1
* ice: Use the right function to enable/disable VSIDave Ertman2018-10-031-9/+14