summaryrefslogtreecommitdiffstats
path: root/sys/net/if_gre.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r292972araujo2016-01-081-4/+17
* MFC r290116:ae2015-11-041-0/+8
* MFC r288575:hrs2015-11-041-1/+6
* MFC r288529:ae2015-10-121-1/+1
* MFC r282809:ae2015-06-061-2/+15
* MFC r276148:ae2015-06-061-10/+0
* MFC r274246:ae2015-06-061-713/+704
* MFC r271918 (by hrs):ae2015-06-051-34/+36
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isglebius2013-09-111-2/+0
* Add IFF_MONITOR support to gre(4).hrs2013-05-111-0/+6
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-11/+9
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-2/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-3/+3
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-3/+0
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-8/+8
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* gre(4) was using a field in the softc to detect possible recursion.bz2011-06-181-11/+72
* Hide the outer IP addresses of a tunnel interfaces (gif(4), gre(4))bz2011-03-021-0/+19
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-011-7/+0
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-4/+0
* Add the explicit include of vimage.h to another five .c files stillbz2009-06-171-0/+1
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+3
* Add support for actually sending WCCP return packets via GRE.julian2008-07-201-3/+9
* change a variable name ot stop it from colliding with other names injulian2008-06-261-7/+7
* Add support for the optional key in the GRE header.thompsa2008-06-201-3/+44
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+6
* Replace really convoluted code that simplifies to "a ^= 0x01;"julian2008-03-191-9/+2
* Sync comments to code: we now use priv_check() rather than suser() torwatson2007-06-261-16/+16
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-9/+63
* 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
OpenPOWER on IntegriCloud