summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/net_driver.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-16sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings1-4/+9
2012-02-16sfc: Add support for 'extra' channel typesBen Hutchings1-0/+34
2012-02-16sfc: Make all CPU/IRQ/channel/queue counts unsignedBen Hutchings1-1/+1
2012-02-16sfc: Make buffer table indices and counts consistently unsignedBen Hutchings1-2/+2
2012-02-16sfc: Disable flow control during flushesSteve Hodgson1-0/+4
2012-02-16sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings1-19/+17
2012-01-27sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings1-7/+9
2012-01-27sfc: Make all MAC statistics consistently 64 bits wideBen Hutchings1-55/+55
2012-01-27sfc: Remove obsolete function efx_dev_name()Ben Hutchings1-9/+0
2012-01-27sfc: Clean up test interrupt handlingBen Hutchings1-7/+8
2012-01-27sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings1-0/+4
2012-01-27sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings1-5/+1
2012-01-27sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings1-3/+2
2012-01-27sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings1-17/+4
2012-01-27sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings1-0/+1
2012-01-09sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings1-2/+2
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+1
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-0/+1060