summaryrefslogtreecommitdiff
path: root/sys/netinet6/frag6.c
Commit message (Expand)AuthorAgeFilesLines
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-3/+3
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-3/+3
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-2/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Reimplement and/or implement vnet list locking by replacing a mostlyRobert Watson2009-07-191-5/+7
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-3/+3
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-12/+8
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-1/+3
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-2/+0
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-4/+6
* Remove the single global unlocked route cache ip6_forward_rtBjoern A. Zeeb2009-02-011-12/+0
* Remove dead code from #if 0:Bjoern A. Zeeb2009-01-311-4/+0
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+2
* Add a MAC label, MAC Framework, and MAC policy entry points for IPv6Robert Watson2008-10-261-2/+30
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-23/+43
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-38/+39
* Remove GIANT_REQUIRED from IPv6 input, forward, and frag6 code. The frag6Robert Watson2008-07-031-4/+0
* un-__P()David E. O'Brien2008-01-081-5/+5
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+5
* Space cleanupXin LI2007-07-051-1/+1
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-16/+9
* cleanup about the reassembly structures and routine:JINMEI Tatuya2007-06-041-14/+13
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-2/+5
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED toBjoern A. Zeeb2006-05-041-0/+4
* Allow for nmbclusters and maxsockets to be increased via sysctl.Paul Saab2006-04-211-0/+10
* Remove one remaining use of spl in the IPv6 fragmentation code, asRobert Watson2006-04-121-3/+0
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-5/+0
* add ECN support in layer-3.Hajimu UMEMOTO2003-10-291-0/+23
* cleanup use of m_tag.Hajimu UMEMOTO2003-10-281-20/+5
* M_DONTWAIT was passed into malloc().Hajimu UMEMOTO2003-10-271-2/+2
* IP6Q_LOCK_CHECK -> IP6Q_LOCK_ASSERT.Hajimu UMEMOTO2003-10-221-6/+6
* pretect ip6 reassemble queue by use of mutex.Hajimu UMEMOTO2003-10-221-45/+16
* - implement lock around IPv6 reassembly, to avoid panic due toHajimu UMEMOTO2003-10-221-15/+91
* - fix typo in comment.Hajimu UMEMOTO2003-10-071-18/+16
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-3/+3
* use arc4random()Hajimu UMEMOTO2003-10-011-9/+1
* - include opt_random_ip_id.hHajimu UMEMOTO2003-10-011-1/+5
* we don't need ip6_id when RANDOM_IP_ID is defined.Hajimu UMEMOTO2003-10-011-0/+2
* 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
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-12/+15
* Make the default value of net.inet.ip.maxfragpackets andJesper Skriver2001-06-101-0/+2
* Plug memoly leak in overlaps fragment cases.Munechika SUMIKAWA2001-05-201-0/+6
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-4/+0
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-55/+170