index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
/spare/repo/netdev-2.6 branch 'sis190'
Jeff Garzik
2005-08-29
3
-0
/
+1855
|
\
|
*
[PATCH] sis190: complete the mii probe before registering the netdevice
Francois Romieu
2005-08-26
1
-11
/
+12
|
*
[PATCH] SIS190 must select MII
Adrian Bunk
2005-08-19
1
-8
/
+9
|
*
[PATCH] sis190: compare the lpa to the local advertisement
Francois Romieu
2005-07-30
1
-1
/
+6
|
*
[PATCH] sis190: PHY identifier for the K8S-MX motherboard.
Francois Romieu
2005-07-30
1
-0
/
+1
|
*
[PATCH] sis190: new PHY detection code.
Francois Romieu
2005-07-30
1
-7
/
+209
|
*
[PATCH] sis190: dummy read is required by the status register
Francois Romieu
2005-07-30
1
-1
/
+8
|
*
[PATCH] sis190: allow a non-hardcoded ID for the PHY.
Francois Romieu
2005-07-30
1
-20
/
+18
|
*
[PATCH] sis190: add endian annotations.
Francois Romieu
2005-07-30
1
-9
/
+9
|
*
[PATCH] sis190: extract bits definition from SiS driver.
Francois Romieu
2005-07-30
1
-28
/
+74
|
*
[PATCH] sis190: the size of the Rx buffer is constrained
Francois Romieu
2005-07-30
1
-1
/
+7
|
*
[PATCH] sis190: initialisation of MAC address.
Francois Romieu
2005-07-30
1
-16
/
+138
|
*
[PATCH] sis190: remove hardcoded constants.
Francois Romieu
2005-07-30
1
-10
/
+18
|
*
[PATCH] sis190: merge some register related information from SiS driver.
Francois Romieu
2005-07-30
1
-9
/
+22
|
*
[PATCH] sis190: ethtool/mii support.
Francois Romieu
2005-07-30
1
-0
/
+60
|
*
[PATCH] sis190: netconsole support.
Francois Romieu
2005-07-30
1
-0
/
+15
|
*
[PATCH] sis190: resurrection
Francois Romieu
2005-07-30
3
-0
/
+1370
*
|
/spare/repo/netdev-2.6 branch 'uli-tulip'
Jeff Garzik
2005-08-29
7
-66
/
+1775
|
\
\
|
*
|
[netdrvr uli526x] fix problems found in review
Peer Chen
2005-08-20
1
-114
/
+93
|
*
|
[netdrvr tulip] Remove ULi-specific code from generic tulip driver
Peer Chen
2005-08-11
4
-66
/
+13
|
*
|
[netdrvr] add 'uli526x' driver (a tulip clone)
Peer Chen
2005-07-29
3
-0
/
+1783
*
|
|
[PATCH] missing include in smc-ultra
Al Viro
2005-08-29
1
-0
/
+1
*
|
|
[PATCH] missing include in tda80xx
Al Viro
2005-08-29
1
-0
/
+1
*
|
|
Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband...
Linus Torvalds
2005-08-29
69
-5583
/
+2486
|
\
\
\
|
*
|
|
[PATCH] IB: move include files to include/rdma
Roland Dreier
2005-08-26
41
-4453
/
+42
|
*
|
|
[PATCH] IPoIB: Fix device removal race
Michael S. Tsirkin
2005-08-26
1
-1
/
+1
|
*
|
|
[PATCH] IB: Add handling for ABORT and STOP RMPP MADs.
Sean Hefty
2005-08-26
2
-65
/
+246
|
*
|
|
[PATCH] IB: fix userspace CM deadlock
Sean Hefty
2005-08-26
2
-313
/
+160
|
*
|
|
[PATCH] IPoIB: Set full membership bit in P_Keys
Roland Dreier
2005-08-26
1
-0
/
+12
|
*
|
|
[PATCH] IB/mthca: Add SRQ implementation
Roland Dreier
2005-08-26
13
-25
/
+857
|
*
|
|
[PATCH] IB/mthca: Handle context tables smaller than our chunk size
Roland Dreier
2005-08-26
1
-1
/
+6
|
*
|
|
[PATCH] IB/mthca: Move WQE structures into their own header
Roland Dreier
2005-08-26
2
-74
/
+115
|
*
|
|
[PATCH] IB/mthca: Simplify handling of completions with error
Roland Dreier
2005-08-26
2
-9
/
+9
|
*
|
|
[PATCH] IB/mthca: Factor out common queue alloc code
Roland Dreier
2005-08-26
5
-224
/
+141
|
*
|
|
[PATCH] IB: userspace SRQ support
Roland Dreier
2005-08-26
4
-4
/
+238
|
*
|
|
[PATCH] IB: Add SRQ support to midlayer
Roland Dreier
2005-08-26
2
-5
/
+158
|
*
|
|
[PATCH] IB/mthca: Report correct max_msg_sz
Roland Dreier
2005-08-26
1
-0
/
+3
|
*
|
|
[PATCH] IB/mthca: Use correct port width capability value
Roland Dreier
2005-08-26
5
-13
/
+10
|
*
|
|
[PATCH] IB: Remove unnecessary includes of <linux/version.h>
Olaf Hering
2005-08-26
4
-4
/
+0
|
*
|
|
[PATCH] IB: Fix ib_mad_thread_completion_handler declaration
Hal Rosenstock
2005-08-26
1
-3
/
+2
|
*
|
|
[PATCH] IB/mthca: use generic function instead of arbel_ version in mthca_fre...
Guy German
2005-08-26
1
-1
/
+1
|
*
|
|
[PATCH] IB: unmap FMRs when destroying FMR pool
Roland Dreier
2005-08-26
1
-0
/
+6
|
*
|
|
[PATCH] IB/mthca: add HCA board ID to sysfs info
Michael S. Tsirkin
2005-08-26
5
-69
/
+109
|
*
|
|
[PATCH] IB: sparse endianness cleanup
Sean Hefty
2005-08-26
34
-562
/
+565
|
*
|
|
[PATCH] IB: Eliminate redundant NULL checks
Hal Rosenstock
2005-08-26
1
-8
/
+4
|
*
|
|
[PATCH] IB: Add copyright notices
Roland Dreier
2005-08-26
39
-17
/
+69
|
*
|
|
[PATCH] IB: Update current firmware versions in mthca driver
Tziporet Koren
2005-08-26
1
-3
/
+3
*
|
|
|
Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-mmc.git
Linus Torvalds
2005-08-29
5
-21
/
+109
|
\
\
\
\
|
*
|
|
|
[MMC] Use an IDR for host name indicies
Russell King
2005-08-19
1
-2
/
+19
|
*
|
|
|
[MMC] Use class device name for mmc host name
Russell King
2005-08-19
1
-2
/
+1
[next]