aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/netback
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* Mechanically convert Xen netfront/netback(4) to IfAPIJustin Hibbits2023-04-241-62/+62
* xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* xen netback: Remove write-only variables.John Baldwin2022-04-062-11/+5
* xen: switch to use headers in contribElliott Mitchell2022-02-071-1/+1
* xen: plug some of set-but-not-used varsMateusz Guzik2021-12-151-1/+1
* xen/netback: do not attempt to connect in the Initialised stateRoger Pau Monné2021-03-231-1/+1
* xnb: Don't pass SIOC{ADD,DEL}MULTI to ifmedia_ioctl().John Baldwin2021-03-221-0/+1
* dev/xen: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-15/+1
* Remove noise that once upon a time allowed netback to build on FreeBSD 6. TheWarner Losh2020-03-011-2/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (16 of many)Pawel Biernacki2020-02-251-2/+2
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+1
* Remove an unneeded include of opt_sctp.h.Mark Johnston2019-10-111-2/+0
* xen-netback: fix LORRoger Pau Monné2018-06-261-3/+3
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Don't initialize if_output to ether_output(), ether_ifattach() does it forKevin Lo2017-03-241-4/+0
* Fix the xnb(4) unit testsAlan Somers2017-02-231-1/+1
* Misc Coverity fixes in xnb(4)Alan Somers2017-02-232-34/+30
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* New way to manage reference counting of mbuf external storage.Gleb Smirnoff2016-03-011-3/+3
* xen: Code cleanup and small bug fixesRoger Pau Monné2015-10-211-2/+4
* Remove some more vestiges of the Xen PV domu support. Specifically,John Baldwin2015-08-061-3/+1
* xen: introduce a newbus function to allocate unused memoryRoger Pau Monné2015-05-081-6/+3
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-301-13/+1
* netback: disable GSORoger Pau Monné2015-02-281-1/+1
* Use the common codepath to handle SIOCGIFADDR.Xin LI2015-01-131-1/+0
* opt_global.h is included automatically in the build. No need toWarner Losh2014-11-181-1/+0
* netback: change xnb naming conventionRoger Pau Monné2014-10-221-1/+18
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* netback: remove dead codeRoger Pau Monné2014-08-221-37/+0
* netback: fixes for netbackRoger Pau Monné2014-08-221-3/+17
* Somehow fix LINT-NOIP.Gleb Smirnoff2013-11-012-10/+24
* Include if_var.h.Gleb Smirnoff2013-10-281-0/+1
* Make netback compile without INET support in the kernel.Bjoern A. Zeeb2013-10-221-1/+1
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-291-18/+16
* Fix mbuf debugging printf()'s after the recent mbuf header changes.Andre Oppermann2013-08-261-4/+4
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-2/+2
* - Correct spelling in commentsGabor Kovesdan2013-04-171-1/+1
* - Correct mispellings of the word necessaryGabor Kovesdan2013-04-171-1/+1
* Redo r242889, now using the method from projects/amd64_xen_pv r240747.Dimitry Andric2012-11-121-4/+4
* Fix a typo.Roman Divacky2012-11-111-1/+1
* Change the XNB_ASSERT from a statement expression to do-while(0) as itsRoman Divacky2012-11-111-2/+2
* s/ is is / is /gEitan Adler2012-09-141-3/+3
* Fix the netback driver build for i386.Kenneth D. Merry2012-02-021-0/+2
* Xen netback driver rewrite.Kenneth D. Merry2012-01-262-1249/+4719
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Replace `inline static' by `static inline'.Ed Schouten2011-12-131-1/+1