aboutsummaryrefslogtreecommitdiffstats
path: root/hw/e1000.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-06only check RCTL_EN in e1000_can_receive()aliguori1-2/+1
2008-07-29e1000: use common checksumming codealiguori1-14/+6
2008-07-18Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths1-7/+3
2008-07-16e1000: only use TSE if enabled for current packet (Anthony Xu). balrog1-19/+32
2008-05-13Fix compiler warning.ths1-1/+1
2008-03-28e1000: add phy specific status registeraurel321-1/+2
2008-03-28e1000: fix unaligned accessaurel321-1/+1
2008-03-13e1000: fix endianness issuesaurel321-7/+16
2008-03-10Change the e1000 mmio addr space according to spec.aurel321-1/+1
2008-02-10Fix parallel port software emulation (Hervé Poussineau).balrog1-1/+0
2008-02-10Remove unused boolean_t, should fix building for Solaris.balrog1-1/+0
2008-02-03E1000 NIC emulation (Nir Peleg, patch from Dor Laor).balrog1-0/+999