summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/rx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-301-5/+5
* sfc: Combine high-level header filesBen Hutchings2009-11-241-1/+0Star
* sfc: Record RX queue number on GRO pathBen Hutchings2009-11-241-2/+4
* sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()Ben Hutchings2009-11-241-12/+14
* sfc: Remove ridiculously paranoid assertionsBen Hutchings2009-11-241-3/+0Star
* sfc: Remove redundant gotos from __efx_rx_packet()Ben Hutchings2009-11-241-5/+2Star
* sfc: Enable heuristic selection between page and skb RX buffersBen Hutchings2009-10-301-1/+1
* sfc: Feed GRO result into RX allocation policy and interrupt moderationBen Hutchings2009-10-301-2/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-301-3/+6
|\
| * sfc: Set ip_summed correctly for page buffers passed to GROBen Hutchings2009-10-281-3/+6
* | sfc: Eliminate indirect lookups of queue size constantsBen Hutchings2009-10-241-10/+6Star
|/
* gro: New frags interface to avoid copying shinfoHerbert Xu2009-04-161-8/+18
* net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller2009-01-281-0/+2
* sfc: Replace LRO with GROHerbert Xu2009-01-211-191/+16Star
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+1
* sfc: Remove some unreachable error pathsBen Hutchings2008-09-031-2/+2
* sfc: Cleanup RX queue informationBen Hutchings2008-09-031-16/+6Star
* sfc: Removed forced inlining of long functionsBen Hutchings2008-09-031-21/+21
* sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings2008-09-031-7/+7
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-2/+2
* sfc: Remove redundant casts to and from void *Ben Hutchings2008-05-221-4/+4
* sfc: Merged efx_page_offset() into efx_rx_buf_offset()Ben Hutchings2008-05-221-7/+3Star
* sfc: Replaced various macros with inline functionsBen Hutchings2008-05-221-15/+24
* sfc: Added and removed braces to comply with kernel styleBen Hutchings2008-05-221-1/+2
* [netdrvr] sfc: sfc: Add self-test supportBen Hutchings2008-05-131-0/+10
* [netdrvr] sfc: Removed bogus 'fall-thru' commentsBen Hutchings2008-05-131-1/+0Star
* New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings2008-04-291-0/+875