aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/netfront
Commit message (Expand)AuthorAgeFilesLines
* - Replace partially incorrect function names in panic(9) strings withMarius Strobl2013-01-031-42/+16
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Update netfront so that it queries and honors publishedJustin T. Gibbs2011-09-211-16/+52
* Modify the netfront driver so it can successfully attach toJustin T. Gibbs2011-09-211-11/+29
* Correct suspend/resume support in the Netfront driver.Justin T. Gibbs2011-09-211-26/+54
* Monitor and emit events for XenStore changes to XenBus treesJustin T. Gibbs2011-06-111-2/+1
* Make various (pseudo) interfaces compile without INET in the kernelBjoern A. Zeeb2011-04-271-0/+12
* Fix bug in the netfront driver that caused excessive packet drops duringJustin T. Gibbs2011-01-291-12/+1
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyRobert Watson2011-01-041-0/+1
* Improve the Xen para-virtualized device infrastructure of FreeBSD:Justin T. Gibbs2010-10-191-33/+39
* A number of netfront fixes and stability improvements:Kenneth D. Merry2010-06-081-285/+355
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-05-051-12/+20
* - make printf conditionalKip Macy2010-02-211-17/+21
* Add media ioctl support and link notifications so that devd will attemptJustin T. Gibbs2009-12-011-16/+46
* Remove commented out reference to if_watchdog and an assignment of zero toJohn Baldwin2009-11-191-4/+0
* update backend_changed to reflect .m prototypeKip Macy2009-06-131-1/+2
* Fix compilation when compiled w/out WITNESS.Adrian Chadd2009-06-071-0/+1
* Delete useless #ifdef; make it more obvious if setting TSO fails.Adrian Chadd2009-05-271-4/+1
* Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed.Adrian Chadd2009-05-271-1/+2
* Enforce that there are actually enough xenbus TX ring descriptors availableAdrian Chadd2009-05-271-3/+13
* Comment tidyup; comment where the next explicit check shouldAdrian Chadd2009-05-271-11/+23
* Ensure that there are enough TX mbuf ring slots available before beginningAdrian Chadd2009-05-271-1/+44
* Do the invariant check before the mbuf is dereferenced.Adrian Chadd2009-05-271-2/+2
* Flesh out some inline documentation which hopefully reflect the intendedAdrian Chadd2009-05-271-0/+23
* Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ...Adrian Chadd2009-05-271-0/+2
* The merge in r189699 reverted part of the work done in a previous commitAdrian Chadd2009-05-181-5/+6
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-111-78/+237
* fix non-witness compileKip Macy2009-02-051-0/+1
* break out of loop if we run out of mbufsKip Macy2009-02-021-5/+6
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-291-60/+55
* Integrate 185578 from dfrKip Macy2008-12-041-128/+106
* Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backendDoug Rabson2008-11-301-81/+85
* Update xen/interface includes to the latest in mercurialKip Macy2008-09-261-4/+6
* reflect header change in netfrontKip Macy2008-09-251-1/+1
* For reasons that I have not delved in to Xen 3.2 netback now does header spli...Kip Macy2008-08-211-21/+38
* change netfront to match xen31_6Kip Macy2008-08-201-2/+2
* include vmparam.h for KERNBASE and fix typoKip Macy2008-08-201-2/+3
* register netfront before xenbus does its probingKip Macy2008-08-201-1/+1
* Import Xen paravirtual drivers.Kip Macy2008-08-122-0/+1952