index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: Allocate SRAM between buffer table and descriptor caches at init time
Ben Hutchings
2012-02-16
6
-14
/
+50
*
sfc: Pass NIC structure into efx_wanted_parallelism()
Ben Hutchings
2012-02-16
1
-4
/
+4
*
sfc: Add support for 'extra' channel types
Ben Hutchings
2012-02-16
3
-108
/
+239
*
sfc: Make all CPU/IRQ/channel/queue counts unsigned
Ben Hutchings
2012-02-16
2
-9
/
+11
*
sfc: Make buffer table indices and counts consistently unsigned
Ben Hutchings
2012-02-16
2
-3
/
+3
*
sfc: Disable flow control during flushes
Steve Hodgson
2012-02-16
3
-0
/
+9
*
sfc: Generalise event generation to cover VF-owned event queues
Ben Hutchings
2012-02-16
2
-6
/
+7
*
sfc: Use proper function to test for RX channel in efx_poll()
Ben Hutchings
2012-02-16
1
-1
/
+1
*
sfc: Leave interrupts and event queues enabled whenever we can
Ben Hutchings
2012-02-16
4
-318
/
+308
*
sfc: Generate RX fill events based on RX queues, not channels
Ben Hutchings
2012-02-16
3
-9
/
+13
*
sfc: Generalise driver event generation
Ben Hutchings
2012-02-16
1
-24
/
+27
*
sfc: Correct MAC filter bitfield definitions
Ben Hutchings
2012-02-16
1
-10
/
+10
*
sfc: Add support for TX MAC filters
Ben Hutchings
2012-02-16
2
-5
/
+72
*
sfc: Add support for configuring RX unicast/multicast default filters
Ben Hutchings
2012-02-16
3
-47
/
+214
*
sfc: Warn if unable to create MTDs
Ben Hutchings
2012-02-13
2
-2
/
+7
*
sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZE
Ben Hutchings
2012-02-13
3
-5
/
+7
*
sfc: Do not retry hardware probe if it schedules a reset
Ben Hutchings
2012-02-13
1
-34
/
+16
*
sfc: Skip RX end-of-batch work on channels without an RX queue
Ben Hutchings
2012-02-13
1
-10
/
+11
*
sonice: Fix build due to botched netdev_alloc_skb() conversion.
David S. Miller
2012-02-07
1
-1
/
+1
*
caif: remove duplicate initialization
Dan Carpenter
2012-02-07
1
-2
/
+1
*
sh-eth: use netdev stats structure and fix dma_map_single
Eric Dumazet
2012-02-07
2
-32
/
+31
*
net: fec: Fix build due to wrong dev annotation
Fabio Estevam
2012-02-07
1
-2
/
+2
*
net/sched: sch_plug - Queue traffic until an explicit release command
Shriram Rajagopalan
2012-02-07
4
-0
/
+281
*
Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
2012-02-07
7
-260
/
+255
|
\
|
*
tipc: Minor optimization to rejection of connection-based messages
Allan Stephens
2012-02-06
1
-2
/
+3
|
*
tipc: Eliminate alteration of publication key during name table purging
Allan Stephens
2012-02-06
1
-4
/
+0
|
*
tipc: Prevent loss of fragmented messages over broadcast link
Allan Stephens
2012-02-06
1
-22
/
+42
|
*
tipc: Prevent loss of fragmented messages over unicast links
Allan Stephens
2012-02-06
1
-3
/
+10
|
*
tipc: Remove obsolete broadcast tag capability
Allan Stephens
2012-02-06
3
-9
/
+1
|
*
tipc: Major redesign of broadcast link ACK/NACK algorithms
Allan Stephens
2012-02-06
5
-165
/
+100
|
*
tipc: Add missing locks in broadcast link statistics accumulation
Allan Stephens
2012-02-06
1
-0
/
+11
|
*
tipc: Fix bug in broadcast link duplicate message statistics
Allan Stephens
2012-02-06
1
-0
/
+2
|
*
tipc: Fix node lock reclamation issues in broadcast link reception
Allan Stephens
2012-02-06
1
-18
/
+40
|
*
tipc: Add missing broadcast link lock when sending NACK
Allan Stephens
2012-02-06
1
-0
/
+2
|
*
tipc: Fix problem with broadcast link synchronization between nodes
Allan Stephens
2012-02-06
1
-2
/
+5
|
*
tipc: Ensure broadcast link re-acquires node after link failure
Allan Stephens
2012-02-06
3
-4
/
+8
|
*
tipc: Prevent broadcast link stalling in dual LAN environments
Allan Stephens
2012-02-06
1
-4
/
+5
|
*
tipc: Prevent transmission of outdated link protocol messages
Allan Stephens
2012-02-06
1
-26
/
+27
|
*
tipc: improve the link deferred queue insertion algorithm
Allan Stephens
2012-02-06
1
-25
/
+23
*
|
e1000e: minor whitespace and indentation cleanup
Bruce Allan
2012-02-07
2
-37
/
+43
*
|
e1000e: fix sparse warnings with -D__CHECK_ENDIAN__
Bruce Allan
2012-02-07
2
-8
/
+9
*
|
e1000e: fix checkpatch warning from MINMAX test
Bruce Allan
2012-02-07
1
-1
/
+1
*
|
e1000e: cleanup - use braces in both branches of a conditional statement
Bruce Allan
2012-02-07
1
-1
/
+2
*
|
e1000e: cleanup e1000_set_phys_id
Bruce Allan
2012-02-07
1
-2
/
+2
*
|
e1000e: cleanup e1000_init_mac_params_82571()
Bruce Allan
2012-02-07
1
-42
/
+30
*
|
e1000e: cleanup e1000_init_mac_params_80003es2lan()
Bruce Allan
2012-02-07
1
-21
/
+7
*
|
e1000e: cleanup - check return values consistently
Bruce Allan
2012-02-07
2
-5
/
+5
*
|
e1000e: add missing initializers reported when compiling with W=1
Bruce Allan
2012-02-07
1
-3
/
+5
*
|
e1000: Adding e1000_dump function
Tushar Dave
2012-02-07
3
-0
/
+235
*
|
igbvf: refactor Interrupt Throttle Rate code
Mitch A Williams
2012-02-07
3
-78
/
+99
[next]