aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-06i40e: Prevent overflow due to kzallocAkeem G Abodunrin1-1/+1
2014-02-21i40e: remove unnecessary delayMitch Williams1-1/+0
2014-02-13i40e: don't handle VF reset on unloadMitch Williams1-1/+2
2014-02-13i40e: enable extant VFsMitch Williams1-8/+10
2014-02-13i40e: set VF state to active when reset is completeMitch Williams1-0/+1
2014-02-13i40e: remove dead codeMitch Williams1-9/+1
2014-01-17i40e: Fix device ID define names to align to standardShannon Nelson1-2/+2
2014-01-15i40e: Retain MAC filters on port VLAN deletionGreg Rose1-0/+13
2014-01-15i40e: Warn admin to reload VF driver on port VLAN configurationGreg Rose1-0/+5
2014-01-14i40e: make message meaningfulMitch Williams1-2/+2
2014-01-14i40e: remove extra register writeMitch Williams1-1/+1
2014-01-10i40e: allow VF to remove any MAC filterMitch Williams1-2/+6
2014-01-09i40e: trivial: formatting and checkpatch fixesMitch Williams1-1/+2
2014-01-09i40e: Fix GPL headerGreg Rose1-4/+3
2014-01-07i40e: Enable/Disable PF switch LB on SR-IOV configure changesGreg Rose1-2/+74
2014-01-07i40e: Allow VF to set already assigned MAC addressGreg Rose1-1/+4
2014-01-07i40e: Do not enable broadcast promiscuous by defaultGreg Rose1-10/+9
2014-01-06i40e: Fix VF driver MAC address configurationGreg Rose1-13/+47
2014-01-06i40e: support VFs on PFs other than 0Mitch Williams1-8/+10
2014-01-06i40e: acknowledge VFLR when disabling SR-IOVMitch Williams1-2/+13
2014-01-06i40e: use struct assign instead of memcpyMitch Williams1-1/+1
2014-01-06i40e: avoid unnecessary register readMitch Williams1-2/+1
2014-01-05i40e: Fix SR-IOV VF port VLANGreg Rose1-2/+14
2014-01-04i40e: use functions to enable and disable icr 0Mitch Williams1-15/+6
2014-01-04i40e: guard against vf message racesMitch Williams1-5/+18
2014-01-03i40e: report VF MAC addresses correctlyMitch Williams1-6/+1
2014-01-03i40e: be more informativeMitch Williams1-1/+2
2014-01-03i40e: fix error returnMitch Williams1-1/+1
2014-01-03i40e: remove redundant codeMitch Williams1-219/+4
2014-01-03i40e: refactor VF reset flowMitch Williams1-106/+96
2014-01-03i40e: move i40e_reset_vfMitch Williams1-128/+128
2014-01-03i40e: using for_each_set_bit to simplify the codeWei Yongjun1-52/+12
2013-12-16i40e: Remove FCoE in i40e_virtchnl_pf.c codeNeerav Parikh1-27/+2
2013-12-05i40e: fix debugging messagesMitch Williams1-2/+2
2013-12-05i40e: properly add VF MAC addressesMitch Williams1-1/+1
2013-12-05i40e: allow one more vector for VFsMitch Williams1-1/+1
2013-10-22i40e: use pf_id for pf function id in qtx_ctlShannon Nelson1-1/+1
2013-10-22i40e: assign correct vector to VFMitch Williams1-1/+1
2013-09-11i40e: implement virtual device interfaceJesse Brandeburg1-0/+2335