summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_gif.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r276148:ae2015-06-061-4/+5
* MFC r282965:ae2015-05-311-3/+9
* MFC r273087 (with modifications):ae2014-12-231-290/+71
* MFC r269054:hrs2014-10-091-0/+2
* 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-1/+1
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-2/+0
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-0/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-0/+2
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-3/+3
* 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-9/+2
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-1/+7
* Fix and add a workaround on an issue of EtherIP packet with reversedhrs2009-06-071-2/+16
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-3/+3
* On architectures with strict alignment requirements compensatemarius2009-03-071-4/+18
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-1/+3
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-3/+5
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-5/+6
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-2/+6
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Certain consumers of rtalloc like gif(4) and if_stf(4) lookup thecsjp2007-09-231-2/+2
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-20/+6
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Add some initial locking to gif(4). It doesn't covers the whole driver,glebius2006-01-301-0/+2
* Add RFC 3378 EtherIP support. This change makes it possible to add gifthompsa2005-12-211-0/+19
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-6/+9
* Fix IP(v6) over IP tunneling most likely broken with ifnet changes.bz2005-06-201-1/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-5/+5
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* In certain cases ip_output() can free our route, so checkglebius2004-12-101-1/+2
* - Make route cacheing optional, configurable via IFF_LINK0 flag.glebius2004-12-061-0/+6
* Ensure that dst is bzeroed before calling rtalloc_ign(), to avoid possiblebms2004-06-181-0/+1
* In an effort to simplify the routing code, try to deprecate rtalloc()luigi2004-04-141-1/+1
* add ECN support in layer-3.ume2003-10-291-16/+21
* - fix typo in comment.ume2003-10-071-4/+3
* return(code) -> return (code)ume2003-10-071-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* last arg of in6?_gif_output() is not used any more.ume2002-10-171-2/+1
* use encapcheck.ume2002-10-161-14/+0
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.ume2002-10-161-29/+89
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-3/+3
* Staticize an extern that no one else used.brooks2002-02-261-1/+1
* KSE Milestone 2julian2001-09-121-1/+1
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-2/+3
* gif(4) and stf(4) modernization:brooks2001-07-021-21/+3
* Sync with recent KAME.ume2001-06-111-36/+25
OpenPOWER on IntegriCloud