summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)Author
2019-08-26ice: Don't clog kernel debug log with VF MDD events errorsAkeem G Abodunrin
2019-08-26ice: Introduce a local variable for a VSI in the rebuild pathKrzysztof Kazimierczak
2019-08-26ice: Sanitize ice_ena_vsi and ice_dis_vsiAnirudh Venkataramanan
2019-08-26ice: Fix ethtool port and PFC stats for 4x25G cardsUsha Ketineni
2019-08-23ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin
2019-08-23ice: update ethtool stats on-demandBruce Allan
2019-08-20ice: Increase size of Mailbox receive queue for many VFsBrett Creeley
2019-08-20ice: Do not always bring up PF VSI in ice_ena_vsi()Tony Nguyen
2019-08-20ice: Use the software based tail when checking for hung Tx ringBrett Creeley
2019-07-31ice: Bump version numberTony Nguyen
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley
2019-07-31ice: Add stats for Rx drops at the port levelBrett Creeley
2019-07-31ice: Disable VFs until reset is completedAkeem G Abodunrin
2019-07-31ice: Do not configure port with no mediaTony Nguyen
2019-07-31ice: track hardware stat registers past rolloverJacob Keller
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan
2019-05-30ice: Recognize higher speedsAnirudh Venkataramanan
2019-05-29ice: Add support for Forward Error Correction (FEC)Paul Greenwalt
2019-05-29ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen
2019-05-29ice: Add a helper to trigger software interruptBrett Creeley
2019-05-29ice: Change message levelMitch Williams
2019-05-29ice: Check all VFs for MDD activity, don't disableMitch Williams
2019-05-29ice: Refactor interrupt trackingBrett Creeley
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan
2019-05-29ice: Implement toggling ethtool rx-vlan-filterTony Nguyen
2019-05-23ice: Fix couple of issues in ice_vsi_releaseBrett Creeley
2019-05-23ice: Fix hang when ethtool disables FW LLDPDave Ertman
2019-05-23ice: Fix double spacingAnirudh Venkataramanan
2019-05-04ice: Disable sniffing VF traffic on PFMichal Swiatkowski
2019-05-04ice: Separate if conditions for ice_set_features()Tony Nguyen
2019-05-04ice: Fix for allowing too many MDD events on VFMichal Swiatkowski
2019-05-02ice: Refactor link event flowBrett Creeley
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: Use ice_for_each_q_vector macro where possibleBrett Creeley
2019-04-18ice: Bump driver versionAnirudh Venkataramanan
2019-04-18ice: Add code for DCB rebuildAnirudh Venkataramanan
2019-04-18ice: Add code to get DCB related statisticsAnirudh 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 3/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-03-26ice: Add missing case in print_link_msg for printing flow controlBrett Creeley
2019-03-26ice: Do not bail out when filter already existsPreethi Banala