aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/siena.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-10sfc: Move Siena specific filesMartin Habets1-1109/+0
2022-02-01sfc: The size of the RX recycle ring should be more flexibleMartin Habets1-0/+8
2020-08-31sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree1-1/+0
2020-07-27sfc: skeleton EF100 PF driverEdward Cree1-0/+3
2020-07-02sfc: assign TXQs without gapsEdward Cree1-1/+1
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree1-0/+1
2020-07-02sfc: remove max_interrupt_modeEdward Cree1-1/+0
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree1-1/+1
2020-06-30sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree1-0/+1
2020-06-29sfc: don't try to create more channels than we can have VIsEdward Cree1-0/+1
2020-05-12sfc: siena_check_caps() can be staticEdward Cree1-2/+2
2020-05-12sfc: actually wire up siena_check_caps()Edward Cree1-0/+1
2020-05-11sfc: make capability checking a nic_type functionTom Zhao1-0/+7
2020-01-10sfc: move various functionsAlex Maftei (amaftei)1-0/+1
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-03-27sfc: replace asynchronous filter operationsEdward Cree1-1/+0
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree1-13/+13
2017-12-21sfc: support variable number of MAC statsEdward Cree1-1/+1
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree1-1/+9
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko1-0/+1
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper1-0/+2
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree1-0/+20
2017-01-17sfc: support setting RSS hash key through ethtool APIEdward Cree1-2/+5
2017-01-16sfc: allow PIO more oftenEdward Cree1-0/+1
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree1-0/+1
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree1-1/+1
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree1-1/+0
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward1-0/+1
2016-08-12sfc: get timer configuration from adapterBert Kenward1-0/+3
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward1-3/+8
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah1-0/+1
2015-07-17siena: only report generic filters in get_ts_infoJacob Keller1-5/+1
2015-05-21sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah1-1/+1
2015-05-09sfc: Bind the sfc driver to any available VF'sShradha Shah1-0/+1
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper1-2/+7
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah1-0/+1
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko1-0/+3
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_ops and sriov removed from Falcon codeShradha Shah1-0/+10
2015-03-24net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt1-2/+1
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.cShradha Shah1-0/+5
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah1-1/+1
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah1-0/+1
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree1-1/+8
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree1-0/+2
2013-12-12sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko1-18/+27
2013-12-12sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko1-13/+56
2013-12-12sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings1-1/+1
2013-12-12sfc: Correct RX dropped count for drops while interface is downJon Cooper1-0/+3