| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-05-09 | 5 | -152/+166 |
|\ |
|
| * | firewire: ohci: dump_stack() for PHY regs read/write failures | Peter Hurley | 2013-04-30 | 1 | -2/+4 |
| * | firewire: ohci: Improve bus reset error messages | Peter Hurley | 2013-04-30 | 1 | -13/+14 |
| * | firewire: ohci: Alias dev_* log functions | Peter Hurley | 2013-04-30 | 1 | -78/+65 |
| * | firewire: ohci: Fix 'failed to read phy reg' on FW643 rev8 | Peter Hurley | 2013-04-30 | 1 | -2/+18 |
| * | firewire: ohci: fix VIA VT6306 video reception | Andy Leiserson | 2013-04-28 | 1 | -3/+35 |
| * | firewire: ohci: Check LPS before register access on pci removal | Peter Hurley | 2013-04-28 | 1 | -4/+9 |
| * | firewire: ohci: Fix double free_irq() | Peter Hurley | 2013-04-28 | 1 | -22/+16 |
| * | firewire: remove unnecessary alloc/OOM messages | Stefan Richter | 2013-04-28 | 5 | -30/+12 |
| * | firewire: sbp2: replace BUG_ON by WARN_ON | Stefan Richter | 2013-04-28 | 1 | -2/+2 |
| * | firewire: core: remove an always false test | Stefan Richter | 2013-04-28 | 1 | -2/+1 |
| * | firewire: Remove two unneeded checks for macros | Paul Bolle | 2013-04-28 | 2 | -4/+0 |
* | | net: add ETH_P_802_3_MIN | Simon Horman | 2013-03-28 | 1 | -1/+1 |
* | | firewire net, ipv6: IPv6 over Firewire (RFC3146) support. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-03-26 | 2 | -8/+77 |
* | | firewire net, ipv4 arp: Extend hardware address and remove driver-level packe... | YOSHIFUJI Hideaki / 吉藤英明 | 2013-03-26 | 1 | -127/+26 |
* | | firewire net: Ignore spd and max_payload advertised by ARP. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-03-26 | 1 | -16/+0 |
* | | firewire net: Allocate address handler before registering net_device. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-03-26 | 1 | -12/+10 |
* | | firewire net: Send L2 multicast via GASP. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-03-26 | 1 | -5/+7 |
* | | firewire net: Accept IPv4 and ARP only. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-03-26 | 1 | -2/+19 |
* | | firewire net: Release broadcast/fifo resources on ifdown. | YOSHIFUJI Hideaki | 2013-03-13 | 1 | -4/+4 |
* | | firewire net: Introduce fwnet_broadcast_stop() to destroy broadcast resources. | YOSHIFUJI Hideaki | 2013-03-13 | 1 | -32/+36 |
* | | firewire net: Allocate dev->broadcast_rcv_buffer_ptrs early. | YOSHIFUJI Hideaki | 2013-03-13 | 1 | -12/+12 |
* | | firewire net: Fix leakage of kmap for broadcast receive buffer. | YOSHIFUJI Hideaki | 2013-03-13 | 1 | -0/+7 |
* | | firewire net: Omit checking dev->broadcast_rcv_context in fwnet_broadcast_sta... | YOSHIFUJI Hideaki | 2013-03-13 | 1 | -31/+26 |
* | | firewire net: Clear dev->broadcast_rcv_context and dev->broadcast_state after... | YOSHIFUJI Hideaki | 2013-03-13 | 1 | -0/+3 |
* | | firewire net: Fix memory leakage in fwnet_remove(). | YOSHIFUJI Hideaki | 2013-03-13 | 1 | -0/+2 |
* | | firewire net: Check dev->broadcast_state inside fwnet_broadcast_start(). | YOSHIFUJI Hideaki | 2013-03-13 | 1 | -5/+7 |
* | | firewire net: Setup broadcast and local fifo independently. | YOSHIFUJI Hideaki | 2013-03-13 | 1 | -7/+8 |
* | | firewire net: Introduce fwnet_fifo_{start, stop}() helpers. | YOSHIFUJI Hideaki | 2013-03-13 | 1 | -16/+35 |
* | | firewire net: No need to reset dev->local_fifo after failure of fw_core_add_a... | YOSHIFUJI Hideaki | 2013-03-13 | 1 | -1/+1 |
|/ |
|
* | firewire: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 2 | -17/+13 |
* | firewire: add minor number range check to fw_device_init() | Tejun Heo | 2013-02-27 | 1 | -0/+4 |
* | firewire: don't use idr_remove_all() | Tejun Heo | 2013-02-27 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-02-21 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2013-01-29 | 3 | -9/+12 |
| |\ |
|
| * | | treewide: Fix typo in various drivers | Masanari Iida | 2013-01-09 | 1 | -1/+1 |
* | | | firewire net: Use LL_RESERVED_SPACE(), HH_DATA_OFF(). | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-20 | 1 | -6/+6 |
* | | | firewire net: Ensure checksumming in upper layer. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-20 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 2 | -3/+3 |
|\| |
|
| * | various: Fix spelling of "asynchronous" in comments. | Adam Buchbinder | 2012-11-19 | 2 | -3/+3 |
* | | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-12-13 | 2 | -8/+9 |
|\ \ |
|
| * | | firewire: net: remove unused variable in fwnet_receive_broadcast() | Wei Yongjun | 2012-12-03 | 1 | -2/+0 |
| * | | firewire: net: Fix handling of fragmented multicast/broadcast packets. | Stephan Gatzka | 2012-12-02 | 1 | -4/+9 |
| * | | firewire: sbp2: allow WRITE SAME and REPORT SUPPORTED OPERATION CODES | Stefan Richter | 2012-12-02 | 1 | -2/+0 |
* | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-12-11 | 2 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | firewire: remove use of __devinitdata | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
| * | | firewire: remove use of __devinit | Bill Pemberton | 2012-11-28 | 2 | -2/+2 |
| |/ |
|
* | | [SCSI] sd: Implement support for WRITE SAME | Martin K. Petersen | 2012-11-13 | 1 | -0/+1 |
* | | [SCSI] Add a report opcode helper | Martin K. Petersen | 2012-11-13 | 1 | -0/+1 |
|/ |
|
* | firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel) | Stefan Richter | 2012-10-09 | 1 | -2/+2 |