summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
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
2019-04-18ice: Add priority information into VLAN headerAnirudh Venkataramanan
2019-04-18ice: Update rings based on TC informationAnirudh Venkataramanan
2019-04-18ice: Add code to process LLDP MIB change eventsAnirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 4/4Anirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 2/4Anirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 1/4Anirudh Venkataramanan
2019-04-18ice: Bump versionAnirudh Venkataramanan
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan
2019-04-18ice: Fix typos in code commentsAnirudh Venkataramanan
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-26ice: Remove "2 BITS" commentAnirudh Venkataramanan