summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah2015-08-281-10/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-281-1/+26
|\
| * sfc: only use vadaptor stats if firmware is capableBert Kenward2015-08-271-1/+26
* | sfc: MC allocations must be restored following an entity resetDaniel Pieczko2015-08-011-4/+12
* | sfc: allow ethtool selftest and MC reboot to complete on an unprivileged func...Daniel Pieczko2015-08-011-0/+8
* | sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_modeEdward Cree2015-07-221-80/+208
* | sfc: support cascaded multicast filtersDaniel Pieczko2015-07-221-14/+42
* | sfc: re-factor efx_ef10_filter_sync_rx_mode()Daniel Pieczko2015-07-221-91/+126
* | sfc: Insert multicast filters as well as mismatch filters in promiscuous modeJon Cooper2015-07-221-51/+53
* | sfc: warn if other functions have been reset by MCFWDaniel Pieczko2015-07-221-3/+14
* | sfc: add output flag decoding to efx_mcdi_set_workaroundDaniel Pieczko2015-07-221-3/+4
* | sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree2015-07-221-13/+20
* | sfc: enable cascaded multicast filters in MCFWDaniel Pieczko2015-07-221-18/+45
|/
* sfc: suppress handled MCDI failures when changing the MAC addressDaniel Pieczko2015-07-091-2/+5
* sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko2015-07-091-0/+120
* sfc: refactor code in efx_ef10_set_mac_address()Daniel Pieczko2015-07-091-25/+20Star
* sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko2015-06-021-0/+20
* sfc: don't update stats on VF when called in atomic contextDaniel Pieczko2015-06-021-2/+14
* sfc: suppress vadaptor stats when EVB is not presentDaniel Pieczko2015-06-021-3/+9
* sfc: suppress ENOENT error messages from MC_CMD_MAC_STATSDaniel Pieczko2015-06-021-3/+8
* sfc: update netdevice statistics to use vadaptor statsDaniel Pieczko2015-06-021-19/+22
* sfc: DMA the VF stats only when requestedDaniel Pieczko2015-06-021-40/+109
* sfc: display vadaptor statistics for all interfacesDaniel Pieczko2015-06-021-4/+35
* sfc: add "port_" prefix to MAC statsDaniel Pieczko2015-06-021-124/+127
* sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah2015-06-021-0/+11
* sfc: Add sysfs entry for flags (link control and primary)Shradha Shah2015-06-021-7/+51
* sfc: Add paranthesis correctly on all branches of the if statementShradha Shah2015-06-021-4/+4
* sfc: Add code to export port_num in netdev->dev_portShradha Shah2015-06-021-0/+2
* sfc: add tracing of MCDI commandsEdward Cree2015-05-271-0/+3
* sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah2015-05-221-1/+74
* sfc: add ndo_set_vf_link_state() function for EF10Edward Cree2015-05-221-0/+1
* sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper2015-05-221-2/+10
* sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper2015-05-221-13/+15
* sfc: Enable a VF to get its own MAC addressDaniel Pieczko2015-05-221-2/+33
* sfc: protect filter table against use-after-freeEdward Cree2015-05-221-0/+19
* sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah2015-05-221-0/+32
* sfc: Store vf_index in nic_data for Ef10.Shradha Shah2015-05-221-17/+51
* sfc: MC_CMD_SET_MAC can only be called by the link control FunctionShradha Shah2015-05-221-1/+8
* sfc: Bind the sfc driver to any available VF'sShradha Shah2015-05-091-0/+2
* sfc: Add use of shared RSS contexts.Jon Cooper2015-05-091-22/+135
* sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree2015-05-091-2/+14
* sfc: manually allocate and free vadaptorsShradha Shah2015-05-091-6/+6
* sfc: Prepare to bind the sfc driver to the VF.Shradha Shah2015-05-091-3/+138
* sfc: get the PF number and record in nic_dataDaniel Pieczko2015-05-091-0/+22
* sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko2015-05-091-0/+7
* sfc: record the PF's vport ID in nic_dataDaniel Pieczko2015-05-091-4/+9
* sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko2015-05-091-0/+7
* sfc: Use MCDI to set FILTER_OP_IN_TX_DOMAINShradha Shah2015-05-091-0/+1
* sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah2015-05-091-0/+1
* sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah2015-05-091-0/+8