summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek2019-11-251-0/+8
* i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley2019-05-311-0/+8
* i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko2019-02-121-0/+3
* i40e: only register client on iWarp-capable devicesMitch Williams2018-03-221-8/+11
* i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck2017-12-251-4/+12
* i40e: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-301-1/+1
* 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-271-27/+4
* i40e: avoid NULL pointer dereference and recursive errors on early PCI errorGuilherme G Piccoli2016-10-031-0/+6
* i40e: fix sideband flow director vector allocationStefan Assmann2016-10-031-2/+9
* i40e: fix MSI-X vector redistribution if hw limit is reachedStefan Assmann2016-10-031-16/+22
* i40e: check if vectors are already depleted when doing VMDq allocationStefan Assmann2016-10-031-11/+16
* i40e: don't configure zero-size RSS tableMitch Williams2016-09-241-0/+2
* i40e/i40evf: Changed version to 1.6.16Bimmy Pujari2016-09-241-1/+1
* i40e: removing unreachable codeHenry Tieman2016-09-241-5/+1
* i40e: check conflicting ntuple/sideband rules when re-enabling ATRJacob Keller2016-09-241-3/+7
* i40e: cleanup ATR auto_disable_flags useJacob Keller2016-09-241-13/+7
* i40e: fix deleting mac filtersAlan Brady2016-09-241-2/+2
* i40e: Remove 100 Mbps SGMII support for X722Harshitha Ramamurthy2016-09-241-1/+0
* i40e: Fix for extra byte swap in tunnel setupCarolyn Wyborny2016-09-221-3/+3
* i40e: fix setting user defined RSS hash keyAlan Brady2016-09-221-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-4/+11
|\
| * i40e: Fix kernel panic on enable/disable LLDPDave Ertman2016-09-011-4/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+0
|\|
| * i40e: Change some init flow for the clientAnjali Singhai Jain2016-08-251-1/+0
* | i40e: use alloc_workqueue instead of create_singlethread_workqueueJacob Keller2016-08-191-1/+2
* | i40e: use configured RSS key and lookup table in i40e_vsi_config_rssJacob Keller2016-08-191-4/+17
* | i40e: fix broken i40e_config_rss_aq functionJacob Keller2016-08-191-34/+23
* | i40e: move i40e_vsi_config_rss below i40e_get_rss_aqJacob Keller2016-08-191-27/+27
* | i40e/i40evf-Bump version from 1.6.11 to 1.6.12Bimmy Pujari2016-08-181-1/+1
* | i40e: fix lookup table when RSS disabled/enabledAlan Brady2016-08-181-0/+28
* | i40e: Fix static analysis tool warningDave Ertman2016-08-181-3/+1
* | i40e: reset RX csum error stat with other pf statsCatherine Sullivan2016-08-181-0/+1
|/
* i40e: check for and deal with non-contiguous TCsDave Ertman2016-08-161-10/+25
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-6/+3
|\
| * ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-231-6/+3
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-07-251-316/+285
|\ \
| * | i40e: Explicitly write platform-specific mac address after PF resetTushar Dave2016-07-221-38/+49
| * | i40e: Remove redundant memsetAmitoj Kaur Chawla2016-07-221-1/+0
| * | i40e/i40evf-bump version to 1.6.11Bimmy Pujari2016-07-221-1/+1
| * | i40e: refactor Rx filter handlingMitch Williams2016-07-221-275/+235
| * | i40e: Remove device ID 0x37D4Catherine Sullivan2016-07-221-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-5/+31
|\ \ \ | |/ / |/| |
| * | i40e: use valid online CPU on q_vector initializationGuilherme G. Piccoli2016-07-141-5/+11
| * | i40e: enable VSI broadcast promiscuous mode instead of adding broadcast filterKiran Patil2016-07-141-12/+20
| |/
* | i40e: Don't notify client(s) for DCB changes on all VSIsNeerav Parikh2016-06-271-1/+2
* | i40e: Fix errors resulted while turning off TSOTushar Dave2016-06-271-2/+6
* | i40e/i40evf: Bump version from 1.5.16 to 1.6.4Bimmy Pujari2016-06-271-2/+2
* | i40e: add VSI info to macaddr messagesShannon Nelson2016-06-271-9/+22