summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sfc: Log the part number on probeBen Hutchings2012-03-061-0/+53
* sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings2012-03-061-1/+5
* sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings2012-03-061-2/+2
* ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* sfc: Reverse initial buffer table allocation to allow for later resizingBen Hutchings2012-02-221-1/+6
* sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings2012-02-161-15/+55
* sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings2012-02-161-0/+2
* sfc: Pass NIC structure into efx_wanted_parallelism()Ben Hutchings2012-02-161-4/+4
* sfc: Add support for 'extra' channel typesBen Hutchings2012-02-161-108/+204
* sfc: Make all CPU/IRQ/channel/queue counts unsignedBen Hutchings2012-02-161-8/+10
* sfc: Use proper function to test for RX channel in efx_poll()Ben Hutchings2012-02-161-1/+1
* sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings2012-02-161-128/+109
* sfc: Warn if unable to create MTDsBen Hutchings2012-02-141-1/+6
* sfc: Do not retry hardware probe if it schedules a resetBen Hutchings2012-02-141-34/+16
* sfc: Skip RX end-of-batch work on channels without an RX queueBen Hutchings2012-02-141-10/+11
* sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings2012-01-271-2/+1
* sfc: Rename implementation of ndo_set_rx_modeBen Hutchings2012-01-271-3/+3
* sfc: Remove redundant 'rc' variable, always set to 0Ben Hutchings2012-01-271-2/+1
* sfc: Minor formatting fixesBen Hutchings2012-01-271-5/+4
* sfc: Use existing local variables instead of repeated indirect lookupsBen Hutchings2012-01-271-2/+2
* sfc: Remove remnants of on-load self-testBen Hutchings2012-01-271-21/+13
* sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings2012-01-271-9/+22
* sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings2012-01-271-4/+1
* sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings2012-01-271-11/+6
* sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings2012-01-271-1/+3
* sfc: Remove fallback for invalid permanent MAC addressBen Hutchings2012-01-271-30/+2
* sfc: Set default parallelism to per-core by defaultBen Hutchings2012-01-091-7/+7
* sfc: Rename efx_wanted_channels() to efx_wanted_parallelism()Ben Hutchings2012-01-091-4/+2
* sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings2012-01-091-3/+3
* sfc: Avoid assignment in an if-statement, reported by checkpatchBen Hutchings2012-01-051-3/+5
* sfc: Fix some formatting errors reported by checkpatchBen Hutchings2012-01-051-8/+8
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-12-161-2/+2
|\
| * sfc: Remove device ID macros only used onceBen Hutchings2011-12-061-2/+2
* | ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings2011-12-161-1/+2
|/
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+1
* Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-10-281-4/+6
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-16/+2
* sfc: Validate IRQ moderation parameters in efx_init_irq_moderation()Ben Hutchings2011-09-161-3/+17
* sfc: Correct reporting and validation of TX interrupt coalescingBen Hutchings2011-09-161-0/+18
* sfc: Use consistent types for interrupt coalescing parametersBen Hutchings2011-09-161-5/+5
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* sfc: Move the Solarflare driversJeff Kirsher2011-08-111-0/+2714