aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_gre.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Change the life cycle of bpf interface objects to close attach/detachJohn Baldwin2007-01-191-1/+1
* Merge rev 1.41 from current: correct test for fragmented packet.Jeffrey Hsu2006-06-091-1/+1
* MFC: rev 1.40Qing Li2006-02-161-2/+2
* MFC:Bjoern A. Zeeb2006-01-271-2/+2
* MFC: Use sparse initializers for "struct domain" and "struct protosw".Ruslan Ermilov2005-11-161-12/+20
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-3/+4
* MFC: rev. 1.33 src/sys/net/if_gre.c, rev. 1.20 src/sys/netinet/ip_gre.cBjoern A. Zeeb2005-08-101-3/+19
* Fix panic after ifnet changes in rev. 1.30. sc->sc_ifp is aBjoern A. Zeeb2005-06-281-2/+8
* Fix some long standing bugs in writing to the BPF device attached toDavid Malone2005-06-261-1/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-21/+22
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Set ip_v field properly.Maxim Sobolev2004-08-051-0/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* Use M_ZERO instead of memset() (!).Bruce M Simpson2004-07-061-2/+1
* Major overhaul of pseudo-interface cloning. Highlights include:Brooks Davis2004-06-221-2/+2
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Add the comment of the previous commit to the source file directly.Andre Oppermann2004-04-231-1/+5
* Call ip_output() with IP_FORWARD flag to prevent it from overwriting theAndre Oppermann2004-04-231-2/+2
* Lock down global variables in if_gre:Robert Watson2004-03-221-8/+33
* Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.Maxim Sobolev2004-01-301-3/+2
* Add support for WCCPv2. It should be enablem manually using link2Maxim Sobolev2004-01-261-0/+5
* (whilespace-only)Maxim Sobolev2004-01-261-2/+2
* Sync with NetBSD:Maxim Sobolev2003-12-301-12/+11
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-281-8/+1
* Declare gre(4) as being of IFT_TUNNEL, Like God Intended.Bruce M Simpson2003-12-091-2/+2
* Fix a bug whereby the physical endpoints of a gre(4) tunnel would notBruce M Simpson2003-11-141-0/+7
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-6/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* 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