aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10_sriov.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-07-04sfc: remove redundant variable old_vlanColin Ian King1-2/+1
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2017-06-20sfc: remove duplicate up_write on VF filter_semEdward Cree1-2/+0
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning1-2/+2
2017-01-16sfc: Replace memset with eth_zero_addrShyam Saini1-1/+2
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward1-14/+0
2016-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko1-5/+32
2016-06-15sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets1-2/+5
2015-07-08sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling efx_net_open()Shradha Shah1-6/+11
2015-07-08sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko1-42/+0
2015-06-02sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko1-11/+24
2015-06-02sfc: force removal of VF and vport on driver removalDaniel Pieczko1-0/+9
2015-06-02sfc: do not allow VFs to be destroyed if assigned to guestsDaniel Pieczko1-0/+9
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah1-0/+14
2015-05-21sfc: Implement dummy disable of VF spoof check for EF10Shradha Shah1-0/+6
2015-05-21sfc: add ndo_set_vf_link_state() function for EF10Edward Cree1-0/+40
2015-05-21sfc: add ndo_set_vf_vlan() function for EF10Shradha Shah1-7/+152
2015-05-21sfc: Add ndo_get_vf_config() function for EF10Shradha Shah1-0/+24
2015-05-21sfc: add ndo_set_vf_mac() function for EF10Shradha Shah1-0/+90
2015-05-21sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah1-0/+3
2015-05-09sfc: manually allocate and free vadaptorsShradha Shah1-7/+64
2015-05-09sfc: create vports for VFs and assign random MAC addressesShradha Shah1-37/+225
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah1-0/+17
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko1-0/+121
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah1-0/+47