aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-27sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings5-61/+59
2012-01-27sfc: Move the end of the non-GRO RX path into its own functionBen Hutchings1-18/+23
2012-01-27sfc: Make all MAC statistics consistently 64 bits wideBen Hutchings2-118/+109
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 Hutchings4-36/+20
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-19net: fix assignment of 0/1 to bool variables.Rusty Russell3-5/+5
2011-12-16Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid 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-06sfc: 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-11-30sfc: fix race in efx_enqueue_skb_tso()Eric Dumazet1-2/+2
2011-11-29sfc: Support for byte queue limitsTom Herbert1-6/+21
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław2-2/+2
2011-10-31drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker1-0/+1
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds4-10/+10
2011-10-19net: add skb frag size accessorsEric Dumazet2-5/+5