summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* sfc: Rename EFX_PAGE_BLOCK_SIZE to EFX_VI_PAGE_SIZE and adjust commentsBen Hutchings2013-08-271-4/+4
* sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings2013-08-271-2/+0
* sfc: use MCDI epoch flag to improve MC reboot detection in the driverDaniel Pieczko2013-08-272-6/+15
* sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames2013-08-275-11/+15
* sfc: Add a function pointer to abstract write of host time into NIC shared me...Laurence Evans2013-08-273-2/+16
* sfc: PTP MCDI requests need to initialise periph ID fieldLaurence Evans2013-08-271-0/+7
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-278-389/+498
* sfc: Remove driver-local struct ethtool_stringBen Hutchings2013-08-271-24/+13
* sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings2013-08-273-18/+6
* sfc: Move MTD operations into efx_nic_typeBen Hutchings2013-08-279-831/+807
* sfc: Move NIC-type-specific MTD partition date into separate structuresBen Hutchings2013-08-221-85/+112
* sfc: Eliminate struct efx_mtdBen Hutchings2013-08-222-160/+120
* sfc: Rename SPI stuff to show that it is Falcon-specificBen Hutchings2013-08-224-47/+47
* sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings2013-08-227-44/+52
* sfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5,6,7}Ben Hutchings2013-08-222-10/+62
* sfc: Add flag for stack-owned RX MAC filtersBen Hutchings2013-08-222-17/+37
* sfc: Refactor Falcon-arch filter removalBen Hutchings2013-08-221-34/+40
* sfc: Make most filter operations NIC-type-specificBen Hutchings2013-08-2210-1267/+1448
* sfc: Refactor Falcon-arch search limit resetBen Hutchings2013-08-221-29/+30
* sfc: Split Falcon-arch-specific and common filter stateBen Hutchings2013-08-222-55/+58
* sfc: Extend and abstract efx_filter_spec to cover Huntington/EF10Ben Hutchings2013-08-223-392/+494
* sfc: Name the RX drop queue IDBen Hutchings2013-08-222-3/+8
* sfc: Rename Falcon-arch filter implementation types and functionsBen Hutchings2013-08-221-209/+243
* sfc: Remove unused filter_flags variables and efx_farch_filter_id_flags()Ben Hutchings2013-08-221-16/+0
* sfc: Do not assume efx_nic_type::ev_fini is idempotentBen Hutchings2013-08-212-0/+7
* sfc: EFX_WORKAROUND_ALWAYS is really specific to Falcon-architectureBen Hutchings2013-08-213-36/+19
* sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings2013-08-214-32/+37
* sfc: Update and improve kernel-doc for efx_mcdi_state & efx_mcdi_ifaceBen Hutchings2013-08-211-11/+9
* sfc: Fix race in completion handlingBen Hutchings2013-08-211-15/+10
* sfc: Add support for MCDI v2Ben Hutchings2013-08-216-55/+127
* sfc: Update MCDI protocol definitions for EF10Ben Hutchings2013-08-213-342/+5196
* sfc: Translate MCDI error numbers received in eventsBen Hutchings2013-08-212-29/+37
* sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings2013-08-219-1858/+2088
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-219-48/+59
* sfc: Remove bogus call to efx_release_tx_buffers()Ben Hutchings2013-08-211-11/+0
* sfc: Stop RX refill before flushing RX queuesBen Hutchings2013-08-214-9/+13
* sfc: Limit scope of a Falcon A1 IRQ workaroundBen Hutchings2013-08-213-10/+2
* sfc: Rework IRQ enable/disableBen Hutchings2013-08-214-59/+112
* sfc: Remove efx_process_channel_now()Ben Hutchings2013-08-214-81/+3
* sfc: Rename Falcon-architecture register definitionsBen Hutchings2013-08-218-10/+10
* sfc: Make struct efx_special_buffer less specialBen Hutchings2013-08-212-43/+37
* sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings2013-08-219-14/+19
* sfc: Make MCDI independent of SienaBen Hutchings2013-08-215-77/+157
* sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()Ben Hutchings2013-08-213-9/+6
* sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings2013-08-217-306/+242
* sfc: Move efx_mcdi_mac_reconfigure() to siena.c and renameBen Hutchings2013-08-213-23/+22
* sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI moduleBen Hutchings2013-08-213-31/+30
* sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()Ben Hutchings2013-08-214-29/+34
* sfc: Ensure MCDI buffers, but not lengths, are dword alignedBen Hutchings2013-08-213-31/+46
* sfc: Use proper macros to declare and access MCDI arraysBen Hutchings2013-08-216-94/+85