aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings1-1/+1
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings1-1/+1
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings1-5/+5
2009-11-24sfc: Combine high-level header filesBen Hutchings1-1/+0
2009-11-24sfc: Record RX queue number on GRO pathBen Hutchings1-2/+4
2009-11-24sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()Ben Hutchings1-12/+14
2009-11-24sfc: Remove ridiculously paranoid assertionsBen Hutchings1-3/+0
2009-11-24sfc: Remove redundant gotos from __efx_rx_packet()Ben Hutchings1-5/+2
2009-10-29sfc: Enable heuristic selection between page and skb RX buffersBen Hutchings1-1/+1
2009-10-29sfc: Feed GRO result into RX allocation policy and interrupt moderationBen Hutchings1-2/+11
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+6
2009-10-28sfc: Set ip_summed correctly for page buffers passed to GROBen Hutchings1-3/+6
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings1-10/+6
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu1-8/+18
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller1-0/+2
2009-01-21sfc: Replace LRO with GROHerbert Xu1-191/+16
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+1
2008-09-03sfc: Remove some unreachable error pathsBen Hutchings1-2/+2
2008-09-03sfc: Cleanup RX queue informationBen Hutchings1-16/+6
2008-09-03sfc: Removed forced inlining of long functionsBen Hutchings1-21/+21
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings1-7/+7
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings1-4/+4
2008-05-22sfc: Merged efx_page_offset() into efx_rx_buf_offset()Ben Hutchings1-7/+3
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings1-15/+24
2008-05-22sfc: Added and removed braces to comply with kernel styleBen Hutchings1-1/+2
2008-05-13[netdrvr] sfc: sfc: Add self-test supportBen Hutchings1-0/+10
2008-05-13[netdrvr] sfc: Removed bogus 'fall-thru' commentsBen Hutchings1-1/+0
2008-04-29New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings1-0/+875