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