summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
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. Miller8-347/+346
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+48
2016-07-22i40e: Explicitly write platform-specific mac address after PF resetTushar Dave1-38/+49
2016-07-22i40e: add missing link advertise settingStefan Assmann1-0/+1
2016-07-22i40e: Move the mutex lock in i40e_client_unregisterCatherine Sullivan1-2/+2
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 Williams3-279/+261
2016-07-22i40e: Remove device ID 0x37D4Catherine Sullivan3-3/+0
2016-07-22i40e/i40evf: remove useless initializerMitch Williams1-3/+1
2016-07-22i40e: Fix to show correct Advertised Link Modes when link is downAvinash Dayanand1-19/+28
2016-07-22i40e: avoid null pointer dereferenceHeinrich Schuchardt1-1/+3
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-07-15i40e/i40evf: Fix i40e_rx_checksumAlexander Duyck1-13/+17
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 Dave2-2/+7
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: Removing unnecessary code which caused supported link mode bugAvinash Dayanand1-2/+1
2016-06-28i40e: fix missing DA cable checkSerey Kong1-0/+1
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: write HENA for VFsMitch Williams1-0/+6
2016-06-28i40e: add hw struct local variableMitch Williams1-38/+41
2016-06-28i40e: add functions to control default VSIMitch Williams2-0/+58
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 Duyck2-0/+2
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert2-4/+2
2016-05-14i40e: fix an uninitialized variable bugDan Carpenter1-1/+1
2016-05-14i40e: Bump version from 1.5.10 to 1.5.16Bimmy Pujari1-1/+1
2016-05-14i40e: don't add broadcast filter for VFsMitch Williams1-8/+0
2016-05-14i40e/i40evf: properly report Rx packet hashMitch Williams1-1/+1
2016-05-14i40e: set context to use VSI RSS LUT for SR-IOVAshish Shah1-1/+2
2016-05-14i40e: Correct UDP packet header for non_tunnel-ipv6Akeem G Abodunrin1-1/+1
2016-05-14i40e: change Rx hang message into a WARN_ONCEJacob Keller1-3/+1
2016-05-14i40e: Refactor ethtool get_settingsCatherine Sullivan1-123/+135
2016-05-14i40e: lie to the VFMitch Williams1-3/+7
2016-05-14i40e: Add vf-true-promisc-support priv flagAnjali Singhai Jain6-18/+111
2016-05-14i40e: Implement the API function for aq_set_switch_configShannon Nelson2-0/+33
2016-05-14i40e: Add support for disabling all link and change bits needed for PHY inter...Kevin Scott3-2/+7
2016-05-06i40e: constify i40e_client_ops structureJulia Lawall1-1/+1
2016-05-06i40e: fix misleading indentationArnd Bergmann1-1/+2
2016-05-06i40e: Test memory before ethtool alloc succeedsJesse Brandeburg1-3/+31
2016-05-06i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg4-48/+17