summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2012-01-27sfc: Remove obsolete function efx_dev_name()Ben Hutchings1-9/+0
2012-01-27sfc: Update the description of SFC_MTDBen Hutchings1-3/+3
2012-01-27sfc: Add hwmon driver for boards using SFC9000-family controllersBen Hutchings7-44/+471
2012-01-27sfc: Clean up test interrupt handlingBen Hutchings5-28/+36
2012-01-27Partly revert "sfc: Handle serious errors in exactly one interrupt handler"Ben Hutchings1-8/+5
2012-01-27sfc: Remove dependence on NAPI polling in efx_test_eventq_irq()Ben Hutchings3-44/+40
2012-01-27sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings5-17/+40
2012-01-27sfc: Support extraction of CAPABILITIES from GET_BOARD_CFG response.Matthew Slattery4-4/+12
2012-01-27sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings4-7/+4
2012-01-27sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings5-23/+9
2012-01-27sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_faults()Ben Hutchings1-18/+7
2012-01-27sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings11-81/+35
2012-01-27sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings3-3/+9
2012-01-27sfc: Use new names for MC shared memory layout constantsBen Hutchings1-10/+4
2012-01-27sfc: Make handling of MC reboot more reliableBen Hutchings1-6/+27
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: Update MCDI (firmware interface) definitionsBen Hutchings5-1491/+2119
2012-01-09sfc: Remove unnecessary inclusion of <asm/io.h>, prompted by checkpatchBen Hutchings1-1/+0
2012-01-09sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings9-22/+22
2012-01-05sfc: Remove parentheses around return expressions, reported by checkpatchBen Hutchings1-8/+7
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 Hutchings12-30/+30
2012-01-04sfc: Remove now-unused filter functionBen Hutchings2-48/+0
2012-01-04sfc: Implement ethtool RX NFC rules API instead of n-tuple APIBen Hutchings1-39/+149
2012-01-04sfc: Add support for retrieving and removing filters by IDBen Hutchings3-0/+266
2012-01-04sfc: Use consistent types for filter IDs, indices and search depthsBen Hutchings2-8/+8
2012-01-04sfc: Change filter ID generation to satisfy priority semantics of RX NFCBen Hutchings2-5/+43
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell3-5/+5
2011-12-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller3-11/+4
2011-12-16sfc: Use skb_fill_page_desc() to simplify passing of page buffers to GROBen Hutchings1-5/+2
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings1-1/+2
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings1-23/+12
2011-12-07sfc: Remove device ID macros only used onceBen Hutchings2-6/+2
2011-12-04sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer3-4/+4
2011-12-01sfc: fix race in efx_enqueue_skb_tso()Eric Dumazet1-2/+2
2011-11-29sfc: Support for byte queue limitsTom Herbert1-6/+21
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław2-2/+2
2011-11-01drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker1-0/+1
2011-10-29Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds4-10/+10
2011-10-19net: add skb frag size accessorsEric Dumazet2-5/+5
2011-10-08net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-10-07net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-3/+3
2011-09-23sfc: convert to SKB paged frag API.Ian Campbell2-10/+5
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller7-83/+23
2011-09-17ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings1-1/+1
2011-09-17sfc: Use correct fields of struct ethtool_coalesceBen Hutchings1-9/+27
2011-09-17sfc: Validate IRQ moderation parameters in efx_init_irq_moderation()Ben Hutchings6-15/+34
2011-09-17sfc: Correct reporting and validation of TX interrupt coalescingBen Hutchings3-34/+53