summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
AgeCommit message (Expand)Author
2014-06-11i40e/i40evf: User ether_addr_copy instead of memcpyGreg Rose
2014-06-11i40e/i40evf: set headwb Tx context flags and use themAshish Shah
2014-06-09i40e: Delete stale MAC filters after changeGreg Rose
2014-06-08i40e: implement anti-spoofing for VFsMitch Williams
2014-05-29i40evf: tweak Tx rate params and de-magic-ifyMitch Williams
2014-05-29i40evf: don't round Tx rate down to 0Mitch Williams
2014-05-29i40e: enable descriptor prefetch for VFsMitch Williams
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty
2014-05-21i40e: Don't disable SR-IOV when VFs are assignedMitch Williams
2014-04-28i40e: Use port VLAN in MAC/VLAN filter configurationGreg Rose
2014-04-28i40e: Retain MAC filters when changing port VLANGreg Rose
2014-04-23i40e: report VF link state correctlyMitch Williams
2014-04-21i40e: Enable VF Tx bandwidth settingMitch Williams
2014-04-21i40e: Reset the VF upon conflicting VLAN configurationGreg Rose
2014-03-19i40e: potential array underflow in i40e_vc_process_vf_msg()Dan Carpenter
2014-03-19i40e/i40evf: enable hardware feature head write backJesse Brandeburg
2014-03-19i40e: support VF link state ndoMitch Williams
2014-03-14i40e/i40evf: Use correct number of VF vectorsMitch Williams
2014-03-06i40e: Prevent overflow due to kzallocAkeem G Abodunrin
2014-02-21i40e: remove unnecessary delayMitch Williams
2014-02-13i40e: don't handle VF reset on unloadMitch Williams
2014-02-13i40e: enable extant VFsMitch Williams
2014-02-13i40e: set VF state to active when reset is completeMitch Williams
2014-02-13i40e: remove dead codeMitch Williams
2014-01-17i40e: Fix device ID define names to align to standardShannon Nelson
2014-01-15i40e: Retain MAC filters on port VLAN deletionGreg Rose
2014-01-15i40e: Warn admin to reload VF driver on port VLAN configurationGreg Rose
2014-01-14i40e: make message meaningfulMitch Williams
2014-01-14i40e: remove extra register writeMitch Williams
2014-01-10i40e: allow VF to remove any MAC filterMitch Williams
2014-01-09i40e: trivial: formatting and checkpatch fixesMitch Williams
2014-01-09i40e: Fix GPL headerGreg Rose
2014-01-07i40e: Enable/Disable PF switch LB on SR-IOV configure changesGreg Rose
2014-01-07i40e: Allow VF to set already assigned MAC addressGreg Rose
2014-01-07i40e: Do not enable broadcast promiscuous by defaultGreg Rose
2014-01-06i40e: Fix VF driver MAC address configurationGreg Rose
2014-01-06i40e: support VFs on PFs other than 0Mitch Williams
2014-01-06i40e: acknowledge VFLR when disabling SR-IOVMitch Williams
2014-01-06i40e: use struct assign instead of memcpyMitch Williams
2014-01-06i40e: avoid unnecessary register readMitch Williams
2014-01-05i40e: Fix SR-IOV VF port VLANGreg Rose
2014-01-04i40e: use functions to enable and disable icr 0Mitch Williams
2014-01-04i40e: guard against vf message racesMitch Williams
2014-01-03i40e: report VF MAC addresses correctlyMitch Williams
2014-01-03i40e: be more informativeMitch Williams
2014-01-03i40e: fix error returnMitch Williams
2014-01-03i40e: remove redundant codeMitch Williams
2014-01-03i40e: refactor VF reset flowMitch Williams
2014-01-03i40e: move i40e_reset_vfMitch Williams
2014-01-03i40e: using for_each_set_bit to simplify the codeWei Yongjun