aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf_virtchnl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala1-1/+3
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck1-4/+10
2017-03-29i40evf: enforce descriptor write-back mechanism for VFPreethi Banala1-4/+0
2017-03-15i40evf: add client interfaceMitch Williams1-1/+12
2017-02-11i40evf: track outstanding client requestMitch Williams1-0/+4
2016-12-06i40e: Add support for 25G devicesCarolyn Wyborny1-0/+3
2016-09-22i40evf: Fix link state event handlingSridhar Samudrala1-3/+7
2016-08-19i40evf: report link speedMitch Williams1-9/+46
2016-06-27i40evf: don't overflow bufferMitch Williams1-0/+8
2016-05-13i40e: Add allmulti support for the VFAnjali Singhai Jain1-2/+13
2016-05-05i40evf: Drop packet split receive routineJesse Brandeburg1-4/+0
2016-04-27i40evf: Add driver support for promiscuous modeAnjali Singhai Jain1-0/+11
2016-04-26i40evf: Allow PF driver to configure RSSMitch Williams1-0/+119
2016-02-17i40evf: support packet split receiveMitch Williams1-0/+4
2016-02-03i40evf: allow channel bonding of VFsMitch Williams1-0/+2
2015-12-12i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722Anjali Singhai Jain1-1/+3
2015-12-03i40evf: don't use atomic allocationMitch Williams1-6/+6
2015-12-01i40evf: allocate ring structs dynamicallyMitch Williams1-5/+5
2015-12-01i40evf: allocate queue vectors dynamicallyMitch Williams1-1/+1
2015-11-25i40evf: handle many MAC filters correctlyMitch Williams1-8/+24
2015-11-25i40e/i40evf: clean up error messagesMitch Williams1-3/+23
2015-10-15i40e/i40evf: Add WB_ON_ITR offload supportAnjali Singhai Jain1-1/+2
2015-10-07i40e/i40evf: give up the __func__Shannon Nelson1-32/+27
2015-10-03i40evf: don't blow away MAC addressMitch Williams1-0/+2
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg1-2/+2
2015-07-23i40e: clean up error status messagesShannon Nelson1-4/+6
2015-07-23i40evf: support virtual channel API version 1.1Mitch Williams1-2/+5
2015-07-23i40evf: handle big resetsMitch Williams1-3/+27
2015-04-14i40evf: remove aq_pendingMitch Williams1-31/+11
2015-03-27i40evf: delay releasing ringsMitch Williams1-0/+2
2015-01-13i40evf: kick a stalled admin queueMitch A Williams1-0/+3
2015-01-13i40evf: Remove some scary log messagesMitch A Williams1-3/+0
2014-12-06i40evf: make early init sequence even more robustMitch Williams1-11/+5
2014-11-20i40evf: make checkpatch happyMitch Williams1-6/+6
2014-11-20i40e: don't overload fieldsMitch Williams1-6/+5
2014-11-11i40evf: don't use more queues than CPUsMitch Williams1-3/+3
2014-11-11i40evf: make early init processing more robustMitch Williams1-28/+31
2014-06-30i40evf: set flags before sending messageMitch Williams1-17/+16
2014-06-26i40evf: return more useful error informationMitch Williams1-5/+6
2014-06-11i40e/i40evf: User ether_addr_copy instead of memcpyGreg Rose1-2/+2
2014-06-11i40e/i40evf: set headwb Tx context flags and use themAshish Shah1-0/+3
2014-06-08i40evf: clean up log message formattingMitch Williams1-7/+7
2014-06-08i40evf: remove unnecessary log messagesMitch Williams1-24/+11
2014-06-05i40e/i40evf: remove rx_errors and rx_missedShannon Nelson1-2/+1
2014-05-21i40evf: Fix the headers and update copyright year.Jesse Brandeburg1-0/+3
2014-02-21i40evf: request reset on tx hangMitch Williams1-0/+12
2014-02-13i40evf: refactor reset handlingMitch Williams1-5/+10
2013-12-31i40evf: virtual channel interfaceGreg Rose1-0/+772