index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
ef10_sriov.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: avoid duplicate error handling code in 'efx_ef10_sriov_set_vf_mac()'
Christophe JAILLET
2019-12-30
1
-3
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
sfc: remove redundant variable old_vlan
Colin Ian King
2018-07-04
1
-2
/
+1
*
net: drivers/net: Convert random_ether_addr to eth_random_addr
Joe Perches
2018-06-23
1
-1
/
+1
*
sfc: remove duplicate up_write on VF filter_sem
Edward Cree
2017-06-20
1
-2
/
+0
*
sfc: do not device_attach if a reset is pending
Peter Dunning
2017-02-17
1
-2
/
+2
*
sfc: Replace memset with eth_zero_addr
Shyam Saini
2017-01-16
1
-1
/
+2
*
sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOV
Bert Kenward
2017-01-10
1
-14
/
+0
*
sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flag
Andrew Rybchenko
2016-06-15
1
-5
/
+32
*
sfc: Take mac_lock before calling efx_ef10_filter_table_probe
Martin Habets
2016-06-15
1
-2
/
+5
*
sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling...
Shradha Shah
2015-07-08
1
-6
/
+11
*
sfc: add legacy method for changing a PF's MAC address
Daniel Pieczko
2015-07-08
1
-42
/
+0
*
sfc: leak vports if a VF is assigned during PF unload
Daniel Pieczko
2015-06-02
1
-11
/
+24
*
sfc: force removal of VF and vport on driver removal
Daniel Pieczko
2015-06-02
1
-0
/
+9
*
sfc: do not allow VFs to be destroyed if assigned to guests
Daniel Pieczko
2015-06-02
1
-0
/
+9
*
sfc: Implement ndo_gets_phys_port_id() for EF10 VFs
Shradha Shah
2015-06-02
1
-0
/
+14
*
sfc: Implement dummy disable of VF spoof check for EF10
Shradha Shah
2015-05-21
1
-0
/
+6
*
sfc: add ndo_set_vf_link_state() function for EF10
Edward Cree
2015-05-21
1
-0
/
+40
*
sfc: add ndo_set_vf_vlan() function for EF10
Shradha Shah
2015-05-21
1
-7
/
+152
*
sfc: Add ndo_get_vf_config() function for EF10
Shradha Shah
2015-05-21
1
-0
/
+24
*
sfc: add ndo_set_vf_mac() function for EF10
Shradha Shah
2015-05-21
1
-0
/
+90
*
sfc: Store the efx_nic struct of the current VF in the VF data struct
Shradha Shah
2015-05-21
1
-0
/
+3
*
sfc: manually allocate and free vadaptors
Shradha Shah
2015-05-09
1
-7
/
+64
*
sfc: create vports for VFs and assign random MAC addresses
Shradha Shah
2015-05-09
1
-37
/
+225
*
sfc: Prepare to bind the sfc driver to the VF.
Shradha Shah
2015-05-09
1
-0
/
+17
*
sfc: create VEB vswitch and vport above default firmware setup
Daniel Pieczko
2015-05-09
1
-0
/
+121
*
sfc: Enable VF's via a write to the sysfs file sriov_numvfs
Shradha Shah
2015-05-09
1
-0
/
+47