aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-27ieee1394: eth1394: handle tlabel exhaustionStefan Richter2-17/+67
2007-05-27ieee1394: eth1394: remove bogus netif_wake_queueStefan Richter1-4/+0
2007-05-27ieee1394: sbp2: include workqueue.hStefan Richter1-0/+1
2007-05-27[SCSI] sbp2: convert to use the data buffer accessorsFUJITA Tomonori1-71/+4
2007-05-10Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-0/+2
2007-05-10[S390] Kconfig: refine depends statements.Martin Schwidefsky1-0/+1
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap3-3/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-04-30ieee1394: remove garbage from KconfigStefan Richter1-2/+0
2007-04-30ieee1394: more help in KconfigStefan Richter1-8/+12
2007-04-30ieee1394: ohci1394: Fix mistake in printk message.Simon Arlott1-1/+1
2007-04-30ieee1394: ohci1394: remove unnecessary rcvPhyPkt bit flipping in LinkControl registerBernhard Kauer1-6/+2
2007-04-30ieee1394: ohci1394: fix cosmetic problem in error loggingStefan Richter1-0/+1
2007-04-30ieee1394: eth1394: send async streams at S100 on 1394b busesStefan Richter1-5/+13
2007-04-30ieee1394: eth1394: fix error path in module_initAkinobu Mita1-3/+12
2007-04-30ieee1394: eth1394: correct return codes in hard_start_xmitStefan Richter1-18/+16
2007-04-30ieee1394: eth1394: hard_start_xmit is called in atomic contextStefan Richter1-3/+2
2007-04-30ieee1394: eth1394: some conditions are unlikelyStefan Richter1-4/+4
2007-04-30ieee1394: eth1394: clean up fragment_overlapStefan Richter1-4/+4
2007-04-30ieee1394: eth1394: don't use alloc_etherdevStefan Richter1-15/+5
2007-04-30ieee1394: eth1394: omit useless set_mac_address callbackStefan Richter1-13/+1
2007-04-30ieee1394: eth1394: CONFIG_INET is always definedStefan Richter1-12/+4
2007-04-30ieee1394: eth1394: allow MTU bigger than 1500Stefan Richter1-15/+19
2007-04-30ieee1394: unexport highlevel_host_resetAdrian Bunk1-1/+0
2007-04-30ieee1394: eth1394: contain host resetStefan Richter1-4/+2
2007-04-30ieee1394: eth1394: shorter error messagesStefan Richter1-24/+16
2007-04-30ieee1394: eth1394: correct a memset argumentStefan Richter1-1/+1
2007-04-30ieee1394: eth1394: refactor .probe and .updateStefan Richter1-32/+16
2007-04-30ieee1394: eth1394: .probe and .update may sleepStefan Richter1-8/+4
2007-04-30ieee1394: eth1394: coding styleStefan Richter2-244/+206
2007-04-30ieee1394: eth1394: Move common recv_init code to helper functionJean Delvare1-40/+31
2007-04-30ieee1394: eth1394: don't autoload by hotplug when ohci1394 startsStefan Richter5-86/+36
2007-04-30ieee1394: eth1394: reduce excessive function inliningStefan Richter1-38/+36
2007-04-30ieee1394: eth1394: clean up host removalStefan Richter1-17/+10
2007-04-30ieee1394: eth1394: unregister address space in failure caseStefan Richter1-7/+6
2007-04-30ieee1394: send async streams at S100Stefan Richter1-0/+7
2007-04-30ieee1394: SPIN_LOCK_UNLOCKED cleanupMilind Arun Choudhary1-1/+1
2007-04-30ieee1394: nodemgr: unify some error messagesStefan Richter1-8/+5
2007-04-30ieee1394: nodemgr: less noise in dmesgStefan Richter1-7/+8
2007-04-30ieee1394: unroll a weird macroStefan Richter1-50/+41
2007-04-30ieee1394: iso.c needs sched.hAndrew Morton1-0/+1
2007-04-30ieee1394: some more includesStefan Richter2-0/+4
2007-04-30ieee1394: ieee1394_transactions needs sched.hTorsten Kaiser1-0/+1
2007-04-30ieee1394: ieee1394_core printk formatRandy Dunlap1-1/+1
2007-04-30ieee1394: remove usage of skb_queue as packet queueStefan Richter6-169/+163
2007-04-30ieee1394: csr1212: log if devices have CRC errors in their ROMStefan Richter1-18/+9
2007-04-30ieee1394: csr1212: more sensible names for jump targetsStefan Richter1-10/+8
2007-04-30ieee1394: csr1212: warn on unreachable codeStefan Richter1-2/+5
2007-04-30ieee1394: shrink csr1212_new_string_descriptor_leafStefan Richter1-77/+46