aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-02i40e: Remove FPK HyperV VF device IDJayaprakash Shanmugam2-2/+0
2017-02-02i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck1-20/+27
2017-02-02i40evf: remove unused device IDMitch Williams1-1/+0
2017-02-02i40e: Deprecating unused macroBimmy Pujari1-1/+0
2016-12-06i40e: Add functions which apply correct PHY access method for read and write operationMichal Kosiarz1-0/+4
2016-12-06i40e: Add FEC for 25gCarolyn Wyborny1-2/+23
2016-12-06i40e: Add support for 25G devicesCarolyn Wyborny6-38/+89
2016-12-06Changed version from 1.6.21 to 1.6.25Bimmy Pujari1-1/+1
2016-12-06i40e/i40evf: napi_poll must return the work doneAlexander Duyck1-1/+1
2016-12-06i40e: simplify txd use count calculationMitch Williams1-17/+28
2016-12-02i40evf: protect against NULL msix_entries and q_vectors pointersJacob Keller1-6/+14
2016-12-02i40evf: check for msix_entries null dereferenceAlan Brady1-0/+6
2016-12-02i40evf: Move some i40evf_reset_task code to separate functionJoe Perches1-42/+44
2016-12-02i40e: Add protocols over MCTP to i40e_aq_discover_capabilitiesPiotr Raczynski1-0/+4
2016-12-02i40evf: Be much more verbose about what we can and cannot offloadAlexander Duyck1-0/+59
2016-10-31i40e: Implementation of ERROR state for NVM update state machineMaciej Sosin2-2/+3
2016-10-31i40e: Reorder logic for coalescing RS bitsAlexander Duyck2-52/+54
2016-10-31i40evf: avoid an extra msleep whileJacob Keller1-3/+5
2016-10-28i40e/i40evf: Changed version from 1.6.19 to 1.6.21Bimmy Pujari1-1/+1
2016-10-28i40e: Drop redundant Rx descriptor processing codeAlexander Duyck1-12/+6
2016-10-28i40e/i40evf: Changed version from 1.6.16 to 1.6.19Bimmy Pujari1-1/+1
2016-10-28i40e/i40evf: fix interrupt affinity bugAlan Brady3-27/+78
2016-10-28i40e: group base mode VF offload flagsPreethi Banala1-0/+4
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-4/+4
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller5-62/+195
2016-09-24i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck2-11/+15
2016-09-24i40e: Fix Flow Director raw_buf cleanupAlexander Duyck1-4/+4
2016-09-24i40evf: enable adaptive interrupt throttlingMitch Williams1-5/+11
2016-09-24i40e/i40evf: Changed version to 1.6.16Bimmy Pujari1-1/+1
2016-09-24i40e: add encap csum VF offload flagPreethi Banala1-0/+1
2016-09-22i40evf: remove unnecessary error checking against i40e_shutdown_adminqLihong Yang1-2/+1
2016-09-22i40e: Limit TX descriptor count in cases where frag size is greater than 16KAlexander Duyck1-5/+2
2016-09-22i40evf: remove unnecessary error checking against i40evf_up_completeBimmy Pujari1-8/+3
2016-09-22i40evf: Fix link state event handlingSridhar Samudrala2-3/+11
2016-09-22i40e: avoid potential null pointer dereference when assigning lenColin Ian King1-1/+2
2016-08-19i40evf: Open RDMA Client after resetAvinash Dayanand1-0/+2
2016-08-19i40e/i40evf: Fix indentationJeff Kirsher1-27/+30
2016-08-19i40e: Add support for HMC resource and profile for X722Carolyn Wyborny1-0/+21
2016-08-19i40e: Fix byte ordering in ARP NS code for X722Carolyn Wyborny1-17/+21
2016-08-19i40e: refactor tail_bump checkCarolyn Wyborny1-4/+2
2016-08-19i40evf: report link speedMitch Williams3-12/+70
2016-08-19i40e: use alloc_workqueue instead of create_singlethread_workqueueJacob Keller1-1/+2
2016-08-18i40e/i40evf-Bump version from 1.6.11 to 1.6.12Bimmy Pujari1-1/+1
2016-08-18i40evf: add missing rtnl_lock() around i40evf_set_interrupt_capabilityJacob Keller1-0/+2
2016-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller4-5/+4
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+17
2016-07-22i40e/i40evf-bump version to 1.6.11Bimmy Pujari1-1/+1
2016-07-22i40evf: add hyperv dev idsJoshua Hay1-0/+2
2016-07-22i40e: Remove device ID 0x37D4Catherine Sullivan2-2/+0
2016-07-22i40e/i40evf: remove useless initializerMitch Williams1-2/+1