Age | Commit message (Expand) | Author | Files | Lines |
2021-06-22 | sfc: avoid duplicated code in ef10_sriov | Íñigo Huguet | 1 | -3/+1 |
2021-06-22 | sfc: explain that "attached" VFs only refer to Xen | Íñigo Huguet | 1 | -3/+4 |
2021-06-22 | sfc: error code if SRIOV cannot be disabled | Íñigo Huguet | 1 | -4/+11 |
2021-06-22 | sfc: avoid double pci_remove of VFs | Íñigo Huguet | 1 | -9/+1 |
2020-05-11 | sfc: move vport_id to struct efx_nic | Edward Cree | 1 | -14/+13 |
2020-03-15 | sfc: support configuring vf spoofchk on EF10 VFs | Edward Cree | 1 | -3/+63 |
2019-12-31 | sfc: avoid duplicate error handling code in 'efx_ef10_sriov_set_vf_mac()' | Christophe JAILLET | 1 | -3/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2018-07-04 | sfc: remove redundant variable old_vlan | Colin Ian King | 1 | -2/+1 |
2018-06-23 | net: drivers/net: Convert random_ether_addr to eth_random_addr | Joe Perches | 1 | -1/+1 |
2017-06-20 | sfc: remove duplicate up_write on VF filter_sem | Edward Cree | 1 | -2/+0 |
2017-02-17 | sfc: do not device_attach if a reset is pending | Peter Dunning | 1 | -2/+2 |
2017-01-16 | sfc: Replace memset with eth_zero_addr | Shyam Saini | 1 | -1/+2 |
2017-01-10 | sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOV | Bert Kenward | 1 | -14/+0 |
2016-06-16 | sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flag | Andrew Rybchenko | 1 | -5/+32 |
2016-06-16 | sfc: Take mac_lock before calling efx_ef10_filter_table_probe | Martin Habets | 1 | -2/+5 |
2015-07-09 | sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling... | Shradha Shah | 1 | -6/+11 |
2015-07-09 | sfc: add legacy method for changing a PF's MAC address | Daniel Pieczko | 1 | -42/+0 |
2015-06-02 | sfc: leak vports if a VF is assigned during PF unload | Daniel Pieczko | 1 | -11/+24 |
2015-06-02 | sfc: force removal of VF and vport on driver removal | Daniel Pieczko | 1 | -0/+9 |
2015-06-02 | sfc: do not allow VFs to be destroyed if assigned to guests | Daniel Pieczko | 1 | -0/+9 |
2015-06-02 | sfc: Implement ndo_gets_phys_port_id() for EF10 VFs | Shradha Shah | 1 | -0/+14 |
2015-05-22 | sfc: Implement dummy disable of VF spoof check for EF10 | Shradha Shah | 1 | -0/+6 |
2015-05-22 | sfc: add ndo_set_vf_link_state() function for EF10 | Edward Cree | 1 | -0/+40 |
2015-05-22 | sfc: add ndo_set_vf_vlan() function for EF10 | Shradha Shah | 1 | -7/+152 |
2015-05-22 | sfc: Add ndo_get_vf_config() function for EF10 | Shradha Shah | 1 | -0/+24 |
2015-05-22 | sfc: add ndo_set_vf_mac() function for EF10 | Shradha Shah | 1 | -0/+90 |
2015-05-22 | sfc: Store the efx_nic struct of the current VF in the VF data struct | Shradha Shah | 1 | -0/+3 |
2015-05-09 | sfc: manually allocate and free vadaptors | Shradha Shah | 1 | -7/+64 |
2015-05-09 | sfc: create vports for VFs and assign random MAC addresses | Shradha Shah | 1 | -37/+225 |
2015-05-09 | sfc: Prepare to bind the sfc driver to the VF. | Shradha Shah | 1 | -0/+17 |
2015-05-09 | sfc: create VEB vswitch and vport above default firmware setup | Daniel Pieczko | 1 | -0/+121 |
2015-05-09 | sfc: Enable VF's via a write to the sysfs file sriov_numvfs | Shradha Shah | 1 | -0/+47 |