summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* Lock down global variables in if_gre:rwatson2004-03-221-1/+12
* Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.sobomax2004-01-301-1/+1
* Add support for WCCPv2. It should be enablem manually using link2sobomax2004-01-261-3/+6
* (whilespace-only)sobomax2004-01-261-3/+3
* Sync with NetBSD:sobomax2003-12-301-22/+45
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-15/+3
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-11/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-26/+7
* MFS: recognize gre packets used in the WCCP protocol.sobomax2002-12-071-1/+2
* track bpf changessam2002-11-141-2/+2
* de-__P().alfred2002-10-161-2/+2
* Since bpf is no longer an optional component, remove associated ifdef's.sobomax2002-10-021-7/+2
* Remove __RCSID().sobomax2002-09-171-3/+0
* Remove superfluous break.sobomax2002-09-101-1/+0
* Reduce namespace pollution by staticizing everything, which doesn't need tosobomax2002-09-061-4/+4
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-061-0/+360
OpenPOWER on IntegriCloud