summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_gre.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce NET_EPOCH_CALL() macro and use it everywhere where we freeGleb Smirnoff2020-01-151-3/+2
* Mechanically substitute assertion of in_epoch(net_epoch_preempt) toGleb Smirnoff2020-01-151-2/+2
* Add GRE-in-UDP encapsulation support as defined in RFC8086.Andrey V. Elsukov2019-04-241-18/+267
* Add the check that current VNET is ready and access to srchash is allowed.Andrey V. Elsukov2018-10-231-1/+4
* Add handling for appearing/disappearing of ingress addresses to if_gre(4).Andrey V. Elsukov2018-10-211-3/+58
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-1/+1
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-041-1/+2
* Add NULL pointer check.Andrey V. Elsukov2018-06-281-0/+3
* Rework if_gre(4) to use encap_lookup_t method to speedup lookupAndrey V. Elsukov2018-06-131-35/+187
* Fix LINT-NOINET build.Andrey V. Elsukov2018-06-061-12/+6
* Rework IP encapsulation handling code.Andrey V. Elsukov2018-06-051-18/+10
* Extern declarations in C files loses compile-time checking thatAndrey V. Elsukov2014-12-251-5/+0
* Overhaul if_gre(4).Andrey V. Elsukov2014-11-071-0/+151