aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/frag6.c
Commit message (Expand)AuthorAgeFilesLines
* Move ip6_deletefraghdr() to frag6.c.Gleb Smirnoff2015-02-161-0/+24
* Factor out ip6_deletefraghdr() function, to be shared between IPv6Gleb Smirnoff2015-02-161-19/+8
* Remove ip6_getdstifaddr() and all functions to work with auxiliary data.Andrey V. Elsukov2014-11-081-17/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Update comment from draft to RFC number.Bjoern A. Zeeb2013-09-221-3/+2
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.Andrey V. Elsukov2013-04-091-7/+7
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Implement handling of "atomic fragements" as outlined inBjoern A. Zeeb2012-07-081-0/+13
* 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