summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_gif.c
Commit message (Expand)AuthorAgeFilesLines
* Use correct lookup key for gif route lookups.melifaro2015-12-091-2/+2
* Merge helper fib* functions used for basic lookups.melifaro2015-12-081-16/+9
* Eliminate the use of m_copydata() in gif_encapcheck().ae2015-07-291-32/+13
* Add an ability accept encapsulated packets from different sources by oneae2015-05-151-3/+9
* Extern declarations in C files loses compile-time checking thatae2014-12-251-4/+0
* Remove in_gif.h and in6_gif.h files. They only contain functionae2014-12-231-4/+9
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-1/+1
* Remove redundant check and m_pullup() call.ae2014-10-241-2/+0
* Overhaul if_gif(4):ae2014-10-141-264/+45
* Change pr_output's prototype to avoid the need for explicit casts.kevlo2014-08-151-1/+1
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-3/+2
* Fix EtherIP. TOS field must be initialized when the inner protocol ishrs2014-07-241-0/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+2
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-3/+3
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-2/+0
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-2/+5
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-0/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-0/+9
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-3/+0
* Fix and add a workaround on an issue of EtherIP packet with reversedhrs2009-06-071-2/+16
* On architectures with strict alignment requirements compensatemarius2009-03-071-4/+18
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsbz2009-01-311-2/+2
* Switch the last protosw* structs to C99 initializers.bz2009-01-051-5/+9
* Unlike with struct protosw, several instances of struct ip6protoswrwatson2009-01-041-1/+0
* 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/+2
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-1/+0
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-4/+5
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Space cleanupdelphij2007-07-051-13/+13
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-20/+9
* MFp4: 92972, 98913 + one more changebz2006-12-121-1/+2
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* shut up strict-aliasing rules warning.ume2006-02-051-1/+1
* 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
* fix IP(v4) over IPv6 tunneling most likely broken with ifnet changes.ume2005-06-201-1/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-5/+5
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* In certain cases ip_output() can free our route, so checkglebius2004-12-101-1/+2
* style the last changeglebius2004-12-091-2/+2
* MFinet4:glebius2004-12-091-3/+10
* add ECN support in layer-3.ume2003-10-291-13/+15
* nuke SCOPEDROUTING. Though it was there for a long time,ume2003-10-101-2/+0
* - fix typo in comments.ume2003-10-081-5/+6
* return(code) -> return (code)ume2003-10-061-2/+2
* 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
OpenPOWER on IntegriCloud