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