summaryrefslogtreecommitdiff
path: root/sys/dev/xen/netback
AgeCommit message (Expand)Author
2023-12-25netpfil: Use accessor functions and named constants for all tcphdr flagsRichard Scheffenegger
2023-11-28xen/dev: switch to DEVMETHOD_ENDElliott Mitchell
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-24Mechanically convert Xen netfront/netback(4) to IfAPIJustin Hibbits
2022-05-06xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-06xen netback: Remove write-only variables.John Baldwin
2022-02-07xen: switch to use headers in contribElliott Mitchell
2021-12-15xen: plug some of set-but-not-used varsMateusz Guzik
2021-03-23xen/netback: do not attempt to connect in the Initialised stateRoger Pau Monné
2021-03-22xnb: Don't pass SIOC{ADD,DEL}MULTI to ifmedia_ioctl().John Baldwin
2020-09-01dev/xen: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-01Remove noise that once upon a time allowed netback to build on FreeBSD 6. TheWarner Losh
2020-02-25Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (16 of many)Pawel Biernacki
2020-01-23Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff
2019-10-11Remove an unneeded include of opt_sctp.h.Mark Johnston
2018-06-26xen-netback: fix LORRoger Pau Monné
2018-02-23Correct pseudo misspelling in sys/ commentsEd Maste
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-24Don't initialize if_output to ether_output(), ether_ifattach() does it forKevin Lo
2017-02-23Fix the xnb(4) unit testsAlan Somers
2017-02-23Misc Coverity fixes in xnb(4)Alan Somers
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-26sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni
2016-03-01New way to manage reference counting of mbuf external storage.Gleb Smirnoff
2015-10-21xen: Code cleanup and small bug fixesRoger Pau Monné
2015-08-06Remove some more vestiges of the Xen PV domu support. Specifically,John Baldwin
2015-05-08xen: introduce a newbus function to allocate unused memoryRoger Pau Monné
2015-04-30Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin
2015-02-28netback: disable GSORoger Pau Monné
2015-01-13Use the common codepath to handle SIOCGIFADDR.Xin LI
2014-11-18opt_global.h is included automatically in the build. No need toWarner Losh
2014-10-22netback: change xnb naming conventionRoger Pau Monné
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-08-22netback: remove dead codeRoger Pau Monné
2014-08-22netback: fixes for netbackRoger Pau Monné
2013-11-01Somehow fix LINT-NOIP.Gleb Smirnoff
2013-10-28Include if_var.h.Gleb Smirnoff
2013-10-22Make netback compile without INET support in the kernel.Bjoern A. Zeeb
2013-08-29Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs
2013-08-26Fix mbuf debugging printf()'s after the recent mbuf header changes.Andre Oppermann
2013-08-07Replace kernel virtual address space allocation with vmem. This providesJeff Roberson
2013-04-17- Correct spelling in commentsGabor Kovesdan
2013-04-17- Correct mispellings of the word necessaryGabor Kovesdan
2012-11-12Redo r242889, now using the method from projects/amd64_xen_pv r240747.Dimitry Andric
2012-11-11Fix a typo.Roman Divacky
2012-11-11Change the XNB_ASSERT from a statement expression to do-while(0) as itsRoman Divacky
2012-09-14s/ is is / is /gEitan Adler
2012-02-02Fix the netback driver build for i386.Kenneth D. Merry
2012-01-26Xen netback driver rewrite.Kenneth D. Merry