summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/siena.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree2020-08-311-1/+0
* sfc: skeleton EF100 PF driverEdward Cree2020-07-271-0/+3
* sfc: assign TXQs without gapsEdward Cree2020-07-021-1/+1
* sfc: make tx_queues_per_channel variable at runtimeEdward Cree2020-07-021-0/+1
* sfc: remove max_interrupt_modeEdward Cree2020-07-021-1/+0
* sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree2020-07-021-1/+1
* sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree2020-06-301-0/+1
* sfc: don't try to create more channels than we can have VIsEdward Cree2020-06-291-0/+1
* sfc: siena_check_caps() can be staticEdward Cree2020-05-121-2/+2
* sfc: actually wire up siena_check_caps()Edward Cree2020-05-121-0/+1
* sfc: make capability checking a nic_type functionTom Zhao2020-05-111-0/+7
* sfc: move various functionsAlex Maftei (amaftei)2020-01-101-0/+1
* sfc: add new headers in preparation for code splitAlex Maftei (amaftei)2020-01-081-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* sfc: replace asynchronous filter operationsEdward Cree2018-03-271-1/+0
* sfc: support RSS spreading of ethtool ntuple filtersEdward Cree2018-03-081-13/+13
* sfc: support variable number of MAC statsEdward Cree2017-12-211-1/+1
* sfc: make mem_bar a function rather than a constantEdward Cree2017-12-181-1/+9
* sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko2017-02-141-0/+1
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-091-0/+2
* sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-171-0/+20
* sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-171-2/+5
* sfc: allow PIO more oftenEdward Cree2017-01-161-0/+1
* sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree2017-01-041-0/+1
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-1/+1
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-301-1/+0
* sfc: Firmware-Assisted TSO version 2Bert Kenward2016-11-181-0/+1
* sfc: get timer configuration from adapterBert Kenward2016-08-121-0/+3
* sfc: set interrupt moderation via MCDIBert Kenward2016-08-121-3/+8
* sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah2015-08-281-0/+1
* siena: only report generic filters in get_ts_infoJacob Keller2015-07-171-5/+1
* sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah2015-05-211-1/+1
* sfc: Bind the sfc driver to any available VF'sShradha Shah2015-05-091-0/+1
* sfc: Add use of shared RSS contexts.Jon Cooper2015-05-091-2/+7
* sfc: Prepare to bind the sfc driver to the VF.Shradha Shah2015-05-091-0/+1
* sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko2015-05-091-0/+3
* 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/+10
* net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt2015-03-241-2/+1
* sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah2014-11-061-0/+5
* sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah2014-11-061-1/+1
* sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah2014-11-061-0/+1
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-151-1/+8
* sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree2014-04-161-0/+2
* sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko2013-12-121-18/+27
* sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko2013-12-121-13/+56
* sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings2013-12-121-1/+1
* sfc: Correct RX dropped count for drops while interface is downJon Cooper2013-12-121-0/+3
* sfc: Update copyright bannersBen Hutchings2013-08-291-2/+2
* sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings2013-08-291-20/+1