aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/siena_sriov.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2015-05-21sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah1-2/+4
2015-05-18sfc: nicer log message on Siena SR-IOV probe failEdward Cree1-3/+5
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah1-0/+5
2015-05-09sfc: Move and rename efx_vf struct to siena_vfDaniel Pieczko1-54/+65
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah1-9/+9
2015-04-08sfc: Revert SRIOV changes.David S. Miller1-49/+9
2015-04-08sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah1-0/+5
2015-04-08sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah1-9/+44
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah1-88/+91
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah1-36/+56
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.Sucheta Chakraborty1-1/+2
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree1-7/+6
2013-08-29sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings1-2/+3
2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings1-1/+1
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blockingBen Hutchings1-4/+6
2013-08-21sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()Ben Hutchings1-13/+8
2013-08-21sfc: Use proper macros to declare and access MCDI arraysBen Hutchings1-28/+25
2013-08-21sfc: Introduce and use MCDI_CTL_SDU_LEN_MAX_V1 macro for Siena-specific codeBen Hutchings1-3/+4
2013-08-21sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings1-2/+2
2012-12-01sfc: Remove confusing MMIO functionsBen Hutchings1-1/+1
2012-12-01sfc: Really disable flow control while flushingBen Hutchings1-4/+2
2012-10-02sfc: Fix null function pointer in efx_sriov_channel_typeBen Hutchings1-0/+1
2012-09-19sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES requestBen Hutchings1-0/+7
2012-03-06sfc: Fix calculation of vf_i in map_vi_index()Robert Stonehouse1-1/+1
2012-02-22sfc: Correct validation of peer_page_count in efx_vfdi_set_status_page()Ben Hutchings1-5/+6
2012-02-16sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings1-0/+1642