summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/siena.c
Commit message (Expand)AuthorAgeFilesLines
* 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-181-5/+1Star
* sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah2015-05-221-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/+1Star
* 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-161-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-301-2/+2
* sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings2013-08-291-20/+1Star
* sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings2013-08-291-1/+2
* sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper2013-08-271-1/+2
* sfc: Add a function pointer to abstract write of host time into NIC shared me...Laurence Evans2013-08-271-0/+14
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-271-82/+133
* sfc: Move MTD operations into efx_nic_typeBen Hutchings2013-08-271-1/+140
* sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings2013-08-221-0/+2
* sfc: Make most filter operations NIC-type-specificBen Hutchings2013-08-221-0/+16
* sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings2013-08-211-5/+9
* sfc: Add support for MCDI v2Ben Hutchings2013-08-211-0/+1
* sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings2013-08-211-6/+28
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-211-0/+1
* sfc: Rename Falcon-architecture register definitionsBen Hutchings2013-08-211-1/+1
* sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings2013-08-211-1/+2
* sfc: Make MCDI independent of SienaBen Hutchings2013-08-211-0/+90
* sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()Ben Hutchings2013-08-211-4/+1Star
* sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings2013-08-211-98/+6Star
* sfc: Move efx_mcdi_mac_reconfigure() to siena.c and renameBen Hutchings2013-08-211-1/+22
* sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI moduleBen Hutchings2013-08-211-27/+6Star
* sfc: Store port number in private data, not net_device::dev_idBen Hutchings2013-06-121-1/+1
* sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-071-0/+3
* sfc: Add AER and EEH support for SienaAlexandre Rames2013-03-071-1/+21
* sfc: Correctly initialise reset_method in siena_test_chip()Ben Hutchings2012-12-011-1/+1
* sfc: Really disable flow control while flushingBen Hutchings2012-12-011-1/+14
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-191-0/+1
* sfc: Fix interface statistics running backwardBen Hutchings2012-07-171-4/+4
* sfc: Disable VF queues during register self-testBen Hutchings2012-07-171-4/+25
* sfc: Remove redundant function efx_nic_has_mc()Ben Hutchings2012-03-061-2/+1Star
* sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings2012-02-161-0/+2
* sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings2012-02-161-2/+10