index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
ef10_sriov.c
Age
Commit message (
Expand
)
Author
2022-07-29
sfc: move table locking into filter_table_{probe,remove} methods
Edward Cree
2022-07-13
sfc: fix use after free when disabling sriov
Íñigo Huguet
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-06-22
sfc: avoid duplicated code in ef10_sriov
Íñigo Huguet
2021-06-22
sfc: explain that "attached" VFs only refer to Xen
Íñigo Huguet
2021-06-22
sfc: error code if SRIOV cannot be disabled
Íñigo Huguet
2021-06-22
sfc: avoid double pci_remove of VFs
Íñigo Huguet
2020-05-11
sfc: move vport_id to struct efx_nic
Edward Cree
2020-03-14
sfc: support configuring vf spoofchk on EF10 VFs
Edward Cree
2019-12-30
sfc: avoid duplicate error handling code in 'efx_ef10_sriov_set_vf_mac()'
Christophe JAILLET
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-07-04
sfc: remove redundant variable old_vlan
Colin Ian King
2018-06-23
net: drivers/net: Convert random_ether_addr to eth_random_addr
Joe Perches
2017-06-20
sfc: remove duplicate up_write on VF filter_sem
Edward Cree
2017-02-17
sfc: do not device_attach if a reset is pending
Peter Dunning
2017-01-16
sfc: Replace memset with eth_zero_addr
Shyam Saini
2017-01-10
sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOV
Bert Kenward
2016-06-15
sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flag
Andrew Rybchenko
2016-06-15
sfc: Take mac_lock before calling efx_ef10_filter_table_probe
Martin Habets
2015-07-08
sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling...
Shradha Shah
2015-07-08
sfc: add legacy method for changing a PF's MAC address
Daniel Pieczko
2015-06-02
sfc: leak vports if a VF is assigned during PF unload
Daniel Pieczko
2015-06-02
sfc: force removal of VF and vport on driver removal
Daniel Pieczko
2015-06-02
sfc: do not allow VFs to be destroyed if assigned to guests
Daniel Pieczko
2015-06-02
sfc: Implement ndo_gets_phys_port_id() for EF10 VFs
Shradha Shah
2015-05-21
sfc: Implement dummy disable of VF spoof check for EF10
Shradha Shah
2015-05-21
sfc: add ndo_set_vf_link_state() function for EF10
Edward Cree
2015-05-21
sfc: add ndo_set_vf_vlan() function for EF10
Shradha Shah
2015-05-21
sfc: Add ndo_get_vf_config() function for EF10
Shradha Shah
2015-05-21
sfc: add ndo_set_vf_mac() function for EF10
Shradha Shah
2015-05-21
sfc: Store the efx_nic struct of the current VF in the VF data struct
Shradha Shah
2015-05-09
sfc: manually allocate and free vadaptors
Shradha Shah
2015-05-09
sfc: create vports for VFs and assign random MAC addresses
Shradha Shah
2015-05-09
sfc: Prepare to bind the sfc driver to the VF.
Shradha Shah
2015-05-09
sfc: create VEB vswitch and vport above default firmware setup
Daniel Pieczko
2015-05-09
sfc: Enable VF's via a write to the sysfs file sriov_numvfs
Shradha Shah