aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_gre.c
Commit message (Expand)AuthorAgeFilesLines
...
* network interface and link layer changes:Sam Leffler2002-11-151-1/+1
* de-__P()Alfred Perlstein2002-10-161-3/+3
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+1
* Since bpf is no longer an optional component, remove associated ifdef's.Maxim Sobolev2002-10-021-9/+0
* Remove __RCSID().Maxim Sobolev2002-09-171-3/+0
* Include include "opt_atalk.h" so that the NETATALK support can work.Bruce Evans2002-09-161-17/+1
* Include <sys/systm.h> instead of depending on namespace pollution 2Bruce Evans2002-09-151-0/+1
* Reduce namespace pollution by staticizing everything, which doesn't need toMaxim Sobolev2002-09-061-13/+15
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)Maxim Sobolev2002-09-061-0/+781