summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ef10_sriov.c
AgeCommit message (Expand)Author
2022-07-29sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree
2022-07-13sfc: fix use after free when disabling sriovÍñigo Huguet
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-06-22sfc: avoid duplicated code in ef10_sriovÍñigo Huguet
2021-06-22sfc: explain that "attached" VFs only refer to XenÍñigo Huguet
2021-06-22sfc: error code if SRIOV cannot be disabledÍñigo Huguet
2021-06-22sfc: avoid double pci_remove of VFsÍñigo Huguet
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree
2020-03-14sfc: support configuring vf spoofchk on EF10 VFsEdward Cree
2019-12-30sfc: avoid duplicate error handling code in 'efx_ef10_sriov_set_vf_mac()'Christophe JAILLET
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-07-04sfc: remove redundant variable old_vlanColin Ian King
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2017-06-20sfc: remove duplicate up_write on VF filter_semEdward Cree
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning
2017-01-16sfc: Replace memset with eth_zero_addrShyam Saini
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward
2016-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko
2016-06-15sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets
2015-07-08sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling...Shradha Shah
2015-07-08sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko
2015-06-02sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko
2015-06-02sfc: force removal of VF and vport on driver removalDaniel Pieczko
2015-06-02sfc: do not allow VFs to be destroyed if assigned to guestsDaniel Pieczko
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah
2015-05-21sfc: Implement dummy disable of VF spoof check for EF10Shradha Shah
2015-05-21sfc: add ndo_set_vf_link_state() function for EF10Edward Cree
2015-05-21sfc: add ndo_set_vf_vlan() function for EF10Shradha Shah
2015-05-21sfc: Add ndo_get_vf_config() function for EF10Shradha Shah
2015-05-21sfc: add ndo_set_vf_mac() function for EF10Shradha Shah
2015-05-21sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah
2015-05-09sfc: manually allocate and free vadaptorsShradha Shah
2015-05-09sfc: create vports for VFs and assign random MAC addressesShradha Shah
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah