index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-22
Merge branches 'fixes' and 'fwnet' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-7
/
+19
2011-01-21
firewire: net: is not experimental anymore
Stefan Richter
1
-4
/
+2
2011-01-21
firewire: net: invalidate ARP entries of removed nodes
Maxim Levitsky
1
-1
/
+8
2011-01-21
firewire: core: fix unstable I/O with Canon camcorder
Stefan Richter
1
-2
/
+9
2011-01-13
firewire: ohci: fix compilation on arches without PAGE_KERNEL_RO
Clemens Ladisch
1
-1
/
+1
2011-01-04
firewire: use split transaction timeout only for split transactions
Clemens Ladisch
1
-13
/
+32
2011-01-04
firewire: ohci: consolidate context status flags
Stefan Richter
1
-6
/
+3
2011-01-04
firewire: ohci: cache the context run bit
Clemens Ladisch
1
-4
/
+4
2011-01-04
firewire: ohci: flush AT contexts after bus reset - addendum
Stefan Richter
1
-0
/
+7
2011-01-04
firewire: ohci: flush AT contexts after bus reset for OHCI 1.2
Clemens Ladisch
1
-7
/
+39
2010-12-19
firewire: net: set carrier state at ifup
Stefan Richter
1
-15
/
+21
2010-12-19
firewire: net: add carrier detection
Maxim Levitsky
1
-0
/
+17
2010-12-13
firewire: net: ratelimit error messages
Maxim Levitsky
1
-4
/
+12
2010-12-13
firewire: ohci: restart iso DMA contexts on resume from low power mode
Maxim Levitsky
1
-8
/
+46
2010-12-13
firewire: ohci: restore GUID on resume.
Maxim Levitsky
1
-0
/
+7
2010-12-13
firewire: ohci: use common buffer for self IDs and AR descriptors
Clemens Ladisch
1
-32
/
+34
2010-12-13
firewire: ohci: optimize iso context checks in the interrupt handler
Clemens Ladisch
1
-13
/
+19
2010-12-13
firewire: make PHY packet header format consistent
Clemens Ladisch
4
-29
/
+33
2010-12-13
firewire: ohci: properly clear posted write errors
Clemens Ladisch
1
-3
/
+12
2010-12-13
firewire: ohci: flush MMIO writes in the interrupt handler
Clemens Ladisch
1
-1
/
+2
2010-12-13
firewire: ohci: fix AT context initialization error handling
Clemens Ladisch
1
-4
/
+10
2010-12-13
firewire: ohci: Asynchronous Reception rewrite
Clemens Ladisch
2
-135
/
+278
2010-12-12
firewire: core: Update WARN uses
Joe Perches
1
-3
/
+3
2010-12-12
firewire: nosy: char device is not seekable
Stefan Richter
1
-2
/
+1
2010-12-12
firewire: ohci: fix regression with Agere FW643 rev 06, disable MSI
Stefan Richter
1
-15
/
+33
2010-12-12
firewire: ohci: fix regression with VIA VT6315, disable MSI
Stefan Richter
1
-1
/
+2
2010-11-28
Merge branch 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
Linus Torvalds
1
-70
/
+90
2010-11-17
firewire: net: throttle TX queue before running out of tlabels
Stefan Richter
1
-24
/
+35
2010-11-17
firewire: net: replace lists by counters
Stefan Richter
1
-47
/
+26
2010-11-17
firewire: net: fix memory leaks
Stefan Richter
1
-4
/
+31
2010-11-17
firewire: net: count stats.tx_packets and stats.tx_bytes
Stefan Richter
1
-3
/
+6
2010-11-17
SCSI host lock push-down
Jeff Garzik
1
-1
/
+3
2010-11-06
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
Linus Torvalds
1
-23
/
+65
2010-10-31
firewire: ohci: fix race when reading count in AR descriptor
Clemens Ladisch
1
-2
/
+4
2010-10-31
firewire: ohci: avoid reallocation of AR buffers
Clemens Ladisch
1
-12
/
+16
2010-10-31
firewire: ohci: fix race in AR split packet handling
Clemens Ladisch
1
-14
/
+21
2010-10-31
firewire: ohci: fix buffer overflow in AR split packet handling
Clemens Ladisch
1
-3
/
+32
2010-10-25
Merge branch 'ieee1394-removal' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-5
/
+310
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-13
/
+0
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-26
/
+1
2010-10-17
firewire: ohci: fix TI TSB82AA2 regression since 2.6.35
Stefan Richter
2
-26
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-11
ieee1394: remove the old IEEE 1394 driver stack
Stefan Richter
1
-5
/
+0
2010-10-11
ieee1394: move init_ohci1394_dma to drivers/firewire/
Stefan Richter
2
-0
/
+310
2010-10-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-09-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
4
-25
/
+49
2010-09-08
firewire: ohci: activate cycle timer register quirk on Ricoh chips
Heikki Lindholm
1
-0
/
+1
2010-08-29
firewire: ohci: work around VIA and NEC PHY packet reception bug
Stefan Richter
1
-1
/
+9
2010-08-19
firewire: core: do not use del_timer_sync() in interrupt context
Clemens Ladisch
1
-3
/
+10
[prev]
[next]