summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings2012-02-166-14/+50
* sfc: Pass NIC structure into efx_wanted_parallelism()Ben Hutchings2012-02-161-4/+4
* sfc: Add support for 'extra' channel typesBen Hutchings2012-02-163-108/+239
* sfc: Make all CPU/IRQ/channel/queue counts unsignedBen Hutchings2012-02-162-9/+11
* sfc: Make buffer table indices and counts consistently unsignedBen Hutchings2012-02-162-3/+3
* sfc: Disable flow control during flushesSteve Hodgson2012-02-163-0/+9
* sfc: Generalise event generation to cover VF-owned event queuesBen Hutchings2012-02-162-6/+7
* sfc: Use proper function to test for RX channel in efx_poll()Ben Hutchings2012-02-161-1/+1
* sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings2012-02-164-318/+308
* sfc: Generate RX fill events based on RX queues, not channelsBen Hutchings2012-02-163-9/+13
* sfc: Generalise driver event generationBen Hutchings2012-02-161-24/+27
* sfc: Correct MAC filter bitfield definitionsBen Hutchings2012-02-161-10/+10
* sfc: Add support for TX MAC filtersBen Hutchings2012-02-162-5/+72
* sfc: Add support for configuring RX unicast/multicast default filtersBen Hutchings2012-02-163-47/+214
* sfc: Warn if unable to create MTDsBen Hutchings2012-02-132-2/+7
* sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZEBen Hutchings2012-02-133-5/+7
* sfc: Do not retry hardware probe if it schedules a resetBen Hutchings2012-02-131-34/+16
* sfc: Skip RX end-of-batch work on channels without an RX queueBen Hutchings2012-02-131-10/+11
* sonice: Fix build due to botched netdev_alloc_skb() conversion.David S. Miller2012-02-071-1/+1
* caif: remove duplicate initializationDan Carpenter2012-02-071-2/+1
* sh-eth: use netdev stats structure and fix dma_map_singleEric Dumazet2012-02-072-32/+31
* net: fec: Fix build due to wrong dev annotationFabio Estevam2012-02-071-2/+2
* net/sched: sch_plug - Queue traffic until an explicit release commandShriram Rajagopalan2012-02-074-0/+281
* Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2012-02-077-260/+255
|\
| * tipc: Minor optimization to rejection of connection-based messagesAllan Stephens2012-02-061-2/+3
| * tipc: Eliminate alteration of publication key during name table purgingAllan Stephens2012-02-061-4/+0
| * tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens2012-02-061-22/+42
| * tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens2012-02-061-3/+10
| * tipc: Remove obsolete broadcast tag capabilityAllan Stephens2012-02-063-9/+1
| * tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens2012-02-065-165/+100
| * tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens2012-02-061-0/+11
| * tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens2012-02-061-0/+2
| * tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens2012-02-061-18/+40
| * tipc: Add missing broadcast link lock when sending NACKAllan Stephens2012-02-061-0/+2
| * tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens2012-02-061-2/+5
| * tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens2012-02-063-4/+8
| * tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens2012-02-061-4/+5
| * tipc: Prevent transmission of outdated link protocol messagesAllan Stephens2012-02-061-26/+27
| * tipc: improve the link deferred queue insertion algorithmAllan Stephens2012-02-061-25/+23
* | e1000e: minor whitespace and indentation cleanupBruce Allan2012-02-072-37/+43
* | e1000e: fix sparse warnings with -D__CHECK_ENDIAN__Bruce Allan2012-02-072-8/+9
* | e1000e: fix checkpatch warning from MINMAX testBruce Allan2012-02-071-1/+1
* | e1000e: cleanup - use braces in both branches of a conditional statementBruce Allan2012-02-071-1/+2
* | e1000e: cleanup e1000_set_phys_idBruce Allan2012-02-071-2/+2
* | e1000e: cleanup e1000_init_mac_params_82571()Bruce Allan2012-02-071-42/+30
* | e1000e: cleanup e1000_init_mac_params_80003es2lan()Bruce Allan2012-02-071-21/+7
* | e1000e: cleanup - check return values consistentlyBruce Allan2012-02-072-5/+5
* | e1000e: add missing initializers reported when compiling with W=1Bruce Allan2012-02-071-3/+5
* | e1000: Adding e1000_dump functionTushar Dave2012-02-073-0/+235
* | igbvf: refactor Interrupt Throttle Rate codeMitch A Williams2012-02-073-78/+99
OpenPOWER on IntegriCloud