aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/dest6.c
Commit message (Expand)AuthorAgeFilesLines
* Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.Bjoern A. Zeeb2019-12-011-10/+14
* netinet6: Remove PULLDOWN_TESTs.Bjoern A. Zeeb2019-11-151-15/+13
* netinet*: update *mp to pass the proper value backBjoern A. Zeeb2019-11-121-1/+5
* netinet*: variable cleanupBjoern A. Zeeb2019-11-071-2/+5
* Remove some unneccessary variable sets in IPv6 code, as detected byJonathan T. Looney2018-03-241-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.Andrey V. Elsukov2013-04-091-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-2/+0
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+5
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-3/+1
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* remove unused variable.Hajimu UMEMOTO2003-10-121-4/+1
* - fix typo in comment.Hajimu UMEMOTO2003-10-071-1/+0
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-10/+17
* More IP option length validation.Kris Kennaway2001-02-261-15/+13
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-4/+20
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+108