aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2020-07-11ice: fix potential double free in probe unrollingJacob Keller
2020-07-11ice: Fix for memory leaks and modify ICE_FREE_CQ_BUFSSurabhi Boob
2020-07-11ice: Fix memory leakSurabhi Boob
2020-05-21ice: Don't tell the OS that link is going downMichal Swiatkowski
2020-05-15ice: update Unit Load Status bitmask to check after resetBruce Allan
2020-04-12ice: fix stack leakageJesse Brandeburg
2020-02-24ice: Only disable VF state when freeing each VF resourcesAkeem G Abodunrin
2020-02-24ice: delay lessMitch Williams
2020-02-24ice: Check for null pointer dereference when setting ringsMichal Swiatkowski
2020-01-19ice: fix potential infinite loop because loop counter being too smallColin Ian King
2019-07-26ice: Check all VFs for MDD activity, don't disableMitch Williams
2019-07-26ice: Fix couple of issues in ice_vsi_releaseBrett Creeley
2019-07-26ice: Gracefully handle reset failure in ice_alloc_vfs()Brett Creeley
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-04ice: Disable sniffing VF traffic on PFMichal Swiatkowski
2019-05-04ice: Use more efficient structuresJesse Brandeburg
2019-05-04ice: Use bitfields where possibleJesse Brandeburg
2019-05-04ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin
2019-05-04ice: Separate if conditions for ice_set_features()Tony Nguyen
2019-05-04ice: Remove __always_unused attributeTony Nguyen
2019-05-04ice: Suppress false-positive style issues reported by static analyzerBruce Allan
2019-05-04ice: Refactor getting/setting coalesceBrett Creeley
2019-05-04ice: Always free/allocate q_vectorsBrett Creeley
2019-05-04ice: Do not unnecessarily initialize local variableBruce Allan
2019-05-04ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski
2019-05-04ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin
2019-05-04ice: Preserve VLAN Rx stripping settingsTony Nguyen
2019-05-04ice: Fix for allowing too many MDD events on VFMichal Swiatkowski
2019-05-04ice: Use pf instead of vsi-backJesse Brandeburg
2019-05-02ice: Use dev_err when ice_cfg_vsi_lan failsBrett Creeley
2019-05-02ice: Refactor link event flowBrett Creeley
2019-05-02ice: Add missing PHY type to link settingsTony Nguyen
2019-05-02ice: Add reg_idx variable in ice_q_vector structureBrett Creeley
2019-05-02ice: Remove runtime change of PFINT_OICR_ENA registerMd Fahad Iqbal Polash
2019-05-02ice: Fix issue when adding more than allowed VLANsAkeem G Abodunrin
2019-05-02ice: Remove unnecessary wait when disabling/enabling Rx queuesBrett Creeley
2019-05-02ice: Add ability to update rx-usecs-highBrett Creeley
2019-05-02ice: Add 52 byte RSS hash key supportPaul Greenwalt
2019-05-02ice: Use ice_for_each_q_vector macro where possibleBrett Creeley
2019-05-02ice: Validate ring existence and its q_vector per VSIMaciej Fijalkowski
2019-05-02ice: Reduce scope of variable in ice_vsi_cfg_rxqsBrett Creeley
2019-05-02ice: Resolve static analysis reported issueBruce Allan
2019-05-02ice: Return configuration error without queue to disableAkeem G Abodunrin
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2019-04-18ice: Calculate ITR increment based on direct calculationBrett Creeley
2019-04-18ice: Bump driver versionAnirudh Venkataramanan
2019-04-18ice: Add code to control FW LLDP and DCBXAnirudh Venkataramanan
2019-04-18ice: Add code for DCB rebuildAnirudh Venkataramanan
2019-04-18ice: Add code to get DCB related statisticsAnirudh Venkataramanan