summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c
Commit message (Expand)AuthorAgeFilesLines
...
* sfc: Assert filter_sem write locked when requiredEdward Cree2016-06-151-1/+15
* sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko2016-06-151-2/+5
* sfc: Define macro with EF10 offload featureAndrew Rybchenko2016-06-151-4/+8
* sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree2016-05-251-0/+16
* sfc: disable RSS when unsupportedJon Cooper2016-04-281-2/+13
* sfc: Downgrade or remove some error messagesBert Kenward2015-12-231-6/+14
* sfc: Make failed filter removal less noisyBert Kenward2015-12-231-17/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-12/+12
|\
| * sfc: only use RSS filters if we're using RSSBert Kenward2015-12-121-12/+12
* | sfc: check warm_boot_count after other functions have been resetDaniel Pieczko2015-12-051-2/+13
* | sfc: make TSO version a per-queue parameterBert Kenward2015-12-011-7/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-1/+3
|\
| * sfc: push partner queue for skb->xmit_moreMartin Habets2015-11-021-1/+3
* | sfc: fully reset if MC_REBOOT event received without warm_boot_count incrementDaniel Pieczko2015-10-121-11/+19
|/
* 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-271-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-07-311-4/+12
* | sfc: allow ethtool selftest and MC reboot to complete on an unprivileged func...Daniel Pieczko2015-07-311-0/+8
* | sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_modeEdward Cree2015-07-211-80/+208
* | sfc: support cascaded multicast filtersDaniel Pieczko2015-07-211-14/+42
* | sfc: re-factor efx_ef10_filter_sync_rx_mode()Daniel Pieczko2015-07-211-91/+126
* | sfc: Insert multicast filters as well as mismatch filters in promiscuous modeJon Cooper2015-07-211-51/+53
* | sfc: warn if other functions have been reset by MCFWDaniel Pieczko2015-07-211-3/+14
* | sfc: add output flag decoding to efx_mcdi_set_workaroundDaniel Pieczko2015-07-211-3/+4
* | sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree2015-07-211-13/+20
* | sfc: enable cascaded multicast filters in MCFWDaniel Pieczko2015-07-211-18/+45
|/
* sfc: suppress handled MCDI failures when changing the MAC addressDaniel Pieczko2015-07-081-2/+5
* sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko2015-07-081-0/+120
* sfc: refactor code in efx_ef10_set_mac_address()Daniel Pieczko2015-07-081-25/+20
* 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-211-1/+74
* sfc: add ndo_set_vf_link_state() function for EF10Edward Cree2015-05-211-0/+1
* sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper2015-05-211-2/+10
* sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper2015-05-211-13/+15
* sfc: Enable a VF to get its own MAC addressDaniel Pieczko2015-05-211-2/+33
* sfc: protect filter table against use-after-freeEdward Cree2015-05-211-0/+19
* sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah2015-05-211-0/+32