summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_encap.c
AgeCommit message (Expand)Author
2025-12-02netinet: Remove left-over sys/cdefs.hWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2019-10-07Widen NET_EPOCH coverage.Gleb Smirnoff
2018-10-21Include <sys/eventhandler.h> to fix the build.Andrey V. Elsukov
2018-10-21Add KPI that can be used by tunneling interfaces to handle IP addressesAndrey V. Elsukov
2018-07-04epoch(9): allow preemptible epochs to composeMatt Macy
2018-06-05Rework IP encapsulation handling code.Andrey V. Elsukov
2018-05-29Remove empty encap_init() function.Andrey V. Elsukov
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-01-09Remove sys/eventhandler.h from net/route.hAlexander V. Chernikov
2015-06-18Fix possible use after free in encap[46]_input().Andrey V. Elsukov
2014-08-08Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo
2009-12-28(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin
2007-10-07Add FBSDID to all files in netinet so that people can moreMike Silbersack
2007-05-10Move universally to ANSI C function declarations, with relativelyRobert Watson
2006-08-04With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis
2005-10-31Normalize a significant number of kernel malloc type names:Robert Watson
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-03-10Lock down IP-layer encapsulation library:Robert Watson
2003-06-01Remove unused variables.Poul-Henning Kamp
2003-03-12correct two more flag misuses; m_tag* use malloc flagsSam Leffler
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-12-19o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic
2002-10-16Replace aux mbufs with packet tags:Sam Leffler
2002-04-19just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke
2002-03-19Remove __P.Alfred Perlstein
2001-09-07Remove some un-needed code that was accidentally included inJulian Elischer
2001-09-07Patches from KAME to remove usage of Varargs in existingJulian Elischer
2001-09-03I really hope this is the right answer.Julian Elischer
2001-09-03Call ip_input() instead of ipip_input()Julian Elischer
2001-09-03Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer
2001-07-25Somewhat modernize ip_mroute.c:Bill Fenner
2001-06-11Sync with recent KAME.Hajimu UMEMOTO
2001-02-04Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp
2000-12-08Staticize some malloc M_ instances.Poul-Henning Kamp
2000-07-04sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino