aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/scope6.c
Commit message (Expand)AuthorAgeFilesLines
* Convert ip6_forward() to the new routing KPI.Alexander V. Chernikov2020-04-151-0/+22
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-5/+8
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-1/+1
* Constify argument of in6_getscope().Andrey V. Elsukov2018-06-051-1/+1
* sys/netinet6: fix typos in comments. No functional change.Alan Somers2018-01-231-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add a missing newline to a log message.Mark Johnston2016-02-121-1/+1
* Merge helper fib* functions used for basic lookups.Alexander V. Chernikov2015-12-081-0/+16
* Add sa6_checkzone_ifp() function. It checks correctness of structAndrey V. Elsukov2014-11-101-0/+21
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-1/+1
* * use M_ZERO flag with malloc instead of explicit zeroing.Andrey V. Elsukov2014-09-111-10/+2
* Introduce new scope related functions.Andrey V. Elsukov2014-09-111-0/+74
* * constify argument of in6_addrscope();Andrey V. Elsukov2014-09-111-51/+13
* Add some missing checks for unsupported interfaces (e.g. pflog(4)) whenMark Johnston2014-08-221-2/+29
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Simplify in6_setscope() function to get better performance.Andrey V. Elsukov2013-01-101-46/+17
* Remove unneeded variable.Andrey V. Elsukov2013-01-091-6/+1
* The in6_setscope() function determines the scope zone id of an addressAndrey V. Elsukov2013-01-091-14/+15
* - Move definition of V_deembed_scopeid to scope6_var.h.Hiroki Sato2012-12-051-0/+9
* Check if an extracted zoneid is equal to the non-zero sin6_scope_id only whenHiroki Sato2012-11-181-6/+8
* if_afdata lock was converted from mutex to rwlock a long ago, so we canAndrey V. Elsukov2012-11-141-14/+15
* SCOPE6_LOCK protects V_sid_default, no need to acquire it withoutAndrey V. Elsukov2012-11-141-9/+0
* zoneid has unsigned type.Andrey V. Elsukov2012-11-141-1/+1
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-241-0/+13
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-7/+5
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-12/+5
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-1/+5
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+2
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-1/+3
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-5/+9
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+9
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-10/+11
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+5
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-30/+19
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-1/+2
* oops, make it compilable. i need sleep. X-(Hajimu UMEMOTO2005-07-251-2/+2
* restore locks which disappeared wrongly by my previous commit.Hajimu UMEMOTO2005-07-251-1/+10
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-81/+173
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* Reviewed by: SUZUKI Shinsuke <suz@kame.net>George V. Neville-Neil2004-11-291-17/+34
* protect sid_default and sid.Hajimu UMEMOTO2003-10-221-1/+36
* - change scope to zone.Hajimu UMEMOTO2003-10-211-22/+56
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-74/+79
* - typo in commentHajimu UMEMOTO2003-10-091-6/+6