summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-30sfc: Update copyright bannersBen Hutchings34-62/+62
2013-08-29sfc: Add support for Solarflare SFC9100 familyBen Hutchings12-22/+3260
2013-08-29sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings3-26/+34
2013-08-29sfc: Allocate NVRAM partition ID range for PHY imagesMatthew Slattery1-0/+4
2013-08-29sfc: Add EF10 register and structure definitionsBen Hutchings2-5/+430
2013-08-29sfc: Extend struct efx_tx_buffer to allow pushing option descriptorsBen Hutchings3-2/+11
2013-08-29sfc: Use a global count of active queues instead of pending drainsAlexandre Rames3-13/+14
2013-08-29sfc: Prepare for RX scatter on EF10Jon Cooper3-8/+12
2013-08-29sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()Ben Hutchings2-3/+3
2013-08-29sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings4-6/+12
2013-08-29sfc: Allow event queue initialisation to failJon Cooper4-28/+95
2013-08-29sfc: Document conditions for multicast replication vs filter replacementBen Hutchings2-7/+49
2013-08-29sfc: Implement asynchronous MCDI requestsBen Hutchings3-30/+291
2013-08-29sfc: Remove unnecessary use of atomic_tBen Hutchings2-17/+13
2013-08-29sfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin()Ben Hutchings1-19/+30
2013-08-29sfc: Add support for new board sensorsBen Hutchings1-30/+91
2013-08-28sfc: Use extended MC_CMD_SENSOR_INFO and MC_CMD_READ_SENSORSBen Hutchings1-44/+95
2013-08-28sfc: Return an error code when a sensor is busy.Alexandre Rames1-1/+6
2013-08-28sfc: Add support for reading packet length from prefixBen Hutchings2-2/+14
2013-08-28sfc: Add TX merged completion counterBen Hutchings3-0/+6
2013-08-28sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper6-13/+28
2013-08-28sfc: Rename EFX_PAGE_BLOCK_SIZE to EFX_VI_PAGE_SIZE and adjust commentsBen Hutchings1-4/+4
2013-08-28sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings1-2/+0
2013-08-28sfc: use MCDI epoch flag to improve MC reboot detection in the driverDaniel Pieczko2-6/+15
2013-08-28sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames5-11/+15
2013-08-28sfc: Add a function pointer to abstract write of host time into NIC shared me...Laurence Evans3-2/+16
2013-08-28sfc: PTP MCDI requests need to initialise periph ID fieldLaurence Evans1-0/+7
2013-08-28sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings8-389/+498
2013-08-28sfc: Remove driver-local struct ethtool_stringBen Hutchings1-24/+13
2013-08-28sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings3-18/+6
2013-08-28sfc: 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