summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2020-01-25ice: Bump versionTony Nguyen
2020-01-25ice: Implement ethtool get/set rx-flow-hashMd Fahad Iqbal Polash
2020-01-25ice: Initilialize VF RSS tablesMd Fahad Iqbal Polash
2020-01-25ice: Optimize table usageTony Nguyen
2020-01-25ice: Enable writing filtering tablesTony Nguyen
2020-01-25ice: Populate TCAM filter software structuresTony Nguyen
2020-01-24ice: Allocate flow profileTony Nguyen
2020-01-24ice: Enable writing hardware filtering tablesTony Nguyen
2020-01-17ice: remove redundant assignment to variable xmit_doneColin Ian King
2020-01-17ice: Removing hung_queue variable to use txqueue function parameterJulio Faracco
2020-01-03ice: Add device ids for E822 devicesJacob Keller
2020-01-03ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak
2020-01-03ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak
2020-01-03ice: add extra check for null Rx descriptorMitch Williams
2020-01-03ice: suppress checked_return errorBruce Allan
2020-01-03ice: Demote MTU change print to debugTony Nguyen
2020-01-03ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley
2020-01-03ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley
2020-01-03ice: Remove Rx flex descriptor programmingVignesh Sridhar
2020-01-03ice: Return error on not supported ethtool -C parametersMichal Swiatkowski
2020-01-03ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski
2020-01-03ice: Set default value for ITR in alloc functionMichal Swiatkowski
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley
2020-01-03ice: Add code to keep track of current dflt_vsiBrett Creeley
2020-01-03ice: Fix VF spoofchkBrett Creeley
2020-01-03ice: Support UDP segmentation offloadBrett Creeley
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-22ice: Update FW API minor versionKevin Scott
2019-11-22ice: remove pointless NULL check of port_infoJacob Keller
2019-11-22ice: Implement ethtool ops for channelsHenry Tieman
2019-11-22ice: implement VF stats NDOJesse Brandeburg
2019-11-22ice: add helpers for virtchnlJesse Brandeburg
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen
2019-11-22ice: Refactor removal of VLAN promiscuous rulesBrett Creeley
2019-11-22ice: Fix setting coalesce to handle DCB configurationBrett Creeley
2019-11-22ice: Only disable VF state when freeing each VF resourcesAkeem G Abodunrin
2019-11-22ice: fix stack leakageJesse Brandeburg
2019-11-22ice: Don't modify stripping for add/del VLANs on VFBrett Creeley
2019-11-22ice: Disallow VF VLAN opcodes if VLAN offloads disabledBrett Creeley
2019-11-22ice: Correct capabilities reporting of max TCsBruce Allan
2019-11-22ice: Store number of functions for the deviceBruce Allan
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08ice: fix potential infinite loop because loop counter being too smallColin Ian King
2019-11-08ice: print opcode when printing controlq errorsJacob Keller
2019-11-08ice: use more accurate ICE_DBG mask typesJacob Keller