summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10_sriov.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: do not device_attach if a reset is pendingPeter Dunning2017-02-171-2/+2
* sfc: Replace memset with eth_zero_addrShyam Saini2017-01-161-1/+2
* sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward2017-01-101-14/+0
* sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko2016-06-151-5/+32
* sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets2016-06-151-2/+5
* sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling...Shradha Shah2015-07-081-6/+11
* sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko2015-07-081-42/+0
* sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko2015-06-021-11/+24
* sfc: force removal of VF and vport on driver removalDaniel Pieczko2015-06-021-0/+9
* sfc: do not allow VFs to be destroyed if assigned to guestsDaniel Pieczko2015-06-021-0/+9
* sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah2015-06-021-0/+14
* sfc: Implement dummy disable of VF spoof check for EF10Shradha Shah2015-05-211-0/+6
* sfc: add ndo_set_vf_link_state() function for EF10Edward Cree2015-05-211-0/+40
* sfc: add ndo_set_vf_vlan() function for EF10Shradha Shah2015-05-211-7/+152
* sfc: Add ndo_get_vf_config() function for EF10Shradha Shah2015-05-211-0/+24
* sfc: add ndo_set_vf_mac() function for EF10Shradha Shah2015-05-211-0/+90
* sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah2015-05-211-0/+3
* sfc: manually allocate and free vadaptorsShradha Shah2015-05-091-7/+64
* sfc: create vports for VFs and assign random MAC addressesShradha Shah2015-05-091-37/+225
* sfc: Prepare to bind the sfc driver to the VF.Shradha Shah2015-05-091-0/+17
* sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko2015-05-091-0/+121
* sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah2015-05-091-0/+47