summaryrefslogtreecommitdiffstats
path: root/sys/net/if_gre.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* network interface and link layer changes:sam2002-11-151-1/+1
* de-__P()alfred2002-10-161-3/+3
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* Since bpf is no longer an optional component, remove associated ifdef's.sobomax2002-10-021-9/+0
* Remove __RCSID().sobomax2002-09-171-3/+0
* Include include "opt_atalk.h" so that the NETATALK support can work.bde2002-09-161-17/+1
* Include <sys/systm.h> instead of depending on namespace pollution 2bde2002-09-151-0/+1
* Reduce namespace pollution by staticizing everything, which doesn't need tosobomax2002-09-061-13/+15
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-061-0/+781
OpenPOWER on IntegriCloud