summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_gre.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove mobileip(4)dlg2019-11-041-12/+1
* update the gre driver.dlg2018-02-071-5/+1
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-3/+3
* Change the IPv4 pr_input function to the way IPv6 is implemented,bluhm2017-01-291-5/+3
* Since raw_input() and route_input() are gone from pr_input, we canbluhm2017-01-251-3/+3
* Add input and user protocol hook to handle GRE packets by pipex.yasuoka2010-01-121-1/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Remove unnecessary #ifdef MROUTING blocks. OK brad@ markus@claudio2005-12-231-4/+1
* whitespaceitojun2002-06-091-4/+4
* Don't process WCCPv1-style GRE packets, unless allowed (via sysctlangelos2002-04-031-2/+4
* WCCP support (trivial hack, it's not the complete protocol, but it'llangelos2002-03-241-1/+7
* First round of __P removal in sysmillert2002-03-141-6/+6
* Inclusion protection.angelos2001-06-091-2/+6
* GRE/MobileIP input routine processing, from NetBSD (with a fewangelos2000-01-071-0/+72