aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_gre.h
Commit message (Expand)AuthorAgeFilesLines
* Extern declarations in C files loses compile-time checking thatAndrey V. Elsukov2014-12-251-0/+9
* Overhaul if_gre(4).Andrey V. Elsukov2014-11-071-139/+73
* - Virtualize interface cloner for gre(4). This fixes a panic when destroyingHiroki Sato2014-09-211-2/+10
* gre(4) was using a field in the softc to detect possible recursion.Bjoern A. Zeeb2011-06-181-2/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-011-7/+0
* Add support for the optional key in the GRE header.Andrew Thompson2008-06-201-0/+7
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Lock down global variables in if_gre:Robert Watson2004-03-221-0/+1
* Add support for WCCPv2. It should be enablem manually using link2Maxim Sobolev2004-01-261-0/+12
* (whilespace-only)Maxim Sobolev2004-01-261-9/+9
* Sync with NetBSD:Maxim Sobolev2003-12-301-3/+3
* MFS: recognize gre packets used in the WCCP protocol.Maxim Sobolev2002-12-071-0/+7
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-231-4/+4
* Prevent namespace pollution in use-land by putting everything used only inMaxim Sobolev2002-09-091-0/+3
* Remove #include <netinet/ip.h>.Maxim Sobolev2002-09-071-4/+0
* Include <netinet/ip.h> to unbreak kdump. I don't know why does kdumpMaxim Sobolev2002-09-061-0/+4
* Reduce namespace pollution by staticizing everything, which doesn't need toMaxim Sobolev2002-09-061-4/+0
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)Maxim Sobolev2002-09-061-0/+166