summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)Author
2017-02-18i40e: Invoke softirqs after napi_rescheduleBenjamin Poirier
2017-02-18i40e: remove duplicate device id from PCI tableCarolyn Wyborny
2017-02-18i40e: Error handling for link eventHarshitha Ramamurthy
2017-02-18i40e: properly convert le16 value to CPU formatJacob Keller
2017-02-18i40e: remove unnecessary call to i40e_update_link_infoJacob Keller
2017-02-18i40e: enable mc magic pkt wakeup during power downJoshua Hay
2017-02-18i40e: fix disable overflow promiscuous modeAlan Brady
2017-02-11i40e: avoid race condition when sending filters to firmware for additionJacob Keller
2017-02-11i40e: allow i40e_update_filter_state to skip broadcast filtersJacob Keller
2017-02-11i40e: Save link FEC info from link up eventHenry Tieman
2017-02-11i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari
2017-02-11i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari
2017-02-02i40e: refactor macro INTRL_USEC_TO_REGAlan Brady
2017-02-02i40e: Deprecating unused macroBimmy Pujari
2017-02-02i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller
2017-02-02i40e: avoid O(n^2) loop when deleting all filtersJacob Keller
2017-02-02i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller
2017-02-02i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlanJacob Keller
2017-02-02i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller
2017-02-02i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1Jacob Keller
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-10i40e: don't truncate match_method assignmentKeller, Jacob E
2016-12-06i40e: move all updates for VLAN mode into i40e_sync_vsi_filtersJacob Keller
2016-12-06i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller
2016-12-06i40e: factor out addition/deletion of VLAN per each MAC addressJacob Keller
2016-12-06i40e: delete filter after adding its replacement when convertingJacob Keller
2016-12-06i40e: refactor i40e_update_filter_state to avoid passing aq_errJacob Keller
2016-12-06i40e: recalculate vsi->active_filters from hash contentsJacob Keller
2016-12-06i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller
2016-12-06i40e: lock service task correctlyMitch Williams
2016-12-06i40e: Add support for 25G devicesCarolyn Wyborny
2016-12-06Changed version from 1.6.21 to 1.6.25Bimmy Pujari
2016-12-06i40e: Blink LED on 1G BaseT boardsHenry Tieman
2016-12-06i40e: remove code to handle dev_addr speciallyJacob Keller
2016-12-06i40e: restore workaround for removing default MAC filterJacob Keller
2016-12-06i40e: Driver prints log message on link speed changeFilip Sadowski
2016-12-02i40e: change message to only appear when extra debug info is wantedCarolyn Wyborny
2016-12-02i40e: set broadcast promiscuous mode for each active VLANJacob Keller
2016-12-02i40e: Fix for ethtool Supported link modesHarshitha Ramamurthy
2016-12-02i40e: fix trivial typo in naming of i40e_sync_filters_subtaskJacob Keller
2016-12-02i40e: remove second check of VLAN_N_VID in i40e_vlan_rx_add_vidJacob Keller
2016-12-02i40e: Be much more verbose about what we can and cannot offloadAlexander Duyck
2016-10-31i40e: removed unreachable codeFilip Sadowski
2016-10-31i40e: Add common function for finding VSI by typeAlexander Duyck
2016-10-31i40e: remove duplicate add/delete adminq command code for filtersJacob Keller
2016-10-31i40e: avoid looping to check whether we're in VLAN modeJacob Keller
2016-10-31i40e: fix MAC filters when removing VLANsAlan Brady
2016-10-31i40e: properly cleanup on allocation failure in i40e_sync_vsi_filtersJacob Keller
2016-10-31i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller
2016-10-31i40e: implement __i40e_del_filter and use where applicableJacob Keller