summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan8-227/+123
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan6-27/+27
2020-02-12ice: Remove possible null dereferenceTony Nguyen1-2/+0
2020-02-12ice: update Unit Load Status bitmask to check after resetBruce Allan2-5/+18
2020-02-12ice: fix and consolidate logging of NVM/firmware version informationBruce Allan4-28/+13
2020-02-12ice: Modify link message loggingAkeem G Abodunrin1-1/+1
2020-02-12ice: Remove CONFIG_PCI_IOV wrap in ice_set_pf_capsAnirudh Venkataramanan1-2/+0
2020-02-12ice: Remove ice_dev_onetime_setup()Brett Creeley4-20/+0
2020-02-12ice: Don't allow same value for Rx tail to be written twiceBrett Creeley1-1/+1
2020-02-12ice: display supported and advertised link modesPaul Greenwalt1-280/+2
2020-02-12ice: Fix switch between FW and SW LLDPDave Ertman1-5/+5
2020-02-12ice: Fix DCB rebuild after resetDave Ertman2-53/+36
2020-01-26ice: Bump versionTony Nguyen1-1/+1
2020-01-26ice: Implement ethtool get/set rx-flow-hashMd Fahad Iqbal Polash3-0/+273
2020-01-26ice: Initilialize VF RSS tablesMd Fahad Iqbal Polash4-1/+225
2020-01-26ice: Optimize table usageTony Nguyen5-1/+773
2020-01-26ice: Enable writing filtering tablesTony Nguyen3-0/+651
2020-01-26ice: Populate TCAM filter software structuresTony Nguyen8-10/+1459
2020-01-25ice: Allocate flow profileTony Nguyen12-40/+864
2020-01-25ice: Enable writing hardware filtering tablesTony Nguyen7-4/+491
2020-01-17ice: remove redundant assignment to variable xmit_doneColin Ian King1-1/+1
2020-01-17ice: Removing hung_queue variable to use txqueue function parameterJulio Faracco1-30/+11
2020-01-04ice: Add device ids for E822 devicesJacob Keller3-0/+39
2020-01-04ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak1-0/+2
2020-01-04ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak3-3/+6
2020-01-04ice: add extra check for null Rx descriptorMitch Williams1-5/+8
2020-01-04ice: suppress checked_return errorBruce Allan1-0/+6
2020-01-04ice: Demote MTU change print to debugTony Nguyen1-1/+1
2020-01-04ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley1-100/+99
2020-01-04ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley2-47/+12
2020-01-04ice: Remove Rx flex descriptor programmingVignesh Sridhar2-113/+0
2020-01-04ice: Return error on not supported ethtool -C parametersMichal Swiatkowski1-0/+50
2020-01-04ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski2-0/+108
2020-01-04ice: Set default value for ITR in alloc functionMichal Swiatkowski1-9/+4
2020-01-04ice: Add ice_for_each_vf() macroBrett Creeley4-15/+22
2020-01-04ice: Add code to keep track of current dflt_vsiBrett Creeley4-16/+155
2020-01-04ice: Fix VF spoofchkBrett Creeley4-97/+146
2020-01-04ice: Support UDP segmentation offloadBrett Creeley2-4/+14
2019-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-6/+6
2019-12-21xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-2/+2
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-6/+6
2019-11-23ice: Update FW API minor versionKevin Scott1-1/+1
2019-11-23ice: remove pointless NULL check of port_infoJacob Keller1-2/+1
2019-11-23ice: Implement ethtool ops for channelsHenry Tieman7-19/+335
2019-11-23ice: implement VF stats NDOJesse Brandeburg3-0/+57
2019-11-23ice: add helpers for virtchnlJesse Brandeburg1-71/+63
2019-11-23ice: Add ice_pf_to_dev(pf) macroBrett Creeley10-341/+389
2019-11-23ice: Do not use devm* functions for local usesTony Nguyen5-88/+80