summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-11Add e100.Zheng Da
2010-05-11block intloop thread when irq is disabled.Zheng Da
2010-05-11Add ne2k-pci driver.Zheng Da
2010-05-07call device_irq_enable even when interrupt is ignored.Zheng Da
2010-05-07Add DDE rtl8139.Zheng Da
2010-05-07fix a bug when device_intr_notify return an error.Zheng Da
2010-05-07remove printing in dde_e1000 and dde_pcnet32.Zheng Da
2010-05-07make devnode open for reading and writing.root
2010-05-06remove local_irq_restore in spin_trylock_irqsave.Zheng Da
2010-05-05explicitly show pcibios_enable_device isn't implemented.Zheng Da
2010-05-05fix a bug in searching network devices.Zheng Da
2010-05-04Add util.h in libddekit.Zheng Da
2010-05-04Use more memory chunks for linux_kmalloc.Zheng Da
2010-05-04remove all temporary files created by vim.Zheng Da
2010-05-04Add printing.Zheng Da
2010-05-04make devnode readable and writable.Zheng Da
2010-04-22ddekit: print messages.Zheng Da
2010-04-22jiffies in the type of unsigned long.Zheng Da
2010-04-22jiffies in the type of unsigned long.Zheng Da
2010-04-06Use pci_set_master in linux.Zheng Da
2010-04-06implement dump_stack in libddekit with backtrace.Zheng Da
2010-04-06Use mem device to map memory for MMIO.Zheng Da
2010-04-06set memory allocated by ddekit_large_malloc to zeroZheng Da
2010-04-05check in the initial version of dde_e1000Zheng Da
2010-03-03Support MMIO.Zheng Da
2010-02-28Set the right source hw address in dde_pcnet32_test.Zheng Da
2010-02-28reset the helder pointer before unlock in ddekit lock.Zheng Da
2010-02-28implement cli/sti with a lock.Zheng Da
2010-02-27ignore more files.Zheng Da
2010-02-27Use lock to protect pending softirq variable.Zheng Da
2010-02-27Use pcnet32 driver in Linux 2.6.29.Zheng Da
2010-02-27Add `flags` in device_intr_notify in libmachdev.Zheng Da
2010-02-27IRQ server doesn't have reply messages.Zheng Da
2010-02-27Add `flags` in RPC device_intr_notify definition.Zheng Da
2010-02-27Remove tmp and ignore it in the future.Zheng Da
2010-02-27Use adapted dev_queue_xmit to transmit packets in DDE Linux.Zheng Da
2010-02-27Add `flags` for interrupt registration.Zheng Da
2010-02-27remove RPCs for PCI conf space.Zheng Da
2010-02-08remove io done thread.Zheng Da
2010-02-08return packet transmission error to the client.Zheng Da
2010-02-07initialize new fields in sk_buff.Zheng Da
2010-02-07free delivered packets.Zheng Da
2010-02-06remove printing in dde_pcnet32.Zheng Da
2010-02-06fix a serious bug in dde_linux26.Zheng Da
2010-02-05a new thread for device requests in dde_pcnet32.Zheng Da
2010-02-05remove printing in the trivfs server.Zheng Da
2010-02-05trivfs server creates its own port bucket.Zheng Da
2010-02-05deallocate skb_reply before freeing the packet.Zheng Da
2010-02-05create device port with create_device_port.Zheng Da
2010-02-05dereference ports when return D_INVALID_OPERATIONS in device requests.Zheng Da