aboutsummaryrefslogtreecommitdiff
path: root/drivers/ieee1394
AgeCommit message (Expand)Author
2007-04-30ieee1394: eth1394: some conditions are unlikelyStefan Richter
2007-04-30ieee1394: eth1394: clean up fragment_overlapStefan Richter
2007-04-30ieee1394: eth1394: don't use alloc_etherdevStefan Richter
2007-04-30ieee1394: eth1394: omit useless set_mac_address callbackStefan Richter
2007-04-30ieee1394: eth1394: CONFIG_INET is always definedStefan Richter
2007-04-30ieee1394: eth1394: allow MTU bigger than 1500Stefan Richter
2007-04-30ieee1394: unexport highlevel_host_resetAdrian Bunk
2007-04-30ieee1394: eth1394: contain host resetStefan Richter
2007-04-30ieee1394: eth1394: shorter error messagesStefan Richter
2007-04-30ieee1394: eth1394: correct a memset argumentStefan Richter
2007-04-30ieee1394: eth1394: refactor .probe and .updateStefan Richter
2007-04-30ieee1394: eth1394: .probe and .update may sleepStefan Richter
2007-04-30ieee1394: eth1394: coding styleStefan Richter
2007-04-30ieee1394: eth1394: Move common recv_init code to helper functionJean Delvare
2007-04-30ieee1394: eth1394: don't autoload by hotplug when ohci1394 startsStefan Richter
2007-04-30ieee1394: eth1394: reduce excessive function inliningStefan Richter
2007-04-30ieee1394: eth1394: clean up host removalStefan Richter
2007-04-30ieee1394: eth1394: unregister address space in failure caseStefan Richter
2007-04-30ieee1394: send async streams at S100Stefan Richter
2007-04-30ieee1394: SPIN_LOCK_UNLOCKED cleanupMilind Arun Choudhary
2007-04-30ieee1394: nodemgr: unify some error messagesStefan Richter
2007-04-30ieee1394: nodemgr: less noise in dmesgStefan Richter
2007-04-30ieee1394: unroll a weird macroStefan Richter
2007-04-30ieee1394: iso.c needs sched.hAndrew Morton
2007-04-30ieee1394: some more includesStefan Richter
2007-04-30ieee1394: ieee1394_transactions needs sched.hTorsten Kaiser
2007-04-30ieee1394: ieee1394_core printk formatRandy Dunlap
2007-04-30ieee1394: remove usage of skb_queue as packet queueStefan Richter
2007-04-30ieee1394: csr1212: log if devices have CRC errors in their ROMStefan Richter
2007-04-30ieee1394: csr1212: more sensible names for jump targetsStefan Richter
2007-04-30ieee1394: csr1212: warn on unreachable codeStefan Richter
2007-04-30ieee1394: shrink csr1212_new_string_descriptor_leafStefan Richter
2007-04-30ieee1394: csr1212: coding styleStefan Richter
2007-04-30ieee1394: replace vmalloc by kmalloc in csr1212Stefan Richter
2007-04-30ieee1394: de-inline some functionsStefan Richter
2007-04-30ieee1394: stricter error checks in csr1212Stefan Richter
2007-04-30ieee1394: csr1212: rename some typesStefan Richter
2007-04-30ieee1394: drop csr1212's support for external compilationStefan Richter
2007-04-30ieee1394: remove unused csr1212 codeStefan Richter
2007-04-30ieee1394: small header cleanupStefan Richter
2007-04-30ieee1394: move some comments from declaration to definitionStefan Richter
2007-04-30ieee1394: remove declarations of nonexisting functionsStefan Richter
2007-04-30ieee1394: sbp2: include fixesAndrew Morton
2007-04-30ieee1394: sbp2: move some memory allocations into non-atomic contextStefan Richter
2007-04-30ieee1394: sbp2: optimize DMA direction of s/g tablesStefan Richter
2007-04-30ieee1394: sbp2: enforce 32bit DMA mappingStefan Richter
2007-04-30ieee1394: sbp2: remove unnecessary alignments of struct membersStefan Richter
2007-04-27IEEE1394: remove rwsem use from ieee1394 coreGreg Kroah-Hartman
2007-04-27uevent: use add_uevent_var() instead of open coding itEric Rannaud
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo