summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/frag6.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r278828, r278832kp2015-06-181-19/+32
* Update comment from draft to RFC number.bz2013-09-221-3/+2
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-7/+7
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Implement handling of "atomic fragements" as outlined inbz2012-07-081-0/+13
* After some off-list discussion, revert a number of changes to thedim2010-11-221-3/+3
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-3/+3
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-2/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-5/+7
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-3/+3
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-12/+8
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-1/+3
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* First pass at separating per-vnet initializer functionszec2009-04-061-4/+6
* Remove the single global unlocked route cache ip6_forward_rtbz2009-02-011-12/+0
* Remove dead code from #if 0:bz2009-01-311-4/+0
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+2
* Add a MAC label, MAC Framework, and MAC policy entry points for IPv6rwatson2008-10-261-2/+30
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-23/+43
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-38/+39
* Remove GIANT_REQUIRED from IPv6 input, forward, and frag6 code. The frag6rwatson2008-07-031-4/+0
* un-__P()obrien2008-01-081-5/+5
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Space cleanupdelphij2007-07-051-1/+1
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-16/+9
* cleanup about the reassembly structures and routine:jinmei2007-06-041-14/+13
* MFp4: 92972, 98913 + one more changebz2006-12-121-2/+5
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED tobz2006-05-041-0/+4
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-0/+10
* Remove one remaining use of spl in the IPv6 fragmentation code, asrwatson2006-04-121-3/+0
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-5/+0
* add ECN support in layer-3.ume2003-10-291-0/+23
* cleanup use of m_tag.ume2003-10-281-20/+5
* M_DONTWAIT was passed into malloc().ume2003-10-271-2/+2
* IP6Q_LOCK_CHECK -> IP6Q_LOCK_ASSERT.ume2003-10-221-6/+6
* pretect ip6 reassemble queue by use of mutex.ume2003-10-221-45/+16
* - implement lock around IPv6 reassembly, to avoid panic due toume2003-10-221-15/+91
* - fix typo in comment.ume2003-10-071-18/+16
* return(code) -> return (code)ume2003-10-061-3/+3
* use arc4random()ume2003-10-011-9/+1
* - include opt_random_ip_id.hume2003-10-011-1/+5
* we don't need ip6_id when RANDOM_IP_ID is defined.ume2003-10-011-0/+2
* 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
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-1/+1
* Sync with recent KAME.ume2001-06-111-12/+15
OpenPOWER on IntegriCloud