| Commit message (Expand) | Author | Age | Files | Lines |
* | netinet6: Fix two typos in source code comments | Gordon Bergling | 2024-01-22 | 1 | -1/+1 |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | IfAPI: Explicitly include <net/if_private.h> in netstack | Justin Hibbits | 2023-01-31 | 1 | -0/+1 |
* | ifnet_byindex() actually requires network epoch | Gleb Smirnoff | 2021-12-06 | 1 | -17/+30 |
* | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -2/+0 |
* | Make net.inet6.ip6.deembed_scopeid behaviour default & remove sysctl. | Alexander V. Chernikov | 2020-08-15 | 1 | -4/+0 |
* | Fix typo in previous commit | Ryan Moeller | 2020-06-03 | 1 | -1/+1 |
* | scope6: Check for NULL afdata before dereferencing | Ryan Moeller | 2020-06-03 | 1 | -0/+4 |
* | Convert ip6_forward() to the new routing KPI. | Alexander V. Chernikov | 2020-04-15 | 1 | -0/+22 |
* | Mechanical cleanup of epoch(9) usage in network stack. | Gleb Smirnoff | 2019-01-09 | 1 | -5/+8 |
* | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner | 2018-07-24 | 1 | -1/+1 |
* | Constify argument of in6_getscope(). | Andrey V. Elsukov | 2018-06-05 | 1 | -1/+1 |
* | sys/netinet6: fix typos in comments. No functional change. | Alan Somers | 2018-01-23 | 1 | -1/+1 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Add a missing newline to a log message. | Mark Johnston | 2016-02-12 | 1 | -1/+1 |
* | Merge helper fib* functions used for basic lookups. | Alexander V. Chernikov | 2015-12-08 | 1 | -0/+16 |
* | Add sa6_checkzone_ifp() function. It checks correctness of struct | Andrey V. Elsukov | 2014-11-10 | 1 | -0/+21 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | Gleb Smirnoff | 2014-11-07 | 1 | -1/+1 |
* | * use M_ZERO flag with malloc instead of explicit zeroing. | Andrey V. Elsukov | 2014-09-11 | 1 | -10/+2 |
* | Introduce new scope related functions. | Andrey V. Elsukov | 2014-09-11 | 1 | -0/+74 |
* | * constify argument of in6_addrscope(); | Andrey V. Elsukov | 2014-09-11 | 1 | -51/+13 |
* | Add some missing checks for unsupported interfaces (e.g. pflog(4)) when | Mark Johnston | 2014-08-22 | 1 | -2/+29 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Simplify in6_setscope() function to get better performance. | Andrey V. Elsukov | 2013-01-10 | 1 | -46/+17 |
* | Remove unneeded variable. | Andrey V. Elsukov | 2013-01-09 | 1 | -6/+1 |
* | The in6_setscope() function determines the scope zone id of an address | Andrey V. Elsukov | 2013-01-09 | 1 | -14/+15 |
* | - Move definition of V_deembed_scopeid to scope6_var.h. | Hiroki Sato | 2012-12-05 | 1 | -0/+9 |
* | Check if an extracted zoneid is equal to the non-zero sin6_scope_id only when | Hiroki Sato | 2012-11-18 | 1 | -6/+8 |
* | if_afdata lock was converted from mutex to rwlock a long ago, so we can | Andrey V. Elsukov | 2012-11-14 | 1 | -14/+15 |
* | SCOPE6_LOCK protects V_sid_default, no need to acquire it without | Andrey V. Elsukov | 2012-11-14 | 1 | -9/+0 |
* | zoneid has unsigned type. | Andrey V. Elsukov | 2012-11-14 | 1 | -1/+1 |
* | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-24 | 1 | -0/+13 |
* | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -1/+1 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -7/+5 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -12/+5 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | Bjoern A. Zeeb | 2009-06-23 | 1 | -1/+0 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -2/+0 |
* | First pass at separating per-vnet initializer functions | Marko Zec | 2009-04-06 | 1 | -1/+5 |
* | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+2 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -1/+3 |
* | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -5/+9 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+9 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -10/+11 |
* | Clean up VCS Ids. | David E. O'Brien | 2007-12-10 | 1 | -3/+5 |
* | ANSIfy[1] plus some style cleanup nearby. | Xin LI | 2007-07-05 | 1 | -30/+19 |
* | MFp4: 92972, 98913 + one more change | Bjoern A. Zeeb | 2006-12-12 | 1 | -1/+2 |