summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/rx.c
AgeCommit message (Expand)Author
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-04-05sfc: Implement generic features interfaceBen Hutchings
2011-04-01sfc: Move test of rx_checksum_enabled from nic.c to rx.cBen Hutchings
2011-02-28sfc: Update copyright datesBen Hutchings
2011-02-28sfc: Reduce size of efx_rx_buffer further by removing data memberSteve Hodgson
2011-02-28sfc: Reduce size of efx_rx_buffer by unionising skb and pageSteve Hodgson
2010-12-10sfc: convert references to LRO to GROstephen hemminger
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-06-25sfc: Fix reading of inserted hashBen Hutchings
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings
2010-06-24sfc: Implement message level controlBen Hutchings
2010-06-02sfc: Allow shared pages to be recycledSteve Hodgson
2010-06-02sfc: Recycle discarded rx buffers back onto the queueSteve Hodgson
2010-06-02sfc: Support only two rx buffers per pageSteve Hodgson
2010-06-02sfc: Remove efx_rx_queue::add_lockSteve Hodgson
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings
2009-11-24sfc: Combine high-level header filesBen Hutchings
2009-11-24sfc: Record RX queue number on GRO pathBen Hutchings
2009-11-24sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()Ben Hutchings
2009-11-24sfc: Remove ridiculously paranoid assertionsBen Hutchings
2009-11-24sfc: Remove redundant gotos from __efx_rx_packet()Ben Hutchings
2009-10-29sfc: Enable heuristic selection between page and skb RX buffersBen Hutchings
2009-10-29sfc: Feed GRO result into RX allocation policy and interrupt moderationBen Hutchings
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-28sfc: Set ip_summed correctly for page buffers passed to GROBen Hutchings
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller
2009-01-21sfc: Replace LRO with GROHerbert Xu
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-09-03sfc: Remove some unreachable error pathsBen Hutchings
2008-09-03sfc: Cleanup RX queue informationBen Hutchings
2008-09-03sfc: Removed forced inlining of long functionsBen Hutchings
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings
2008-05-22sfc: Merged efx_page_offset() into efx_rx_buf_offset()Ben Hutchings
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings
2008-05-22sfc: Added and removed braces to comply with kernel styleBen Hutchings
2008-05-13[netdrvr] sfc: sfc: Add self-test supportBen Hutchings
2008-05-13[netdrvr] sfc: Removed bogus 'fall-thru' commentsBen Hutchings
2008-04-29New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings