summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* fix non-witness compilekmacy2009-02-051-0/+1
* Adds support for SCTP checksum offload. This meansrrs2009-02-031-1/+12
* break out of loop if we run out of mbufskmacy2009-02-021-5/+6
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-2/+2
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-295-103/+103
* Integrate 185578 from dfrkmacy2008-12-043-241/+300
* Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backenddfr2008-11-301-81/+85
* Remove unused consdev structure fields.ed2008-10-271-1/+0
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Update xen/interface includes to the latest in mercurialkmacy2008-09-262-6/+10
* reflect header change in netfrontkmacy2008-09-251-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Evidently the block device starts at 767.kmacy2008-08-241-1/+1
* make block devices start at 0kmacy2008-08-231-3/+4
* For reasons that I have not delved in to Xen 3.2 netback now does header spli...kmacy2008-08-211-21/+38
* change netfront to match xen31_6kmacy2008-08-202-3/+3
* mark blkfront_info as readykmacy2008-08-201-1/+2
* include vmparam.h for KERNBASE and fix typokmacy2008-08-201-2/+3
* register netfront before xenbus does its probingkmacy2008-08-201-1/+1
* Integrate the Xen console driver.ed2008-08-201-165/+36
* Make sure that machine addresses are vm_paddr_tkmacy2008-08-171-6/+7
* Compile fixes for xen build.kmacy2008-08-152-4/+0
* Import Xen paravirtual drivers.kmacy2008-08-1212-0/+8270
OpenPOWER on IntegriCloud