summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-04i40e: avoid NULL pointer dereference and recursive errors on early PCI errorGuilherme G Piccoli1-0/+6
2016-10-04i40e: fix sideband flow director vector allocationStefan Assmann1-2/+9
2016-10-04i40e: fix MSI-X vector redistribution if hw limit is reachedStefan Assmann1-16/+22
2016-10-04i40e: check if vectors are already depleted when doing VMDq allocationStefan Assmann1-11/+16
2016-09-25i40e: don't configure zero-size RSS tableMitch Williams1-0/+2
2016-09-25i40e/i40evf: Changed version to 1.6.16Bimmy Pujari1-1/+1
2016-09-25i40e: removing unreachable codeHenry Tieman1-5/+1
2016-09-25i40e: check conflicting ntuple/sideband rules when re-enabling ATRJacob Keller1-3/+7
2016-09-25i40e: cleanup ATR auto_disable_flags useJacob Keller1-13/+7
2016-09-25i40e: fix deleting mac filtersAlan Brady1-2/+2
2016-09-25i40e: Remove 100 Mbps SGMII support for X722Harshitha Ramamurthy1-1/+0
2016-09-23i40e: Fix for extra byte swap in tunnel setupCarolyn Wyborny1-3/+3
2016-09-23i40e: fix setting user defined RSS hash keyAlan Brady1-4/+2
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+11
2016-09-02i40e: Fix kernel panic on enable/disable LLDPDave Ertman1-4/+11
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-08-26i40e: Change some init flow for the clientAnjali Singhai Jain1-1/+0
2016-08-20i40e: use alloc_workqueue instead of create_singlethread_workqueueJacob Keller1-1/+2
2016-08-20i40e: use configured RSS key and lookup table in i40e_vsi_config_rssJacob Keller1-4/+17
2016-08-20i40e: fix broken i40e_config_rss_aq functionJacob Keller1-34/+23
2016-08-20i40e: move i40e_vsi_config_rss below i40e_get_rss_aqJacob Keller1-27/+27
2016-08-18i40e/i40evf-Bump version from 1.6.11 to 1.6.12Bimmy Pujari1-1/+1
2016-08-18i40e: fix lookup table when RSS disabled/enabledAlan Brady1-0/+28
2016-08-18i40e: Fix static analysis tool warningDave Ertman1-3/+1
2016-08-18i40e: reset RX csum error stat with other pf statsCatherine Sullivan1-0/+1
2016-08-16i40e: check for and deal with non-contiguous TCsDave Ertman1-10/+25
2016-08-03Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+3
2016-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-316/+285
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+31
2016-07-22i40e: Explicitly write platform-specific mac address after PF resetTushar Dave1-38/+49
2016-07-22i40e: Remove redundant memsetAmitoj Kaur Chawla1-1/+0
2016-07-22i40e/i40evf-bump version to 1.6.11Bimmy Pujari1-1/+1
2016-07-22i40e: refactor Rx filter handlingMitch Williams1-275/+235
2016-07-22i40e: Remove device ID 0x37D4Catherine Sullivan1-1/+0
2016-07-15i40e: use valid online CPU on q_vector initializationGuilherme G. Piccoli1-5/+11
2016-07-15i40e: enable VSI broadcast promiscuous mode instead of adding broadcast filterKiran Patil1-12/+20
2016-06-28i40e: Don't notify client(s) for DCB changes on all VSIsNeerav Parikh1-1/+2
2016-06-28i40e: Fix errors resulted while turning off TSOTushar Dave1-2/+6
2016-06-28i40e/i40evf: Bump version from 1.5.16 to 1.6.4Bimmy Pujari1-2/+2
2016-06-28i40e: add VSI info to macaddr messagesShannon Nelson1-9/+22
2016-06-28i40e: set default VSI without a resetMitch Williams1-4/+22
2016-06-28i40e: Fix RSS to not be limited by the number of CPUsCatherine Sullivan1-8/+2
2016-06-28i40e: Save PCI state before suspendGreg Rose1-1/+6
2016-06-28i40e: Clean up MSIX IRQs before suspendGreg Rose1-0/+3
2016-06-28i40e: Add a call to set the client interface downCatherine Sullivan1-7/+3
2016-06-28i40e: add hw struct local variableMitch Williams1-38/+41
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-6/+3
2016-06-18i40e: Move all UDP port notifiers to single functionAlexander Duyck1-135/+51
2016-05-21intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+1