summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice: Wait for VF to be reset/ready before configurationBrett Creeley2020-02-192-61/+76
* ice: Don't tell the OS that link is going downMichal Swiatkowski2020-02-191-7/+0
* ice: Don't reject odd values of usecs set by userBrett Creeley2020-02-192-12/+39
* ice: Trivial fixesTony Nguyen2020-02-1211-29/+31
* ice: Use correct netif error functionBen Shelton2020-02-121-1/+1
* ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan2020-02-121-8/+3
* ice: Make print statements more compactAnirudh Venkataramanan2020-02-128-227/+123
* ice: Use ice_pf_to_devAnirudh Venkataramanan2020-02-126-27/+27
* ice: Remove possible null dereferenceTony Nguyen2020-02-121-2/+0
* ice: update Unit Load Status bitmask to check after resetBruce Allan2020-02-122-5/+18
* ice: fix and consolidate logging of NVM/firmware version informationBruce Allan2020-02-124-28/+13
* ice: Modify link message loggingAkeem G Abodunrin2020-02-121-1/+1
* ice: Remove CONFIG_PCI_IOV wrap in ice_set_pf_capsAnirudh Venkataramanan2020-02-121-2/+0
* ice: Remove ice_dev_onetime_setup()Brett Creeley2020-02-124-20/+0
* ice: Don't allow same value for Rx tail to be written twiceBrett Creeley2020-02-121-1/+1
* ice: display supported and advertised link modesPaul Greenwalt2020-02-121-280/+2
* ice: Fix switch between FW and SW LLDPDave Ertman2020-02-121-5/+5
* ice: Fix DCB rebuild after resetDave Ertman2020-02-122-53/+36
* ice: Bump versionTony Nguyen2020-01-261-1/+1
* ice: Implement ethtool get/set rx-flow-hashMd Fahad Iqbal Polash2020-01-263-0/+273
* ice: Initilialize VF RSS tablesMd Fahad Iqbal Polash2020-01-264-1/+225
* ice: Optimize table usageTony Nguyen2020-01-265-1/+773
* ice: Enable writing filtering tablesTony Nguyen2020-01-263-0/+651
* ice: Populate TCAM filter software structuresTony Nguyen2020-01-268-10/+1459
* ice: Allocate flow profileTony Nguyen2020-01-2512-40/+864
* ice: Enable writing hardware filtering tablesTony Nguyen2020-01-247-4/+491
* ice: remove redundant assignment to variable xmit_doneColin Ian King2020-01-171-1/+1
* ice: Removing hung_queue variable to use txqueue function parameterJulio Faracco2020-01-171-30/+11
* ice: Add device ids for E822 devicesJacob Keller2020-01-043-0/+39
* ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak2020-01-041-0/+2
* ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak2020-01-043-3/+6
* ice: add extra check for null Rx descriptorMitch Williams2020-01-041-5/+8
* ice: suppress checked_return errorBruce Allan2020-01-041-0/+6
* ice: Demote MTU change print to debugTony Nguyen2020-01-041-1/+1
* ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley2020-01-041-100/+99
* ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley2020-01-042-47/+12
* ice: Remove Rx flex descriptor programmingVignesh Sridhar2020-01-042-113/+0
* ice: Return error on not supported ethtool -C parametersMichal Swiatkowski2020-01-041-0/+50
* ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski2020-01-042-0/+108
* ice: Set default value for ITR in alloc functionMichal Swiatkowski2020-01-041-9/+4
* ice: Add ice_for_each_vf() macroBrett Creeley2020-01-044-15/+22
* ice: Add code to keep track of current dflt_vsiBrett Creeley2020-01-044-16/+155
* ice: Fix VF spoofchkBrett Creeley2020-01-044-97/+146
* ice: Support UDP segmentation offloadBrett Creeley2020-01-042-4/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-271-2/+2
|\
| * xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson2019-12-211-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-232-6/+6
|\ \
| * | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-6/+6
| |/
* / netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
|/
* ice: Update FW API minor versionKevin Scott2019-11-221-1/+1