index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
eepro100.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: intorduce qemu_del_nic()
Jason Wang
2013-02-01
1
-1
/
+1
*
net: introduce qemu_get_nic()
Jason Wang
2013-02-01
1
-3
/
+3
*
net: introduce qemu_get_queue()
Jason Wang
2013-02-01
1
-6
/
+6
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
net: reorganize headers
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
pci: update all users to look in pci/
Michael S. Tsirkin
2012-12-17
1
-1
/
+1
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-2
/
+2
*
eepro100: Fix network hang when rx buffers run out
Bo Yang
2012-09-14
1
-1
/
+3
*
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
Stefan Hajnoczi
2012-08-01
1
-1
/
+1
*
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi
2012-08-01
1
-3
/
+3
*
Merge branch pci into master
Michael S. Tsirkin
2012-07-29
1
-2
/
+1
|
\
|
*
pci: convert PCIUnregisterFunc to void
Alex Williamson
2012-07-04
1
-2
/
+1
*
|
Avoid returning void
Blue Swirl
2012-07-28
1
-4
/
+11
*
|
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
2012-07-23
1
-1
/
+1
|
/
*
eepro100: Fix multicast regression
Stefan Weil
2012-04-25
1
-2
/
+26
*
net: move compute_mcast_idx() to net.h
Jason Wang
2012-03-16
1
-25
/
+0
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-39
/
+44
*
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-75
/
+125
*
qdev: don't access name through info
Anthony Liguori
2012-01-27
1
-1
/
+1
*
qdev: move qdev->info to class
Anthony Liguori
2012-01-27
1
-2
/
+2
*
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
Anthony Liguori
2011-12-14
1
-1
/
+1
|
\
|
*
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-06
1
-1
/
+1
*
|
Remove unnecessary casts from PCI DMA code in eepro100
David Gibson
2011-12-12
1
-4
/
+3
|
/
*
eepro100: Fix alignment requirement for statistical counters
Stefan Weil
2011-11-28
1
-1
/
+9
*
eepro100: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
2011-11-01
1
-72
/
+49
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-1
/
+1
*
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
1
-4
/
+3
*
eepro100: convert to memory API
Avi Kivity
2011-08-08
1
-145
/
+37
*
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
2011-06-15
1
-1
/
+1
|
\
|
*
Fix typo in code and comments
Stefan Weil
2011-05-06
1
-1
/
+1
*
|
eepro100: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
2011-06-12
1
-41
/
+33
|
/
*
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
2011-05-05
1
-1
/
+1
|
\
|
*
PXE: Use consistent naming for PXE ROMs
Alex Williamson
2011-04-18
1
-1
/
+1
*
|
eepro100: Support 32 bit read/write access to flash register
Stefan Weil
2011-05-05
1
-0
/
+9
*
|
eepro100: Support byte read access to general control register
Stefan Weil
2011-05-05
1
-0
/
+3
*
|
eepro100: Support byte/word read/write access to MDI control register
Stefan Weil
2011-05-05
1
-2
/
+32
*
|
eepro100: Support byte/word writes to pointer register
Stefan Weil
2011-05-05
1
-17
/
+16
*
|
eepro100: Support byte/word writes to port address
Stefan Weil
2011-05-05
1
-2
/
+18
*
|
eepro100: Fix endianness issues
Stefan Weil
2011-05-05
1
-44
/
+97
*
|
eepro100: Pad received short frames
Stefan Weil
2011-05-05
1
-1
/
+25
*
|
eepro100: Remove unused structure element
Stefan Weil
2011-05-05
1
-3
/
+3
*
|
eepro100: Remove type casts which are no longer needed
Stefan Weil
2011-05-05
1
-7
/
+6
*
|
eepro100: Avoid duplicate debug messages
Stefan Weil
2011-05-05
1
-5
/
+9
*
|
eepro100: convert to pci_register_bar_simple()
Avi Kivity
2011-04-07
1
-30
/
+13
|
/
*
Add bootindex parameter to net/block/fd device
Gleb Natapov
2010-12-11
1
-0
/
+3
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-1
/
+2
*
eepro100: Use a single rom file for all i825xx devices
Stefan Weil
2010-11-22
1
-11
/
+3
*
Merge branch 'pci' into for_anthony
Michael S. Tsirkin
2010-10-27
1
-2
/
+2
|
\
|
*
pci: consolidate pci_add_capability_at_offset() into pci_add_capability().
Isaku Yamahata
2010-09-07
1
-2
/
+2
[next]