aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-11/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-26/+7
* MFS: recognize gre packets used in the WCCP protocol.Maxim Sobolev2002-12-071-1/+2
* track bpf changesSam Leffler2002-11-141-2/+2
* de-__P().Alfred Perlstein2002-10-161-2/+2
* Since bpf is no longer an optional component, remove associated ifdef's.Maxim Sobolev2002-10-021-7/+2
* Remove __RCSID().Maxim Sobolev2002-09-171-3/+0
* Remove superfluous break.Maxim Sobolev2002-09-101-1/+0
* Reduce namespace pollution by staticizing everything, which doesn't need toMaxim Sobolev2002-09-061-4/+4
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)Maxim Sobolev2002-09-061-0/+360