summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/netfront
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in the netfront driver that caused excessive packet drops duringgibbs2011-01-291-12/+1
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyrwatson2011-01-041-0/+1
* Improve the Xen para-virtualized device infrastructure of FreeBSD:gibbs2010-10-191-33/+39
* A number of netfront fixes and stability improvements:ken2010-06-081-289/+359
* Switch to our preferred 2-clause BSD license.joel2010-05-051-12/+20
* - make printf conditionalkmacy2010-02-211-17/+21
* Add media ioctl support and link notifications so that devd will attemptgibbs2009-12-011-16/+46
* Remove commented out reference to if_watchdog and an assignment of zero tojhb2009-11-191-4/+0
* update backend_changed to reflect .m prototypekmacy2009-06-131-1/+2
* Fix compilation when compiled w/out WITNESS.adrian2009-06-071-0/+1
* Delete useless #ifdef; make it more obvious if setting TSO fails.adrian2009-05-271-4/+1
* Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed.adrian2009-05-271-1/+2
* Enforce that there are actually enough xenbus TX ring descriptors availableadrian2009-05-271-3/+13
* Comment tidyup; comment where the next explicit check shouldadrian2009-05-271-11/+23
* Ensure that there are enough TX mbuf ring slots available before beginningadrian2009-05-271-1/+44
* Do the invariant check before the mbuf is dereferenced.adrian2009-05-271-2/+2
* Flesh out some inline documentation which hopefully reflect the intendedadrian2009-05-271-0/+23
* Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ...adrian2009-05-271-0/+2
* The merge in r189699 reverted part of the work done in a previous commitadrian2009-05-181-5/+6
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-111-78/+237
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-222-1973/+0
| * Add newline to sys/conf/files so that netfront.c compiles, s/ext_arg1/ext_args/kmacy2008-10-181-3/+4
* | fix non-witness compilekmacy2009-02-051-0/+1
* | break out of loop if we run out of mbufskmacy2009-02-021-5/+6
* | merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-291-60/+55
* | Integrate 185578 from dfrkmacy2008-12-041-130/+108
* | Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backenddfr2008-11-301-81/+85
|/
* Update xen/interface includes to the latest in mercurialkmacy2008-09-261-4/+6
* reflect header change in netfrontkmacy2008-09-251-1/+1
* 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-201-2/+2
* include vmparam.h for KERNBASE and fix typokmacy2008-08-201-2/+3
* register netfront before xenbus does its probingkmacy2008-08-201-1/+1
* Import Xen paravirtual drivers.kmacy2008-08-122-0/+1952
OpenPOWER on IntegriCloud