aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-27sfc: Add support for reading packet length from prefixBen Hutchings2-2/+14
2013-08-27sfc: Add TX merged completion counterBen Hutchings3-0/+6
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper6-13/+28
2013-08-27sfc: Rename EFX_PAGE_BLOCK_SIZE to EFX_VI_PAGE_SIZE and adjust commentsBen Hutchings1-4/+4
2013-08-27sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings1-2/+0
2013-08-27sfc: use MCDI epoch flag to improve MC reboot detection in the driverDaniel Pieczko2-6/+15
2013-08-27sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames5-11/+15
2013-08-27sfc: Add a function pointer to abstract write of host time into NIC shared memoryLaurence Evans3-2/+16
2013-08-27sfc: PTP MCDI requests need to initialise periph ID fieldLaurence Evans1-0/+7
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings8-389/+498
2013-08-27sfc: Remove driver-local struct ethtool_stringBen Hutchings1-24/+13
2013-08-27sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings3-18/+6
2013-08-27sfc: Move MTD operations into efx_nic_typeBen Hutchings9-831/+807
2013-08-22sfc: Move NIC-type-specific MTD partition date into separate structuresBen Hutchings1-85/+112
2013-08-22sfc: Eliminate struct efx_mtdBen Hutchings2-160/+120
2013-08-22sfc: Rename SPI stuff to show that it is Falcon-specificBen Hutchings4-47/+47
2013-08-22sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings7-44/+52
2013-08-22sfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5,6,7}Ben Hutchings2-10/+62
2013-08-22sfc: Add flag for stack-owned RX MAC filtersBen Hutchings2-17/+37
2013-08-22sfc: Refactor Falcon-arch filter removalBen Hutchings1-34/+40
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings10-1267/+1448
2013-08-22sfc: Refactor Falcon-arch search limit resetBen Hutchings1-29/+30
2013-08-22sfc: Split Falcon-arch-specific and common filter stateBen Hutchings2-55/+58
2013-08-22sfc: Extend and abstract efx_filter_spec to cover Huntington/EF10Ben Hutchings3-392/+494
2013-08-22sfc: Name the RX drop queue IDBen Hutchings2-3/+8
2013-08-22sfc: Rename Falcon-arch filter implementation types and functionsBen Hutchings1-209/+243
2013-08-22sfc: Remove unused filter_flags variables and efx_farch_filter_id_flags()Ben Hutchings1-16/+0
2013-08-21sfc: Do not assume efx_nic_type::ev_fini is idempotentBen Hutchings2-0/+7
2013-08-21sfc: EFX_WORKAROUND_ALWAYS is really specific to Falcon-architectureBen Hutchings3-36/+19
2013-08-21sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings4-32/+37
2013-08-21sfc: Update and improve kernel-doc for efx_mcdi_state & efx_mcdi_ifaceBen Hutchings1-11/+9
2013-08-21sfc: Fix race in completion handlingBen Hutchings1-15/+10
2013-08-21sfc: Add support for MCDI v2Ben Hutchings6-55/+127
2013-08-21sfc: Update MCDI protocol definitions for EF10Ben Hutchings3-342/+5196
2013-08-21sfc: Translate MCDI error numbers received in eventsBen Hutchings2-29/+37
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings9-1858/+2088
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings9-48/+59
2013-08-21sfc: Remove bogus call to efx_release_tx_buffers()Ben Hutchings1-11/+0
2013-08-21sfc: Stop RX refill before flushing RX queuesBen Hutchings4-9/+13
2013-08-21sfc: Limit scope of a Falcon A1 IRQ workaroundBen Hutchings3-10/+2
2013-08-21sfc: Rework IRQ enable/disableBen Hutchings4-59/+112
2013-08-21sfc: Remove efx_process_channel_now()Ben Hutchings4-81/+3
2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings8-10/+10
2013-08-21sfc: Make struct efx_special_buffer less specialBen Hutchings2-43/+37
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blockingBen Hutchings9-14/+19
2013-08-21sfc: Make MCDI independent of SienaBen Hutchings5-77/+157
2013-08-21sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()Ben Hutchings3-9/+6
2013-08-21sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings7-306/+242
2013-08-21sfc: Move efx_mcdi_mac_reconfigure() to siena.c and renameBen Hutchings3-23/+22
2013-08-21sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI moduleBen Hutchings3-31/+30