summaryrefslogtreecommitdiffstats
path: root/sys/net/if_gre.c
Commit message (Expand)AuthorAgeFilesLines
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-1/+0
* Revise network interface cloning to take an optional opaquesam2006-07-091-2/+3
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-1/+1
* Correct test for fragmented packet.hsu2006-05-111-1/+1
* Remove two unnecessary type casts, of which both had a typo inqingli2006-02-071-2/+2
* Fix stack corruptions on amd64.bz2006-01-211-2/+2
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-12/+20
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-9/+0
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-1/+1
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-121-17/+10
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-3/+4
* Add support for IPv6 over GRE [1]. PR kern/80340 includes thebz2005-08-011-3/+19
* Fix panic after ifnet changes in rev. 1.30. sc->sc_ifp is abz2005-06-281-2/+8
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-1/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-21/+22
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Set ip_v field properly.sobomax2004-08-051-0/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Use M_ZERO instead of memset() (!).bms2004-07-061-2/+1
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-2/+2
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Add the comment of the previous commit to the source file directly.andre2004-04-231-1/+5
* Call ip_output() with IP_FORWARD flag to prevent it from overwriting theandre2004-04-231-2/+2
* Lock down global variables in if_gre:rwatson2004-03-221-8/+33
* 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