summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/netback
Commit message (Expand)AuthorAgeFilesLines
* Merge r256868,257276-257277,257515,257913 from head. These are fixesglebius2013-12-182-11/+25
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-291-18/+16
* Fix mbuf debugging printf()'s after the recent mbuf header changes.andre2013-08-261-4/+4
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-2/+2
* - Correct spelling in commentsgabor2013-04-171-1/+1
* - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* Redo r242889, now using the method from projects/amd64_xen_pv r240747.dim2012-11-121-4/+4
* Fix a typo.rdivacky2012-11-111-1/+1
* Change the XNB_ASSERT from a statement expression to do-while(0) as itsrdivacky2012-11-111-2/+2
* s/ is is / is /geadler2012-09-141-3/+3
* Fix the netback driver build for i386.ken2012-02-021-0/+2
* Xen netback driver rewrite.ken2012-01-262-1249/+4719
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Replace `inline static' by `static inline'.ed2011-12-131-1/+1
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-2/+2
* The proper fix for the delayed SCTP checksum is torrs2010-03-121-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+2
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-2/+2
* Adds support for SCTP checksum offload. This meansrrs2009-02-031-1/+12
* Import Xen paravirtual drivers.kmacy2008-08-121-0/+1585
OpenPOWER on IntegriCloud