aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_gre.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-4/+0
* Add the explicit include of vimage.h to another five .c files stillBjoern A. Zeeb2009-06-171-0/+1
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+2
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+3
* Add support for actually sending WCCP return packets via GRE.Julian Elischer2008-07-201-3/+9
* change a variable name ot stop it from colliding with other names inJulian Elischer2008-06-261-7/+7
* Add support for the optional key in the GRE header.Andrew Thompson2008-06-201-3/+44
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-1/+6
* Replace really convoluted code that simplifies to "a ^= 0x01;"Julian Elischer2008-03-191-9/+2
* Sync comments to code: we now use priv_check() rather than suser() toRobert Watson2007-06-261-16/+16
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-9/+63
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-1/+0
* Revise network interface cloning to take an optional opaqueSam Leffler2006-07-091-2/+3
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-021-1/+1
* Correct test for fragmented packet.Jeffrey Hsu2006-05-111-1/+1
* Remove two unnecessary type casts, of which both had a typo inQing Li2006-02-071-2/+2
* Fix stack corruptions on amd64.Bjoern A. Zeeb2006-01-211-2/+2
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-091-12/+20
* Move the cloned interface list management in to if_clone. For some drivers theAndrew Thompson2005-11-081-9/+0
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.Andre Oppermann2005-11-021-1/+1
* Change the reference counting to count the number of cloned interfaces for eachAndrew Thompson2005-10-121-17/+10
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-3/+4
* Add support for IPv6 over GRE [1]. PR kern/80340 includes theBjoern A. Zeeb2005-08-011-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