summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-19i40e: enable mc magic pkt wakeup during power downJoshua Hay1-10/+64
2017-02-19i40e: fix disable overflow promiscuous modeAlan Brady1-5/+7
2017-02-12i40e: avoid race condition when sending filters to firmware for additionJacob Keller1-51/+96
2017-02-12i40e: allow i40e_update_filter_state to skip broadcast filtersJacob Keller1-8/+29
2017-02-12i40e: Save link FEC info from link up eventHenry Tieman1-2/+19
2017-02-12i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari1-0/+1
2017-02-12i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari1-1/+1
2017-02-03i40e: refactor macro INTRL_USEC_TO_REGAlan Brady1-1/+1
2017-02-03i40e: Deprecating unused macroBimmy Pujari1-3/+3
2017-02-03i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller1-3/+3
2017-02-03i40e: avoid O(n^2) loop when deleting all filtersJacob Keller1-1/+1
2017-02-03i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller1-11/+13
2017-02-03i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlanJacob Keller1-4/+1
2017-02-03i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller1-7/+4
2017-02-03i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1Jacob Keller1-4/+10
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-12/+6
2016-12-11i40e: don't truncate match_method assignmentKeller, Jacob E1-2/+1
2016-12-07i40e: move all updates for VLAN mode into i40e_sync_vsi_filtersJacob Keller1-101/+113
2016-12-07i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller1-2/+2
2016-12-07i40e: factor out addition/deletion of VLAN per each MAC addressJacob Keller1-13/+55
2016-12-07i40e: delete filter after adding its replacement when convertingJacob Keller1-1/+1
2016-12-07i40e: refactor i40e_update_filter_state to avoid passing aq_errJacob Keller1-37/+21
2016-12-07i40e: recalculate vsi->active_filters from hash contentsJacob Keller1-23/+29
2016-12-07i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller1-1/+2
2016-12-07i40e: lock service task correctlyMitch Williams1-17/+7
2016-12-07i40e: Add support for 25G devicesCarolyn Wyborny1-1/+5
2016-12-07Changed version from 1.6.21 to 1.6.25Bimmy Pujari1-1/+1
2016-12-07i40e: Blink LED on 1G BaseT boardsHenry Tieman1-2/+2
2016-12-07i40e: remove code to handle dev_addr speciallyJacob Keller1-36/+7
2016-12-07i40e: restore workaround for removing default MAC filterJacob Keller1-0/+41
2016-12-07i40e: Driver prints log message on link speed changeFilip Sadowski1-1/+5
2016-12-03i40e: change message to only appear when extra debug info is wantedCarolyn Wyborny1-1/+1
2016-12-03i40e: set broadcast promiscuous mode for each active VLANJacob Keller1-21/+85
2016-12-03i40e: Fix for ethtool Supported link modesHarshitha Ramamurthy1-1/+2
2016-12-03i40e: fix trivial typo in naming of i40e_sync_filters_subtaskJacob Keller1-2/+2
2016-12-03i40e: remove second check of VLAN_N_VID in i40e_vlan_rx_add_vidJacob Keller1-2/+2
2016-12-03i40e: Be much more verbose about what we can and cannot offloadAlexander Duyck1-8/+44
2016-11-01i40e: removed unreachable codeFilip Sadowski1-19/+22
2016-11-01i40e: Add common function for finding VSI by typeAlexander Duyck1-15/+6
2016-11-01i40e: remove duplicate add/delete adminq command code for filtersJacob Keller1-72/+84
2016-11-01i40e: avoid looping to check whether we're in VLAN modeJacob Keller1-11/+37
2016-11-01i40e: fix MAC filters when removing VLANsAlan Brady1-48/+72
2016-11-01i40e: properly cleanup on allocation failure in i40e_sync_vsi_filtersJacob Keller1-17/+22
2016-11-01i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller1-81/+117
2016-11-01i40e: implement __i40e_del_filter and use where applicableJacob Keller1-33/+59
2016-11-01i40e: When searching all MAC/VLAN filters, ignore removed filtersJacob Keller1-0/+6
2016-11-01i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlanJacob Keller1-12/+13
2016-11-01i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller1-57/+56
2016-11-01i40e: make use of __dev_uc_sync and __dev_mc_syncJacob Keller1-49/+64
2016-11-01i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller1-159/+68