summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-3/+12
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-2/+9
2016-09-23i40e: Fix to check for NULLCarolyn Wyborny1-1/+10
2016-09-23i40e: return correct opcode to VFMitch Williams1-2/+2
2016-08-18i40e: Expose 'trust' flag to userspace via ndo_get_vf_config.Sridhar Samudrala1-0/+1
2016-08-18i40e: fix memory leakMitch Williams1-0/+1
2016-08-18i40e: Don't notify client of VF reset during VF creationAvinash Dayanand1-2/+5
2016-08-18i40e/i40evf: Reset VLAN filter count when resettingCatherine Sullivan1-0/+1
2016-06-28i40e: write HENA for VFsMitch Williams1-0/+6
2016-05-14i40e: don't add broadcast filter for VFsMitch Williams1-8/+0
2016-05-14i40e: lie to the VFMitch Williams1-3/+7
2016-05-14i40e: Add vf-true-promisc-support priv flagAnjali Singhai Jain1-1/+2
2016-05-06i40e: fix misleading indentationArnd Bergmann1-1/+2
2016-05-06i40evf: Drop packet split receive routineJesse Brandeburg1-1/+1
2016-05-02i40e: Use consistent type for vf_idJesse Brandeburg1-6/+7
2016-05-02i40e: Fix uninitialized variableCatherine Sullivan1-5/+1
2016-05-02i40e: Limit the number of MAC and VLAN addresses that can be added for VFsAnjali Singhai Jain1-2/+23
2016-05-02i40e: Change the default for VFs to be not privilegedAnjali Singhai Jain1-10/+10
2016-04-27i40evf: Add driver support for promiscuous modeAnjali Singhai Jain1-7/+7
2016-04-27i40e: Add VF promiscuous mode driver supportAnjali Singhai Jain1-6/+147
2016-04-26i40e: Add support for configuring VF RSSMitch Williams1-5/+188
2016-04-07i40e: Restrict VF poll mode to only single function mode devicesShannon Nelson1-1/+9
2016-04-07i40e: Patch to support trusted VFAnjali Singhai Jain1-0/+42
2016-04-07i40e: Move HW flushAkeem G Abodunrin1-0/+1
2016-04-06i40e: Lower some message levelsMitch Williams1-5/+5
2016-04-06i40e: Make VF resets more reliableMitch Williams1-8/+6
2016-04-06i40e: Remove unused variableMitch Williams1-7/+6
2016-04-05i40e: Change comment to reflect correct function nameMitch Williams1-1/+1
2016-04-05i40e: Added code to prevent double resetsMitch Williams1-4/+7
2016-03-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-5/+242
2016-03-01i40e: Add support for client interface for IWARP driverAnjali Singhai Jain1-5/+242
2016-02-19i40e: let go of the pastMitch Williams1-0/+2
2016-02-19i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.Shannon Nelson1-3/+4
2016-02-18i40e: expand commentMitch Williams1-1/+5
2016-02-18i40e: get rid of magic numberMitch Williams1-1/+1
2016-02-18i40e/i40evf: don't lose interruptsJesse Brandeburg1-2/+2
2016-02-17i40e: add 20G speed for Tx bandwidth calculationsMitch Williams1-0/+3
2016-02-04i40evf: add new write-back modeAnjali Singhai Jain1-0/+6
2016-02-04i40e/i40evf: Fix for UDP/TCP RSS for X722Anjali Singhai Jain1-0/+6
2016-01-08i40e: allow zero MAC address for VFsMitch Williams1-5/+6
2016-01-08i40e: change log messages and error returnsMitch Williams1-9/+18
2015-12-13i40e: don't add zero MAC filterMitch Williams1-6/+9
2015-12-13i40e: properly delete VF MAC filtersMitch Williams1-2/+6
2015-12-03i40e: fix whitespaceMitch Williams1-2/+2
2015-12-03i40e: propagate properlyMitch Williams1-6/+8
2015-12-02i40e: remove unused argumentJesse Brandeburg1-4/+4
2015-12-02i40e: make error message more usefulMitch Williams1-2/+2
2015-11-25i40e/i40evf: clean up error messagesMitch Williams1-9/+12
2015-10-23i40e: Disable VEB bridge mode with SR-IOV failureAkeem G Abodunrin1-0/+1
2015-10-20i40e: Lock for VSI's MAC filter listKiran Patil1-1/+25