aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_encap.c
Commit message (Expand)AuthorAgeFilesLines
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-5/+3
* Include <sys/eventhandler.h> to fix the build.Andrey V. Elsukov2018-10-211-0/+1
* Add KPI that can be used by tunneling interfaces to handle IP addressesAndrey V. Elsukov2018-10-211-3/+149
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-041-2/+2
* Rework IP encapsulation handling code.Andrey V. Elsukov2018-06-051-336/+134
* Remove empty encap_init() function.Andrey V. Elsukov2018-05-291-9/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove sys/eventhandler.h from net/route.hAlexander V. Chernikov2016-01-091-0/+2
* Fix possible use after free in encap[46]_input().Andrey V. Elsukov2015-06-181-19/+30
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-11/+14
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-1/+3
* Move universally to ANSI C function declarations, with relativelyRobert Watson2007-05-101-34/+15
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Lock down IP-layer encapsulation library:Robert Watson2004-03-101-51/+35
* Remove unused variables.Poul-Henning Kamp2003-06-011-15/+3
* correct two more flag misuses; m_tag* use malloc flagsSam Leffler2003-03-121-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-24/+12
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-1/+2
* Remove __P.Alfred Perlstein2002-03-191-5/+5
* Remove some un-needed code that was accidentally included inJulian Elischer2001-09-071-15/+0
* Patches from KAME to remove usage of Varargs in existingJulian Elischer2001-09-071-12/+3
* I really hope this is the right answer.Julian Elischer2001-09-031-1/+3
* Call ip_input() instead of ipip_input()Julian Elischer2001-09-031-1/+8
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-6/+11
* Somewhat modernize ip_mroute.c:Bill Fenner2001-07-251-15/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-1/+13
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-4/+4
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-0/+534