| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r286999: | royger | 2015-11-24 | 1 | -0/+5 |
* | MFC: r285089 | royger | 2015-07-21 | 1 | -5/+25 |
* | MFC: r282908 | royger | 2015-05-21 | 1 | -4/+5 |
* | MFC r271946 and r272595: | hselasky | 2014-11-03 | 1 | -2/+3 |
* | MFC r263710, r273377, r273378, r273423 and r273455: | hselasky | 2014-10-27 | 1 | -1/+1 |
* | Merge r256868,257276-257277,257515,257913 from head. These are fixes | glebius | 2013-12-18 | 1 | -27/+6 |
* | Implement vector callback for PVHVM and unify event channel implementations | gibbs | 2013-08-29 | 1 | -27/+24 |
* | sys/dev/xen/netfront/netfront.c: | gibbs | 2013-06-14 | 1 | -1/+1 |
* | Specify a maximum TSO length limiting the segment chain to what the | andre | 2013-06-03 | 1 | -0/+2 |
* | Make netif_free() safe to call on a partially initialized softc. | gibbs | 2013-05-31 | 1 | -2/+5 |
* | Correct panic on detach of Xen PV network interfaces. | gibbs | 2013-05-22 | 1 | -3/+7 |
* | - Replace partially incorrect function names in panic(9) strings with | marius | 2013-01-03 | 1 | -42/+16 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -3/+3 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | Update netfront so that it queries and honors published | gibbs | 2011-09-21 | 1 | -16/+52 |
* | Modify the netfront driver so it can successfully attach to | gibbs | 2011-09-21 | 1 | -11/+29 |
* | Correct suspend/resume support in the Netfront driver. | gibbs | 2011-09-21 | 1 | -26/+54 |
* | Monitor and emit events for XenStore changes to XenBus trees | gibbs | 2011-06-11 | 1 | -2/+1 |
* | Make various (pseudo) interfaces compile without INET in the kernel | bz | 2011-04-27 | 1 | -0/+12 |
* | Fix bug in the netfront driver that caused excessive packet drops during | gibbs | 2011-01-29 | 1 | -12/+1 |
* | Make "options XENHVM" compile for i386, not just amd64 -- a largely | rwatson | 2011-01-04 | 1 | -0/+1 |
* | Improve the Xen para-virtualized device infrastructure of FreeBSD: | gibbs | 2010-10-19 | 1 | -33/+39 |
* | A number of netfront fixes and stability improvements: | ken | 2010-06-08 | 1 | -289/+359 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-05-05 | 1 | -12/+20 |
* | - make printf conditional | kmacy | 2010-02-21 | 1 | -17/+21 |
* | Add media ioctl support and link notifications so that devd will attempt | gibbs | 2009-12-01 | 1 | -16/+46 |
* | Remove commented out reference to if_watchdog and an assignment of zero to | jhb | 2009-11-19 | 1 | -4/+0 |
* | update backend_changed to reflect .m prototype | kmacy | 2009-06-13 | 1 | -1/+2 |
* | Fix compilation when compiled w/out WITNESS. | adrian | 2009-06-07 | 1 | -0/+1 |
* | Delete useless #ifdef; make it more obvious if setting TSO fails. | adrian | 2009-05-27 | 1 | -4/+1 |
* | Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed. | adrian | 2009-05-27 | 1 | -1/+2 |
* | Enforce that there are actually enough xenbus TX ring descriptors available | adrian | 2009-05-27 | 1 | -3/+13 |
* | Comment tidyup; comment where the next explicit check should | adrian | 2009-05-27 | 1 | -11/+23 |
* | Ensure that there are enough TX mbuf ring slots available before beginning | adrian | 2009-05-27 | 1 | -1/+44 |
* | Do the invariant check before the mbuf is dereferenced. | adrian | 2009-05-27 | 1 | -2/+2 |
* | Flesh out some inline documentation which hopefully reflect the intended | adrian | 2009-05-27 | 1 | -0/+23 |
* | Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ... | adrian | 2009-05-27 | 1 | -0/+2 |
* | The merge in r189699 reverted part of the work done in a previous commit | adrian | 2009-05-18 | 1 | -5/+6 |
* | Merge in support for Xen HVM on amd64 architecture. | dfr | 2009-03-11 | 1 | -78/+237 |
|\ |
|
| * | Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64 | dfr | 2008-11-22 | 2 | -1973/+0 |
| * | Add newline to sys/conf/files so that netfront.c compiles, s/ext_arg1/ext_args/ | kmacy | 2008-10-18 | 1 | -3/+4 |
* | | fix non-witness compile | kmacy | 2009-02-05 | 1 | -0/+1 |
* | | break out of loop if we run out of mbufs | kmacy | 2009-02-02 | 1 | -5/+6 |
* | | merge 186535, 186537, and 186538 from releng_7_xen | kmacy | 2008-12-29 | 1 | -60/+55 |
* | | Integrate 185578 from dfr | kmacy | 2008-12-04 | 1 | -130/+108 |
* | | Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backend | dfr | 2008-11-30 | 1 | -81/+85 |
|/ |
|
* | Update xen/interface includes to the latest in mercurial | kmacy | 2008-09-26 | 1 | -4/+6 |
* | reflect header change in netfront | kmacy | 2008-09-25 | 1 | -1/+1 |
* | For reasons that I have not delved in to Xen 3.2 netback now does header spli... | kmacy | 2008-08-21 | 1 | -21/+38 |
* | change netfront to match xen31_6 | kmacy | 2008-08-20 | 1 | -2/+2 |