aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-12i40e: don't add zero MAC filterMitch Williams1-6/+9
2015-12-12i40e: 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-01i40e: remove unused argumentJesse Brandeburg1-4/+4
2015-12-01i40e: 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-19i40e: Lock for VSI's MAC filter listKiran Patil1-1/+25
2015-10-16i40e: reset the invalid msg counter in vf when a valid msg is receivedJingjing Wu1-0/+2
2015-10-15i40e/i40evf: Add WB_ON_ITR offload supportAnjali Singhai Jain1-0/+4
2015-10-13i40e: don't panic on VSI allocation failureMitch Williams1-5/+6
2015-10-13i40e: remove redundant callMitch Williams1-2/+0
2015-10-08i40e/i40evf: pass QOS handle to VFMitch Williams1-2/+4
2015-10-08i40e/i40evf: clean up some codeJesse Brandeburg1-5/+8
2015-10-08i40e: add more verbose error messagesMitch Williams1-1/+3
2015-10-07i40e: stop VF ringsMitch Williams1-0/+5
2015-09-30i40e: use QOS field consistentlyMitch Williams1-5/+4
2015-09-28i40e: Fix for recursive RTNL lock during PROMISC changeAnjali Singhai1-4/+4
2015-08-26i40e/i40evf: add VIRTCHNL_VF_OFFLOAD flagAnjali Singhai Jain1-0/+12
2015-08-26i40e: Remove redundant and unneeded messagesGreg Rose1-2/+0
2015-08-26i40e: don't degrade __le16Mitch Williams1-2/+3
2015-08-05i40e/i40evf: RSS changes for X722Anjali Singhai Jain1-3/+8
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg1-10/+8
2015-07-23i40e: provide correct API version to older VF driversMitch Williams1-0/+3
2015-07-23i40e: support virtual channel API 1.1Mitch Williams1-6/+19
2015-07-14i40e: un-disable VF after resetMitch Williams1-0/+1
2015-07-14i40e: do a proper reset when disabling a VFMitch Williams1-7/+2
2015-07-14i40e: correctly program filters for VFsMitch Williams1-3/+6
2015-07-14i40e: ignore duplicate port VLAN requestsMitch Williams1-0/+4
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2015-06-04i40e: start up in VEPA mode by defaultAnjali Singhai Jain1-1/+9
2015-05-28i40e: Disable offline diagnostics if VFs are enabledGreg Rose1-0/+7
2015-04-14i40e: For VF reset (VFR and VFLR) add some more delayAnjali Singhai Jain1-0/+3
2015-04-14i40e: move VF notification routines upMitch Williams1-123/+123
2015-04-14i40e: notify VFs of link stateMitch Williams1-19/+31
2015-04-14i40e: stop VF ringsMitch Williams1-0/+5
2015-04-03i40e: Communicate VSI id in place of VSI index to the VFsAnjali Singhai Jain1-52/+58
2015-04-03i40e: warn at the right timeMitch Williams1-3/+2
2015-04-03i40e: validate VSI param from VFsMitch Williams1-0/+2
2015-03-09i40e: Fix inconsistent use of PF/VF vs pf/vfJeff Kirsher1-111/+111
2015-03-07i40e: Move code to enable/disable Loopback to the main fileAkeem G Abodunrin1-68/+0
2015-03-05i40e: don't spam the system logMitch A Williams1-3/+0
2015-03-03i40e: don't disable PF LB when disabling VFsMitch Williams1-1/+0
2015-02-24i40e: Add support for getlink, setlink ndo opsNeerav Parikh1-3/+2
2015-02-23i40e: Fix i40e_ndo_set_vf_spoofchkGreg Rose1-1/+2
2015-02-08i40e: add locking around VF resetMitch Williams1-6/+7
2015-02-08i40e: delay after VF resetMitch Williams1-6/+6
2015-01-13i40e: disable IOV before freeing resourcesMitch A Williams1-2/+9
2014-12-06i40e: Add new update VSI flow to accommodate FW fix with VSI Loopback modeAnjali Singhai Jain1-3/+1