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