summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c
AgeCommit message (Expand)Author
2015-07-08sfc: suppress handled MCDI failures when changing the MAC addressDaniel Pieczko
2015-07-08sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko
2015-07-08sfc: refactor code in efx_ef10_set_mac_address()Daniel Pieczko
2015-06-02sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko
2015-06-02sfc: don't update stats on VF when called in atomic contextDaniel Pieczko
2015-06-02sfc: suppress vadaptor stats when EVB is not presentDaniel Pieczko
2015-06-02sfc: suppress ENOENT error messages from MC_CMD_MAC_STATSDaniel Pieczko
2015-06-02sfc: update netdevice statistics to use vadaptor statsDaniel Pieczko
2015-06-02sfc: DMA the VF stats only when requestedDaniel Pieczko
2015-06-02sfc: display vadaptor statistics for all interfacesDaniel Pieczko
2015-06-02sfc: add "port_" prefix to MAC statsDaniel Pieczko
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah
2015-06-02sfc: Add sysfs entry for flags (link control and primary)Shradha Shah
2015-06-02sfc: Add paranthesis correctly on all branches of the if statementShradha Shah
2015-06-02sfc: Add code to export port_num in netdev->dev_portShradha Shah
2015-05-27sfc: add tracing of MCDI commandsEdward Cree
2015-05-21sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah
2015-05-21sfc: add ndo_set_vf_link_state() function for EF10Edward Cree
2015-05-21sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper
2015-05-21sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper
2015-05-21sfc: Enable a VF to get its own MAC addressDaniel Pieczko
2015-05-21sfc: protect filter table against use-after-freeEdward Cree
2015-05-21sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah
2015-05-21sfc: Store vf_index in nic_data for Ef10.Shradha Shah
2015-05-21sfc: MC_CMD_SET_MAC can only be called by the link control FunctionShradha Shah
2015-05-09sfc: Bind the sfc driver to any available VF'sShradha Shah
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper
2015-05-09sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree
2015-05-09sfc: manually allocate and free vadaptorsShradha Shah
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah
2015-05-09sfc: get the PF number and record in nic_dataDaniel Pieczko
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko
2015-05-09sfc: record the PF's vport ID in nic_dataDaniel Pieczko
2015-05-09sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko
2015-05-09sfc: Use MCDI to set FILTER_OP_IN_TX_DOMAINShradha Shah
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah
2014-11-03sfc: don't BUG_ON efx->max_channels == 0 in probeEdward Cree
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree
2014-04-01Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko
2014-03-14sfc: Don't receive packets when the napi budget == 0Eric W. Biederman
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree
2014-02-12sfc: Correct comment about number of TX queues used on EF10Ben Hutchings
2014-01-21sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper
2013-12-16sfc: Fix RX drop filters for EF10Ben Hutchings
2013-12-12sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait}Shradha Shah
2013-12-12sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings