summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-21sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_modeEdward Cree1-80/+208
2015-07-21sfc: support cascaded multicast filtersDaniel Pieczko1-14/+42
2015-07-21sfc: re-factor efx_ef10_filter_sync_rx_mode()Daniel Pieczko1-91/+126
2015-07-21sfc: Insert multicast filters as well as mismatch filters in promiscuous modeJon Cooper1-51/+53
2015-07-21sfc: warn if other functions have been reset by MCFWDaniel Pieczko1-3/+14
2015-07-21sfc: add output flag decoding to efx_mcdi_set_workaroundDaniel Pieczko1-3/+4
2015-07-21sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree1-13/+20
2015-07-21sfc: enable cascaded multicast filters in MCFWDaniel Pieczko1-18/+45
2015-07-08sfc: suppress handled MCDI failures when changing the MAC addressDaniel Pieczko1-2/+5
2015-07-08sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko1-0/+120
2015-07-08sfc: refactor code in efx_ef10_set_mac_address()Daniel Pieczko1-25/+20
2015-06-02sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko1-0/+20
2015-06-02sfc: don't update stats on VF when called in atomic contextDaniel Pieczko1-2/+14
2015-06-02sfc: suppress vadaptor stats when EVB is not presentDaniel Pieczko1-3/+9
2015-06-02sfc: suppress ENOENT error messages from MC_CMD_MAC_STATSDaniel Pieczko1-3/+8
2015-06-02sfc: update netdevice statistics to use vadaptor statsDaniel Pieczko1-19/+22
2015-06-02sfc: DMA the VF stats only when requestedDaniel Pieczko1-40/+109
2015-06-02sfc: display vadaptor statistics for all interfacesDaniel Pieczko1-4/+35
2015-06-02sfc: add "port_" prefix to MAC statsDaniel Pieczko1-124/+127
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah1-0/+11
2015-06-02sfc: Add sysfs entry for flags (link control and primary)Shradha Shah1-7/+51
2015-06-02sfc: Add paranthesis correctly on all branches of the if statementShradha Shah1-4/+4
2015-06-02sfc: Add code to export port_num in netdev->dev_portShradha Shah1-0/+2
2015-05-27sfc: add tracing of MCDI commandsEdward Cree1-0/+3
2015-05-21sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah1-1/+74
2015-05-21sfc: add ndo_set_vf_link_state() function for EF10Edward Cree1-0/+1
2015-05-21sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper1-2/+10
2015-05-21sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper1-13/+15
2015-05-21sfc: Enable a VF to get its own MAC addressDaniel Pieczko1-2/+33
2015-05-21sfc: protect filter table against use-after-freeEdward Cree1-0/+19
2015-05-21sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah1-0/+32
2015-05-21sfc: Store vf_index in nic_data for Ef10.Shradha Shah1-17/+51
2015-05-21sfc: 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-06Merge 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-15sfc: 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