aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-10i40e: don't truncate match_method assignmentKeller, Jacob E1-2/+1
2016-12-06i40e: move all updates for VLAN mode into i40e_sync_vsi_filtersJacob Keller1-101/+113
2016-12-06i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller3-17/+32
2016-12-06i40e: factor out addition/deletion of VLAN per each MAC addressJacob Keller1-13/+55
2016-12-06i40e: delete filter after adding its replacement when convertingJacob Keller1-1/+1
2016-12-06i40e: refactor i40e_update_filter_state to avoid passing aq_errJacob Keller1-37/+21
2016-12-06i40e: recalculate vsi->active_filters from hash contentsJacob Keller1-23/+29
2016-12-06i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller4-9/+31
2016-12-06i40e: lock service task correctlyMitch Williams1-17/+7
2016-12-06i40e: Add functions which apply correct PHY access method for read and write operationMichal Kosiarz2-0/+76
2016-12-06i40e: Add FEC for 25gCarolyn Wyborny2-2/+25
2016-12-06i40e: Add support for 25G devicesCarolyn Wyborny7-41/+119
2016-12-06i40e: use unsigned printf format specifier for active_filters countJacob Keller1-1/+1
2016-12-06Changed version from 1.6.21 to 1.6.25Bimmy Pujari1-1/+1
2016-12-06i40e: Blink LED on 1G BaseT boardsHenry Tieman3-8/+8
2016-12-06i40e: remove code to handle dev_addr speciallyJacob Keller1-36/+7
2016-12-06i40e/i40evf: napi_poll must return the work doneAlexander Duyck1-1/+1
2016-12-06i40e: restore workaround for removing default MAC filterJacob Keller1-0/+41
2016-12-06i40e: simplify txd use count calculationMitch Williams1-17/+28
2016-12-06i40e: Driver prints log message on link speed changeFilip Sadowski2-1/+6
2016-12-02i40e: change message to only appear when extra debug info is wantedCarolyn Wyborny1-1/+1
2016-12-02i40e/i40evf: replace for memcpy with single memcpy call in ethtoolJacob Keller1-16/+8
2016-12-02i40e: set broadcast promiscuous mode for each active VLANJacob Keller4-21/+129
2016-12-02i40e: Fix for ethtool Supported link modesHarshitha Ramamurthy3-7/+13
2016-12-02i40e: Pass unknown PHY type for unknown PHYsHenry Tieman1-1/+2
2016-12-02i40e: Remove unreachable codeHenry Tieman1-8/+1
2016-12-02i40e: fix panic on SPARC while changing num of descTushar Dave1-5/+5
2016-12-02i40e: Add protocols over MCTP to i40e_aq_discover_capabilitiesPiotr Raczynski2-0/+12
2016-12-02i40e: fix trivial typo in naming of i40e_sync_filters_subtaskJacob Keller1-2/+2
2016-12-02i40e: Add Clause22 implementationMichal Kosiarz3-52/+159
2016-12-02i40e: avoid duplicate private flags definitionsJacob Keller1-25/+17
2016-12-02i40e: remove second check of VLAN_N_VID in i40e_vlan_rx_add_vidJacob Keller1-2/+2
2016-12-02i40e: remove error_param_int label from i40e_vc_config_promiscuous_mode_msgJacob Keller1-3/+4
2016-12-02i40e: Be much more verbose about what we can and cannot offloadAlexander Duyck1-8/+44
2016-10-31i40e: removed unreachable codeFilip Sadowski4-60/+33
2016-10-31i40e: Implementation of ERROR state for NVM update state machineMaciej Sosin3-2/+19
2016-10-31i40e: Fix for division by zeroMichal Kosiarz1-2/+4
2016-10-31i40e: clear mac filter count on resetMitch Williams1-0/+1
2016-10-31i40e: Reorder logic for coalescing RS bitsAlexander Duyck2-52/+54
2016-10-31i40e: Add common function for finding VSI by typeAlexander Duyck4-30/+27
2016-10-31i40e: replace PTP Rx timestamp hang logicJacob Keller4-44/+83
2016-10-31i40e: use a mutex instead of spinlock in PTP user entry pointsJacob Keller2-14/+8
2016-10-31i40e: correct check for reading TSYNINDX from the receive descriptorJacob Keller1-3/+4
2016-10-31i40e: remove duplicate add/delete adminq command code for filtersJacob Keller1-72/+84
2016-10-31i40e: avoid looping to check whether we're in VLAN modeJacob Keller2-11/+38
2016-10-31i40e: fix MAC filters when removing VLANsAlan Brady1-48/+72
2016-10-31i40e: properly cleanup on allocation failure in i40e_sync_vsi_filtersJacob Keller1-17/+22
2016-10-31i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller5-107/+161
2016-10-31i40e: implement __i40e_del_filter and use where applicableJacob Keller1-33/+59
2016-10-31i40e: When searching all MAC/VLAN filters, ignore removed filtersJacob Keller1-0/+6