summaryrefslogtreecommitdiff
path: root/sys/modules/if_gre
AgeCommit message (Expand)Author
2025-10-09kern: Remove needless kern.opts.mkWarner Losh
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2019-04-24Add GRE-in-UDP encapsulation support as defined in RFC8086.Andrey V. Elsukov
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2015-02-18Clean up a bit of the INET/INET6 mess wrt options.Warner Losh
2014-11-18Use automated MK_INET*_SUPPORT code here as well.Warner Losh
2014-11-08After r274246 make the tree compile again.Bjoern A. Zeeb
2014-11-07Overhaul if_gre(4).Andrey V. Elsukov
2014-08-04Move most of the 15 variations on generating opt_inet.h andWarner Losh
2014-03-14Remove AppleTalk support.Gleb Smirnoff
2005-10-14Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy
2003-11-14Fix a bug whereby the physical endpoints of a gre(4) tunnel would notBruce M Simpson
2003-03-05Finish driving a stake through the heart of netns and the associatedPeter Wemm
2002-10-02Since bpf is no longer an optional component, remove associated ifdef's.Maxim Sobolev
2002-09-10Cosmetics: #define NETATALK --> #define NETATALK 1, so that it is in line withMaxim Sobolev
2002-09-06Add if_gre module glue.Maxim Sobolev