summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
...
* i40e: Add support for 25G devicesCarolyn Wyborny2016-12-067-41/+119
* i40e: use unsigned printf format specifier for active_filters countJacob Keller2016-12-061-1/+1
* Changed version from 1.6.21 to 1.6.25Bimmy Pujari2016-12-061-1/+1
* i40e: Blink LED on 1G BaseT boardsHenry Tieman2016-12-063-8/+8
* i40e: remove code to handle dev_addr speciallyJacob Keller2016-12-061-36/+7
* i40e/i40evf: napi_poll must return the work doneAlexander Duyck2016-12-061-1/+1
* i40e: restore workaround for removing default MAC filterJacob Keller2016-12-061-0/+41
* i40e: simplify txd use count calculationMitch Williams2016-12-061-17/+28
* i40e: Driver prints log message on link speed changeFilip Sadowski2016-12-062-1/+6
* i40e: change message to only appear when extra debug info is wantedCarolyn Wyborny2016-12-021-1/+1
* i40e/i40evf: replace for memcpy with single memcpy call in ethtoolJacob Keller2016-12-021-16/+8
* i40e: set broadcast promiscuous mode for each active VLANJacob Keller2016-12-024-21/+129
* i40e: Fix for ethtool Supported link modesHarshitha Ramamurthy2016-12-023-7/+13
* i40e: Pass unknown PHY type for unknown PHYsHenry Tieman2016-12-021-1/+2
* i40e: Remove unreachable codeHenry Tieman2016-12-021-8/+1
* i40e: fix panic on SPARC while changing num of descTushar Dave2016-12-021-5/+5
* i40e: Add protocols over MCTP to i40e_aq_discover_capabilitiesPiotr Raczynski2016-12-022-0/+12
* i40e: fix trivial typo in naming of i40e_sync_filters_subtaskJacob Keller2016-12-021-2/+2
* i40e: Add Clause22 implementationMichal Kosiarz2016-12-023-52/+159
* i40e: avoid duplicate private flags definitionsJacob Keller2016-12-021-25/+17
* i40e: remove second check of VLAN_N_VID in i40e_vlan_rx_add_vidJacob Keller2016-12-021-2/+2
* i40e: remove error_param_int label from i40e_vc_config_promiscuous_mode_msgJacob Keller2016-12-021-3/+4
* i40e: Be much more verbose about what we can and cannot offloadAlexander Duyck2016-12-021-8/+44
* i40e: removed unreachable codeFilip Sadowski2016-10-314-60/+33
* 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/+27
* 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/+8
* 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
* i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlanJacob Keller2016-10-311-12/+13
* i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller2016-10-311-57/+56
* i40e: make use of __dev_uc_sync and __dev_mc_syncJacob Keller2016-10-312-54/+69
* i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller2016-10-315-272/+89
* i40e: Add missing \n to end of dev_err messageColin Ian King2016-10-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-302-28/+7
|\
| * i40e: fix call of ndo_dflt_bridge_getlink()Huaibin Wang2016-10-271-1/+1
| * i40e: disable MSI-X interrupts if we cannot reserve enough vectorsGuilherme G Piccoli2016-10-271-0/+1
| * i40e: Fix configure TCs after initial DCB disableDavid Ertman2016-10-272-27/+5
* | i40e: Clean up handling of msglevel flags and debug parameterAlexander Duyck2016-10-283-35/+14
* | i40e: Fix bit logic error in failure caseDavid Ertman2016-10-281-1/+1
OpenPOWER on IntegriCloud