summaryrefslogtreecommitdiffstats
path: root/sys/net/if_gre.h
Commit message (Expand)AuthorAgeFilesLines
* gre(4) was using a field in the softc to detect possible recursion.bz2011-06-181-2/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-011-7/+0
* Add support for the optional key in the GRE header.thompsa2008-06-201-0/+7
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Lock down global variables in if_gre:rwatson2004-03-221-0/+1
* Add support for WCCPv2. It should be enablem manually using link2sobomax2004-01-261-0/+12
* (whilespace-only)sobomax2004-01-261-9/+9
* Sync with NetBSD:sobomax2003-12-301-3/+3
* MFS: recognize gre packets used in the WCCP protocol.sobomax2002-12-071-0/+7
* s/__attribute__((__packed__))/__packed/galfred2002-09-231-4/+4
* Prevent namespace pollution in use-land by putting everything used only insobomax2002-09-091-0/+3
* Remove #include <netinet/ip.h>.sobomax2002-09-071-4/+0
* Include <netinet/ip.h> to unbreak kdump. I don't know why does kdumpsobomax2002-09-061-0/+4
* Reduce namespace pollution by staticizing everything, which doesn't need tosobomax2002-09-061-4/+0
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-061-0/+166
OpenPOWER on IntegriCloud