aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings1-3/+71
2013-03-07sfc: Disable RSS when using SR-IOV and only 1 RX queue on the PFBen Hutchings1-1/+5
2013-03-07sfc: Fix replacement detection in efx_filter_insert_filter()Ben Hutchings1-23/+66
2013-03-07sfc: Merge efx_filter_search() into efx_filter_insert()Ben Hutchings1-36/+24
2013-03-07sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filtersBen Hutchings1-16/+19
2013-03-07sfc: Remove redundant parameter to efx_filter_search()Ben Hutchings1-13/+8
2013-03-07sfc: More sensible semantics for efx_filter_insert_filter() replace flagBen Hutchings1-4/+12
2012-10-02sfc: Fix the reported priorities of different filter typesBen Hutchings1-16/+53
2012-10-02sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IPBen Hutchings1-46/+7
2012-07-17sfc: Work around bogus 'uninitialised variable' warningBen Hutchings1-1/+1
2012-02-16sfc: Add support for TX MAC filtersBen Hutchings1-4/+59
2012-02-16sfc: Add support for configuring RX unicast/multicast default filtersBen Hutchings1-30/+166
2012-01-04sfc: Remove now-unused filter functionBen Hutchings1-46/+0
2012-01-04sfc: Add support for retrieving and removing filters by IDBen Hutchings1-0/+247
2012-01-04sfc: Use consistent types for filter IDs, indices and search depthsBen Hutchings1-7/+7
2012-01-04sfc: Change filter ID generation to satisfy priority semantics of RX NFCBen Hutchings1-5/+38
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-0/+727