aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse/drivers
Commit message (Expand)AuthorAgeFilesLines
* Build fix.kfraser@ubuntu.eng.hq.xensource.com2006-09-081-1/+1
* [LINUX] console: ensure virtual console is disabled if mfn/evtchnkfraser@ubuntu.eng.hq.xensource.com2006-09-082-13/+23
* Add support for netif frontends which don't support checksum offload.ssmith@weybridge.uk.xensource.com2006-09-041-0/+8
* [XENBUS] Make frontend drivers shutdown cleanly.kaf24@firebug.cl.cam.ac.uk2006-09-014-8/+39
* [XENBUS] Introduce new "online" node for backend drivers.kaf24@firebug.cl.cam.ac.uk2006-09-016-14/+54
* Add xenbus_strstate() helper function for more readable debug output.kaf24@firebug.cl.cam.ac.uk2006-09-012-2/+17
* [NET] front: move register_netdev() + sysfs attribute registering from create...kaf24@firebug.cl.cam.ac.uk2006-08-301-25/+35
* Small blktap cleanups.akw@devbox.site2006-08-291-4/+4
* [LINUX] Remove hypercall permission checks from privcmd driver.kfraser@localhost.localdomain2006-08-241-23/+0
* [HVM] Clean ups for PV-on-HVM drivers. In particular, platform-pcikfraser@localhost.localdomain2006-08-221-1/+1
* [XENBUS] Allow user of xenbus_read_driver_state() to distinguishkaf24@localhost.localdomain2006-08-199-16/+10
* [LINUX] Replace uses of CONFIG_XEN_PRIVILEGED_GUEST with is_initial_xendomain().kaf24@localhost.localdomain2006-08-191-2/+6
* [NET] front: Fix receive path for auto-translated guests, so thatkaf24@localhost.localdomain2006-08-191-25/+32
* [NET] front: Fix tx buffer leak in teardown path. Fix rx-bufferkaf24@localhost.localdomain2006-08-191-14/+29
* [NET] front: Fix rx buffer leak when tearing down an interface.kaf24@localhost.localdomain2006-08-192-0/+93
* [XENBUS] Cleanup correctly on suspend, unregister watches.kaf24@localhost.localdomain2006-08-191-0/+10
* [NET/BLK] back: Change the netback and blkback device drivers to allowkaf24@localhost.localdomain2006-08-192-0/+20
* [BALLOON] Make /proc/xen/ballon contain driver_pages (aka "driver headroom") ...kaf24@localhost.localdomain2006-08-191-11/+7
* [XENBUS] A few cleanups.kaf24@localhost.localdomain2006-08-191-11/+17
* [NET] front: Improve correctness when there is no connection to backend driver.kfraser@localhost.localdomain2006-08-171-13/+19
* [NET] front: Allow driver to be built for an HVM guest.kfraser@localhost.localdomain2006-08-171-0/+1
* [NET] front: Allow driver to be built against kernels which do notkfraser@localhost.localdomain2006-08-171-6/+7
* [NET] front: Make netfront compile against kernels without the GSO patch.kfraser@localhost.localdomain2006-08-171-4/+31
* [LINUX] Fix return value of gnttab_resume().kfraser@localhost.localdomain2006-08-171-0/+2
* [HVM] Allow blkfront driver to be built for an HVM guest.kfraser@localhost.localdomain2006-08-171-0/+1
* [HVM] Allow xenbus to run in an HVM guest.kfraser@localhost.localdomain2006-08-171-1/+11
* [LINUX] Allow xenbus to be built as a module.kfraser@localhost.localdomain2006-08-172-3/+7
* [HVM] Avoid accessing start_info from xenbus as far as possible, sincekfraser@localhost.localdomain2006-08-171-5/+3
* [HVM] Make grant tables functions work in PV-on-HVM drivers.kfraser@localhost.localdomain2006-08-171-4/+44
* [NET] Fix ``rx->offset: 10, size: 4294967295'' bug.ssmith@weybridge.uk.xensource.com2006-08-171-0/+1
* [NET] back: Initialise first fragment properlykfraser@localhost.localdomain2006-08-171-0/+3
* [NET] front: Fix indentation of a comment.kfraser@localhost.localdomain2006-08-161-20/+20
* [NET] front: Allow packets to be copied on the receive path instead of flipped.kfraser@localhost.localdomain2006-08-161-91/+154
* [NET] back: Change 'copyall' xenstore node to 'request-rx-copy', whichkfraser@localhost.localdomain2006-08-161-5/+6
* [NET] back: Support copying packets to the frontend on receive path.kfraser@localhost.localdomain2006-08-163-89/+193
* [NET] front: Fix features on resume when csum is offkfraser@localhost.localdomain2006-08-161-0/+4
* Whitespace clean-ups. shand@kneesaa.uk.xensource.com2006-08-1611-26/+26
* mergeack@localhost.localdomain2006-08-153-6/+7
|\
| * Clean up console fields in start_info structure. Add compat code forkfraser@localhost.localdomain2006-08-153-6/+7
* | Don't copy all incoming fragmented packets.ack@localhost.localdomain2006-08-151-3/+29
|/
* Adjust truesize in netfront to more closely reflect real data payloadack@localhost.localdomain2006-08-151-1/+22
* [LINUX] Oney 'nosmp' and 'max_cpus=' command line options.kfraser@localhost.localdomain2006-08-141-8/+10
* [NET] back: Fix an __init that should be an __exit in loopback driver.kfraser@localhost.localdomain2006-08-141-1/+1
* [LINUX] Provide a handy macro for detrmining if we are domain0.kfraser@localhost.localdomain2006-08-148-15/+12
* [XENBUS] Avoid direct use of xen_start_info. It's unevailable whenkfraser@localhost.localdomain2006-08-144-19/+24
* [NET] back: Tidy up and remove communications via references to global struct...kfraser@localhost.localdomain2006-08-141-39/+79
* [NET] front: Restore 16 bytes of reservationkaf24@localhost.localdomain2006-08-121-1/+2
* [LINUX][XENBUS] Wait for devices to connect when frontend driver is loaded as...kaf24@localhost.localdomain2006-08-121-9/+42
* [NET] front: Do not allocate unnecessary page-sized main data areakfraser@localhost.localdomain2006-08-111-3/+8
* [CONSOLE] Always specify CON_ENABLED in Linux ocnsole driver.kfraser@localhost.localdomain2006-08-101-3/+1