aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-19ice: Don't tell the OS that link is going downMichal Swiatkowski1-7/+0
2020-02-19ice: Don't reject odd values of usecs set by userBrett Creeley2-12/+39
2020-02-12ice: Trivial fixesTony Nguyen11-29/+31
2020-02-12ice: Use correct netif error functionBen Shelton1-1/+1
2020-02-12ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan1-8/+3
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-25ice: Bump versionTony Nguyen1-1/+1
2020-01-25ice: Implement ethtool get/set rx-flow-hashMd Fahad Iqbal Polash3-0/+273
2020-01-25ice: Initilialize VF RSS tablesMd Fahad Iqbal Polash4-1/+225
2020-01-25ice: Optimize table usageTony Nguyen5-1/+773
2020-01-25ice: Enable writing filtering tablesTony Nguyen3-0/+651
2020-01-25ice: Populate TCAM filter software structuresTony Nguyen8-10/+1459
2020-01-24ice: Allocate flow profileTony Nguyen12-40/+864
2020-01-24ice: 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-03ice: Add device ids for E822 devicesJacob Keller3-0/+39
2020-01-03ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak1-0/+2
2020-01-03ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak3-3/+6
2020-01-03ice: add extra check for null Rx descriptorMitch Williams1-5/+8
2020-01-03ice: suppress checked_return errorBruce Allan1-0/+6
2020-01-03ice: Demote MTU change print to debugTony Nguyen1-1/+1
2020-01-03ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley1-100/+99
2020-01-03ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley2-47/+12
2020-01-03ice: Remove Rx flex descriptor programmingVignesh Sridhar2-113/+0
2020-01-03ice: Return error on not supported ethtool -C parametersMichal Swiatkowski1-0/+50
2020-01-03ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski2-0/+108
2020-01-03ice: Set default value for ITR in alloc functionMichal Swiatkowski1-9/+4
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley4-15/+22
2020-01-03ice: Add code to keep track of current dflt_vsiBrett Creeley4-16/+155
2020-01-03ice: Fix VF spoofchkBrett Creeley4-97/+146
2020-01-03ice: Support UDP segmentation offloadBrett Creeley2-4/+14
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-6/+6
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-6/+6
2019-11-22ice: Update FW API minor versionKevin Scott1-1/+1
2019-11-22ice: remove pointless NULL check of port_infoJacob Keller1-2/+1