aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-727/+0
2011-06-25sfc: Fix assertions in efx_filter_rfs()Ben Hutchings1-2/+2
2011-06-25sfc: Fix loop condition for efx_filter_search() when !for_insertBen Hutchings1-17/+24
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-1/+1
2011-02-17sfc: Implement hardware acceleration of RFSBen Hutchings1-0/+104
2011-02-16sfc: Limit filter search depth further for performance hints (i.e. RFS)Ben Hutchings1-4/+9
2010-12-07sfc: Generalise filter spec initialisationBen Hutchings1-38/+176
2010-12-07sfc: Remove filter table IDs from filter functionsBen Hutchings1-10/+30
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-2/+1
2010-10-08sfc: Don't try to set filters with search depths we know won't workBen Hutchings1-1/+10
2010-09-21sfc: Add filter table managementBen Hutchings1-0/+445