summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/netfront
Commit message (Expand)AuthorAgeFilesLines
* MFC r286999:royger2015-11-241-0/+5
* MFC: r285089royger2015-07-211-5/+25
* MFC: r282908royger2015-05-211-4/+5
* MFC r271946 and r272595:hselasky2014-11-031-2/+3
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-1/+1
* Merge r256868,257276-257277,257515,257913 from head. These are fixesglebius2013-12-181-27/+6
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-291-27/+24
* sys/dev/xen/netfront/netfront.c:gibbs2013-06-141-1/+1
* Specify a maximum TSO length limiting the segment chain to what theandre2013-06-031-0/+2
* Make netif_free() safe to call on a partially initialized softc.gibbs2013-05-311-2/+5
* Correct panic on detach of Xen PV network interfaces.gibbs2013-05-221-3/+7
* - Replace partially incorrect function names in panic(9) strings withmarius2013-01-031-42/+16
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Update netfront so that it queries and honors publishedgibbs2011-09-211-16/+52
* Modify the netfront driver so it can successfully attach togibbs2011-09-211-11/+29
* Correct suspend/resume support in the Netfront driver.gibbs2011-09-211-26/+54
* Monitor and emit events for XenStore changes to XenBus treesgibbs2011-06-111-2/+1
* Make various (pseudo) interfaces compile without INET in the kernelbz2011-04-271-0/+12
* 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
OpenPOWER on IntegriCloud