summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
Commit message (Expand)AuthorAgeFilesLines
* 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-251-1/+1
* ice: Implement ethtool get/set rx-flow-hashMd Fahad Iqbal Polash2020-01-253-0/+273
* ice: Initilialize VF RSS tablesMd Fahad Iqbal Polash2020-01-254-1/+225
* ice: Optimize table usageTony Nguyen2020-01-255-1/+773
* ice: Enable writing filtering tablesTony Nguyen2020-01-253-0/+651
* ice: Populate TCAM filter software structuresTony Nguyen2020-01-258-10/+1459
* ice: Allocate flow profileTony Nguyen2020-01-2412-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-033-0/+39
* ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak2020-01-031-0/+2
* ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak2020-01-033-3/+6
* ice: add extra check for null Rx descriptorMitch Williams2020-01-031-5/+8
* ice: suppress checked_return errorBruce Allan2020-01-031-0/+6
* ice: Demote MTU change print to debugTony Nguyen2020-01-031-1/+1
* ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley2020-01-031-100/+99
* ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley2020-01-032-47/+12
* ice: Remove Rx flex descriptor programmingVignesh Sridhar2020-01-032-113/+0
* ice: Return error on not supported ethtool -C parametersMichal Swiatkowski2020-01-031-0/+50
* ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski2020-01-032-0/+108
* ice: Set default value for ITR in alloc functionMichal Swiatkowski2020-01-031-9/+4
* ice: Add ice_for_each_vf() macroBrett Creeley2020-01-034-15/+22
* ice: Add code to keep track of current dflt_vsiBrett Creeley2020-01-034-16/+155
* ice: Fix VF spoofchkBrett Creeley2020-01-034-97/+146
* ice: Support UDP segmentation offloadBrett Creeley2020-01-032-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-201-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-222-6/+6
|\ \
| * | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-6/+6
| |/
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* ice: Update FW API minor versionKevin Scott2019-11-221-1/+1
* ice: remove pointless NULL check of port_infoJacob Keller2019-11-221-2/+1
* ice: Implement ethtool ops for channelsHenry Tieman2019-11-227-19/+335
* ice: implement VF stats NDOJesse Brandeburg2019-11-223-0/+57
OpenPOWER on IntegriCloud