index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
bonding: fix a race condition in calls to slave MII ioctls
Jiri Bohac
2009-10-28
1
-1
/
+1
|
*
|
|
|
virtio-net: fix data corruption with OOM
Michael S. Tsirkin
2009-10-28
1
-3
/
+11
|
*
|
|
|
sfc: Set ip_summed correctly for page buffers passed to GRO
Ben Hutchings
2009-10-28
1
-3
/
+6
|
*
|
|
|
cnic: Fix L2CTX_STATUSB_NUM offset in context memory.
Michael Chan
2009-10-28
2
-6
/
+9
|
*
|
|
|
sh_eth: Add asm/cacheflush.h
Nobuhiro Iwamatsu
2009-10-26
1
-0
/
+1
|
*
|
|
|
PPPoE: Fix flush/close races.
Michal Ostrowski
2009-10-26
1
-61
/
+68
|
*
|
|
|
e1000e: allow for swflag to be held over consecutive PHY accesses
Bruce Allan
2009-10-26
4
-141
/
+346
|
*
|
|
|
e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCH
Bruce Allan
2009-10-26
1
-31
/
+58
|
*
|
|
|
e1000e: 82577/82578 requires a different method to configure LPLU
Bruce Allan
2009-10-26
1
-0
/
+40
|
*
|
|
|
e1000e: increase swflag acquisition timeout for ICHx/PCH
Bruce Allan
2009-10-26
1
-1
/
+3
|
*
|
|
|
e1000e: clear PHY wakeup bit after LCD reset on 82577/82578
Bruce Allan
2009-10-26
1
-1
/
+9
|
*
|
|
|
igbvf: fix memory leak when ring size changed while interface down
Alexander Duyck
2009-10-26
1
-13
/
+17
|
*
|
|
|
ixgbe: fix memory leak when resizing rings while interface is down
Alexander Duyck
2009-10-26
1
-9
/
+13
|
*
|
|
|
igb: fix memory leak when setting ring size while interface is down
Alexander Duyck
2009-10-26
1
-13
/
+22
|
*
|
|
|
bonding: Modify hash transmit policies to use the packet's source MAC address
Jasper Spaans
2009-10-24
1
-4
/
+4
|
|
/
/
/
|
*
|
|
pktgen: Dont leak kernel memory
Eric Dumazet
2009-10-24
1
-5
/
+10
|
*
|
|
DM9000: Fix revision ID for DM9000B
Ben Dooks
2009-10-24
1
-1
/
+1
|
*
|
|
r8169: fix Ethernet Hangup for RTL8110SC rev d
Simon Wunderlich
2009-10-24
1
-1
/
+12
|
*
|
|
ifb: should not use __dev_get_by_index() without locks
Eric Dumazet
2009-10-22
1
-1
/
+2
|
*
|
|
net: au1000_eth: add missing capability.h
Manuel Lauss
2009-10-22
1
-0
/
+1
|
*
|
|
myri10ge: improve port type reporting in ethtool
Brice Goglin
2009-10-22
1
-3
/
+14
|
*
|
|
net: use WARN() for the WARN_ON in commit b6b39e8f3fbbb
Arjan van de Ven
2009-10-22
1
-3
/
+3
|
*
|
|
e1000e: reset the PHY on 82577/82578 when going to Sx
Bruce Allan
2009-10-22
1
-2
/
+1
|
*
|
|
isdn: fix possible circular locking dependency
Xiaotian Feng
2009-10-22
1
-3
/
+3
|
*
|
|
netxen: avoid undue board config check
Dhananjay Phadke
2009-10-22
1
-10
/
+4
|
*
|
|
netxen: fix tx timeout handling on firmware hang
Amit Kumar Salecha
2009-10-22
1
-0
/
+1
|
*
|
|
netxen: fix i2c init
Dhananjay Phadke
2009-10-22
2
-6
/
+3
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2009-10-29
2
-24
/
+28
|
\
\
\
\
|
*
|
|
|
sched: move rq_weight data array out of .percpu
Jiri Kosina
2009-10-29
1
-11
/
+11
|
*
|
|
|
percpu: allow pcpu_alloc() to be called with IRQs off
Jiri Kosina
2009-10-29
1
-13
/
+17
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-param-fixes
Linus Torvalds
2009-10-29
2
-12
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
param: fix setting arrays of bool
Rusty Russell
2009-10-29
1
-1
/
+4
|
*
|
|
|
|
param: fix NULL comparison on oom
Rusty Russell
2009-10-29
1
-1
/
+1
|
*
|
|
|
|
param: fix lots of bugs with writing charp params from sysfs, by leaking mem.
Rusty Russell
2009-10-29
2
-10
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2009-10-29
2
-12
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
virtio: order used ring after used index read
Michael S. Tsirkin
2009-10-29
1
-0
/
+3
|
*
|
|
|
|
virtio-pci: fix per-vq MSI-X request logic
Michael S. Tsirkin
2009-10-29
1
-12
/
+15
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2009-10-29
3
-2
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
backing-dev: ensure that a removed bdi no longer has super_block referencing it
Jens Axboe
2009-10-29
1
-0
/
+16
|
*
|
|
|
|
block: use after free bug in __blkdev_get
Neil Brown
2009-10-26
1
-1
/
+1
|
*
|
|
|
|
block: silently error unsupported empty barriers too
Mark McLoughlin
2009-10-24
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2009-10-29
1
-11
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Revert "PCI: get larger bridge ranges when space is available"
Jesse Barnes
2009-10-27
1
-11
/
+2
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
2009-10-29
1
-0
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
mlx4_core: Add a new supported 40 GigE device ID
Eli Cohen
2009-10-14
1
-0
/
+1
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
2009-10-29
8
-25
/
+43
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
[SCSI] zfcp: Flush SCSI registration work when adding unit
Christof Schmitt
2009-10-22
1
-0
/
+1
|
*
|
|
|
|
|
|
[SCSI] zfcp: Fix timer initialization for ct and els requests
Christof Schmitt
2009-10-22
1
-1
/
+1
|
*
|
|
|
|
|
|
[SCSI] zfcp: Warn about storage devices with broken PLOGI data
Christof Schmitt
2009-10-22
1
-2
/
+9
|
*
|
|
|
|
|
|
[SCSI] zfcp: Handle WWPN mismatch in PLOGI payload
Christof Schmitt
2009-10-22
3
-12
/
+22
[prev]
[next]