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