aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/siena.c
AgeCommit message (Expand)Author
2018-03-27sfc: replace asynchronous filter operationsEdward Cree
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree
2017-12-21sfc: support variable number of MAC statsEdward Cree
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree
2017-01-17sfc: support setting RSS hash key through ethtool APIEdward Cree
2017-01-16sfc: allow PIO more oftenEdward Cree
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward
2016-08-12sfc: get timer configuration from adapterBert Kenward
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah
2015-07-17siena: only report generic filters in get_ts_infoJacob Keller
2015-05-21sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah
2015-05-09sfc: Bind the sfc driver to any available VF'sShradha Shah
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah
2015-05-09sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko
2015-05-09sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah
2015-03-24net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree
2013-12-12sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko
2013-12-12sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko
2013-12-12sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings
2013-12-12sfc: Correct RX dropped count for drops while interface is downJon Cooper
2013-08-29sfc: Update copyright bannersBen Hutchings
2013-08-29sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings
2013-08-29sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper
2013-08-27sfc: Add a function pointer to abstract write of host time into NIC shared me...Laurence Evans
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings
2013-08-27sfc: Move MTD operations into efx_nic_typeBen Hutchings
2013-08-22sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings
2013-08-21sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings
2013-08-21sfc: Add support for MCDI v2Ben Hutchings
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings
2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings
2013-08-21sfc: Make MCDI independent of SienaBen Hutchings