aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-10sfc: convert references to LRO to GROstephen hemminger1-15/+15
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson1-13/+20
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings1-1/+1
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings1-19/+19
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-06-25sfc: Fix reading of inserted hashBen Hutchings1-5/+6
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings1-0/+23
2010-06-24sfc: Implement message level controlBen Hutchings1-22/+34
2010-06-02sfc: Allow shared pages to be recycledSteve Hodgson1-42/+42
2010-06-02sfc: Recycle discarded rx buffers back onto the queueSteve Hodgson1-11/+79
2010-06-02sfc: Support only two rx buffers per pageSteve Hodgson1-132/+96
2010-06-02sfc: Remove efx_rx_queue::add_lockSteve Hodgson1-74/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
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