aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_gre.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-311-0/+1
* ip_gre: Fix a common typo in source code commentsGordon Bergling2023-01-191-1/+1
* udp: allow udp_tun_func_t() to indicate it did not eat the packetKristof Provost2022-04-121-3/+5
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-18/+1
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-1/+18
* SMR protection for inpcbsGleb Smirnoff2021-12-021-18/+1
* 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