summaryrefslogtreecommitdiffstats
path: root/sys/net/if_gre.c
Commit message (Expand)AuthorAgeFilesLines
* Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.sobomax2004-01-301-3/+2
* Add support for WCCPv2. It should be enablem manually using link2sobomax2004-01-261-0/+5
* (whilespace-only)sobomax2004-01-261-2/+2
* Sync with NetBSD:sobomax2003-12-301-12/+11
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-8/+1
* Declare gre(4) as being of IFT_TUNNEL, Like God Intended.bms2003-12-091-2/+2
* Fix a bug whereby the physical endpoints of a gre(4) tunnel would notbms2003-11-141-0/+7
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-6/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* 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