aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/netback/netback.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* xen/netback: do not attempt to connect in the Initialised stateRoger Pau Monné2022-04-121-1/+1
* xnb: Don't pass SIOC{ADD,DEL}MULTI to ifmedia_ioctl().John Baldwin2021-03-291-0/+1
* dev/xen: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-9/+0
* 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-271-0/+2
* Don't initialize if_output to ether_output(), ether_ifattach() does it forKevin Lo2017-03-241-4/+0
* Misc Coverity fixes in xnb(4)Alan Somers2017-02-231-3/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* 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-011-1/+8
* 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
* Fix the netback driver build for i386.Kenneth D. Merry2012-02-021-0/+2
* Xen netback driver rewrite.Kenneth D. Merry2012-01-261-1249/+2189
* 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
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-2/+2
* The proper fix for the delayed SCTP checksum is toRandall Stewart2010-03-121-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-2/+2
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-2/+2
* Adds support for SCTP checksum offload. This meansRandall Stewart2009-02-031-1/+12
* Import Xen paravirtual drivers.Kip Macy2008-08-121-0/+1585