aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAge
...
* sfc: Pass NIC structure into efx_wanted_parallelism()Ben Hutchings2012-02-15
* sfc: Add support for 'extra' channel typesBen Hutchings2012-02-15
* sfc: Make all CPU/IRQ/channel/queue counts unsignedBen Hutchings2012-02-15
* sfc: Use proper function to test for RX channel in efx_poll()Ben Hutchings2012-02-15
* sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings2012-02-15
* sfc: Warn if unable to create MTDsBen Hutchings2012-02-13
* sfc: Do not retry hardware probe if it schedules a resetBen Hutchings2012-02-13
* sfc: Skip RX end-of-batch work on channels without an RX queueBen Hutchings2012-02-13
* sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings2012-01-26
* sfc: Rename implementation of ndo_set_rx_modeBen Hutchings2012-01-26
* sfc: Remove redundant 'rc' variable, always set to 0Ben Hutchings2012-01-26
* sfc: Minor formatting fixesBen Hutchings2012-01-26
* sfc: Use existing local variables instead of repeated indirect lookupsBen Hutchings2012-01-26
* sfc: Remove remnants of on-load self-testBen Hutchings2012-01-26
* sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings2012-01-26
* sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings2012-01-26
* sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings2012-01-26
* sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings2012-01-26
* sfc: Remove fallback for invalid permanent MAC addressBen Hutchings2012-01-26
* sfc: Set default parallelism to per-core by defaultBen Hutchings2012-01-09
* sfc: Rename efx_wanted_channels() to efx_wanted_parallelism()Ben Hutchings2012-01-09
* sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings2012-01-09
* sfc: Avoid assignment in an if-statement, reported by checkpatchBen Hutchings2012-01-05
* sfc: Fix some formatting errors reported by checkpatchBen Hutchings2012-01-05
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-12-16
|\
| * sfc: Remove device ID macros only used onceBen Hutchings2011-12-06
* | ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings2011-12-16
|/
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-10-28
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-22
* sfc: Validate IRQ moderation parameters in efx_init_irq_moderation()Ben Hutchings2011-09-16
* sfc: Correct reporting and validation of TX interrupt coalescingBen Hutchings2011-09-16
* sfc: Use consistent types for interrupt coalescing parametersBen Hutchings2011-09-16
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-17
* sfc: Move the Solarflare driversJeff Kirsher2011-08-11