aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/frag6.c
Commit message (Expand)AuthorAgeFilesLines
* When dropping a fragment queue count the number of fragments in the queueTom Jones2019-02-191-5/+8
* frag6: Fix fragment reassemblyKristof Provost2018-08-311-1/+3
* Lower the default limits on the IPv6 reassembly queue.Jonathan T. Looney2018-08-141-5/+21
* Drop 0-byte IPv6 fragments.Jonathan T. Looney2018-08-141-1/+10
* Implement a limit on on the number of IPv6 reassembly queues per bucket.Jonathan T. Looney2018-08-141-16/+62
* Add a limit of the number of fragments per IPv6 packet.Jonathan T. Looney2018-08-141-0/+10
* Make the IPv6 fragment limits be global, rather than per-VNET, limits.Jonathan T. Looney2018-08-141-11/+17
* Improve IPv6 reassembly performance by hashing fragments into buckets.Jonathan T. Looney2018-08-141-99/+141
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-3/+3
* Modify ip6_get_prevhdr() to be able use it safely.Andrey V. Elsukov2018-02-051-4/+2
* Do not generate illegal mbuf chains during IP fragment reassembly. OnlyNavdeep Parhar2018-01-241-0/+1
* Follow the RFC6980 and silently ignore following IPv6 NDP messagesAndrey V. Elsukov2017-12-151-0/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* When IPv6 fragments reassembly is complete, update mbuf's csum_dataAndrey V. Elsukov2017-02-281-0/+9
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Remove sys/eventhandler.h from net/route.hAlexander V. Chernikov2016-01-091-0/+1
* [netinet6]: Create a new IPv6 netisr which expects the frames to have been ve...Adrian Chadd2015-11-061-1/+30
* Use m_cat() to reassembly IPv6 packets.Alexander V. Chernikov2015-10-271-2/+2
* 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