aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/siena.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-29sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-29sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings1-20/+1
2013-08-29sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings1-1/+2
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper1-1/+2
2013-08-27sfc: Add a function pointer to abstract write of host time into NIC shared memoryLaurence Evans1-0/+14
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings1-82/+133
2013-08-27sfc: Move MTD operations into efx_nic_typeBen Hutchings1-1/+140
2013-08-22sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings1-0/+2
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings1-0/+16
2013-08-21sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings1-5/+9
2013-08-21sfc: Add support for MCDI v2Ben Hutchings1-0/+1
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings1-6/+28
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings1-0/+1
2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings1-1/+1
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blockingBen Hutchings1-1/+2
2013-08-21sfc: Make MCDI independent of SienaBen Hutchings1-0/+90
2013-08-21sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()Ben Hutchings1-4/+1
2013-08-21sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings1-98/+6
2013-08-21sfc: Move efx_mcdi_mac_reconfigure() to siena.c and renameBen Hutchings1-1/+22
2013-08-21sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI moduleBen Hutchings1-27/+6
2013-06-12sfc: Store port number in private data, not net_device::dev_idBen Hutchings1-1/+1
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings1-0/+3
2013-03-07sfc: Add AER and EEH support for SienaAlexandre Rames1-1/+21
2012-12-01sfc: Correctly initialise reset_method in siena_test_chip()Ben Hutchings1-1/+1
2012-12-01sfc: Really disable flow control while flushingBen Hutchings1-1/+14
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson1-0/+1
2012-07-17sfc: Fix interface statistics running backwardBen Hutchings1-4/+4