aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAge
* i40e: don't truncate match_method assignmentKeller, Jacob E2016-12-10
* i40e: move all updates for VLAN mode into i40e_sync_vsi_filtersJacob Keller2016-12-07
* i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller2016-12-07
* i40e: factor out addition/deletion of VLAN per each MAC addressJacob Keller2016-12-07
* i40e: delete filter after adding its replacement when convertingJacob Keller2016-12-07
* i40e: refactor i40e_update_filter_state to avoid passing aq_errJacob Keller2016-12-07
* i40e: recalculate vsi->active_filters from hash contentsJacob Keller2016-12-07
* i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller2016-12-07
* i40e: lock service task correctlyMitch Williams2016-12-07
* i40e: Add support for 25G devicesCarolyn Wyborny2016-12-06
* Changed version from 1.6.21 to 1.6.25Bimmy Pujari2016-12-06
* i40e: Blink LED on 1G BaseT boardsHenry Tieman2016-12-06
* i40e: remove code to handle dev_addr speciallyJacob Keller2016-12-06
* i40e: restore workaround for removing default MAC filterJacob Keller2016-12-06
* i40e: Driver prints log message on link speed changeFilip Sadowski2016-12-06
* i40e: change message to only appear when extra debug info is wantedCarolyn Wyborny2016-12-03
* i40e: set broadcast promiscuous mode for each active VLANJacob Keller2016-12-03
* i40e: Fix for ethtool Supported link modesHarshitha Ramamurthy2016-12-03
* i40e: fix trivial typo in naming of i40e_sync_filters_subtaskJacob Keller2016-12-03
* i40e: remove second check of VLAN_N_VID in i40e_vlan_rx_add_vidJacob Keller2016-12-03
* i40e: Be much more verbose about what we can and cannot offloadAlexander Duyck2016-12-03
* i40e: removed unreachable codeFilip Sadowski2016-10-31
* i40e: Add common function for finding VSI by typeAlexander Duyck2016-10-31
* i40e: remove duplicate add/delete adminq command code for filtersJacob Keller2016-10-31
* i40e: avoid looping to check whether we're in VLAN modeJacob Keller2016-10-31
* i40e: fix MAC filters when removing VLANsAlan Brady2016-10-31
* i40e: properly cleanup on allocation failure in i40e_sync_vsi_filtersJacob Keller2016-10-31
* i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller2016-10-31
* i40e: implement __i40e_del_filter and use where applicableJacob Keller2016-10-31
* i40e: When searching all MAC/VLAN filters, ignore removed filtersJacob Keller2016-10-31
* i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlanJacob Keller2016-10-31
* i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller2016-10-31
* i40e: make use of __dev_uc_sync and __dev_mc_syncJacob Keller2016-10-31
* i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller2016-10-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-30
|\
| * i40e: fix call of ndo_dflt_bridge_getlink()Huaibin Wang2016-10-27
| * i40e: disable MSI-X interrupts if we cannot reserve enough vectorsGuilherme G Piccoli2016-10-27
| * i40e: Fix configure TCs after initial DCB disableDavid Ertman2016-10-27
* | i40e: Clean up handling of msglevel flags and debug parameterAlexander Duyck2016-10-29
* | i40e: Fix bit logic error in failure caseDavid Ertman2016-10-29
* | i40e/i40evf: Changed version from 1.6.19 to 1.6.21Bimmy Pujari2016-10-29
* | i40e: Removal of workaround for simple MAC address filter deletionFilip Sadowski2016-10-29
* | i40e: fix confusing dmesg info for ethtool -L optionLihong Yang2016-10-29
* | i40e/i40evf: Changed version from 1.6.16 to 1.6.19Bimmy Pujari2016-10-29
* | i40e/i40evf: fix interrupt affinity bugAlan Brady2016-10-29
* | ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-18
|/
* i40e: avoid NULL pointer dereference and recursive errors on early PCI errorGuilherme G Piccoli2016-10-03
* i40e: fix sideband flow director vector allocationStefan Assmann2016-10-03
* i40e: fix MSI-X vector redistribution if hw limit is reachedStefan Assmann2016-10-03
* i40e: check if vectors are already depleted when doing VMDq allocationStefan Assmann2016-10-03