summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ef10.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-22sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper1-13/+15
2015-05-22sfc: Enable a VF to get its own MAC addressDaniel Pieczko1-2/+33
2015-05-22sfc: protect filter table against use-after-freeEdward Cree1-0/+19
2015-05-22sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah1-0/+32
2015-05-22sfc: Store vf_index in nic_data for Ef10.Shradha Shah1-17/+51
2015-05-22sfc: MC_CMD_SET_MAC can only be called by the link control FunctionShradha Shah1-1/+8
2015-05-09sfc: Bind the sfc driver to any available VF'sShradha Shah1-0/+2
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper1-22/+135
2015-05-09sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree1-2/+14
2015-05-09sfc: manually allocate and free vadaptorsShradha Shah1-6/+6
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah1-3/+138
2015-05-09sfc: get the PF number and record in nic_dataDaniel Pieczko1-0/+22
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko1-0/+7
2015-05-09sfc: record the PF's vport ID in nic_dataDaniel Pieczko1-4/+9
2015-05-09sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko1-0/+7
2015-05-09sfc: Use MCDI to set FILTER_OP_IN_TX_DOMAINShradha Shah1-0/+1
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah1-0/+1
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah1-0/+8
2014-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah1-0/+5
2014-11-03sfc: don't BUG_ON efx->max_channels == 0 in probeEdward Cree1-1/+2
2014-07-16sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree1-3/+11
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree1-1/+11
2014-04-02Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko1-0/+7
2014-03-15sfc: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree1-8/+5
2014-02-13sfc: Correct comment about number of TX queues used on EF10Ben Hutchings1-2/+2
2014-01-22sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper1-5/+26
2013-12-16sfc: Fix RX drop filters for EF10Ben Hutchings1-1/+3
2013-12-13sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait}Shradha Shah1-4/+4
2013-12-13sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings1-7/+23
2013-12-13sfc: Allow filter removal only with exactly matching priorityBen Hutchings1-1/+1
2013-12-13sfc: Don't refer to 'stack' in filter implementationBen Hutchings1-52/+52
2013-12-13sfc: Change priority and flags for automatic MAC filtersBen Hutchings1-31/+42
2013-12-13sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko1-5/+5
2013-12-13sfc: Add more information to many warnings using WARN() and netdev_WARN()Ben Hutchings1-10/+20
2013-12-13sfc: Enable PTP clock and timestamping for all functions on EF10Ben Hutchings1-1/+4
2013-12-13sfc: Add RX packet timestamping for EF10Jon Cooper1-2/+121
2013-12-13sfc: Return EBUSY for filter insertion on EF10, matching Falcon/SienaBen Hutchings1-0/+2
2013-12-13sfc: Expose NVRAM_PARTITION_TYPE_LICENSE on EF10Ben Hutchings1-0/+1
2013-12-13sfc: Log all unexpected MCDI errorsEdward Cree1-22/+17
2013-12-13sfc: Correct RX dropped count for drops while interface is downJon Cooper1-0/+2
2013-12-13sfc: Make initial fill of RX descriptors synchronousJon Cooper1-1/+1
2013-12-13sfc: Tighten the check for RX merged completion eventsBen Hutchings1-4/+9
2013-12-13sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper1-1/+83
2013-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+65
2013-10-05sfc: Add PM and RXDP drop counters to ethtool statsEdward Cree1-0/+35
2013-10-05sfc: Refactor EF10 stat mask code to allow for more conditional statsEdward Cree1-21/+28
2013-10-05sfc: Add rmb() between reading stats and generation count to ensure consistencyJon Cooper1-0/+1
2013-09-20sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings1-3/+314