aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10_sriov.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward1-3/+0
2016-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko1-0/+3
2015-07-08sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko1-0/+6
2015-06-02sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko1-0/+2
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah1-0/+3
2015-05-21sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah1-4/+0
2015-05-21sfc: Implement dummy disable of VF spoof check for EF10Shradha Shah1-5/+2
2015-05-21sfc: add ndo_set_vf_link_state() function for EF10Edward Cree1-0/+3
2015-05-21sfc: add ndo_set_vf_vlan() function for EF10Shradha Shah1-5/+5
2015-05-21sfc: Add ndo_get_vf_config() function for EF10Shradha Shah1-5/+2
2015-05-21sfc: add ndo_set_vf_mac() function for EF10Shradha Shah1-5/+1
2015-05-21sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah1-0/+2
2015-05-21sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah1-1/+4
2015-05-09sfc: manually allocate and free vadaptorsShradha Shah1-3/+6
2015-05-09sfc: create vports for VFs and assign random MAC addressesShradha Shah1-0/+12
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah1-7/+2
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko1-0/+4
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah1-0/+2
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah1-0/+54