| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Kick the current-state report timer when a V1 group report would | bms | 2012-06-28 | 1 | -0/+1 |
* | Fix a typo in MLD query exponent processing. | bms | 2012-06-28 | 1 | -1/+1 |
* | In MLDv2 general query processing, do not enforce the strict check | bms | 2012-06-28 | 1 | -7/+1 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -16/+16 |
* | Use the mli_relinmhead list normally used to defer calls to | jhb | 2012-01-04 | 1 | -21/+29 |
* | When cancelling multicast timers on an interface, don't release the | jhb | 2012-01-03 | 1 | -8/+7 |
* | Use TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE() for some loops that | jhb | 2012-01-03 | 1 | -2/+2 |
* | Fix double free. | glebius | 2011-12-07 | 1 | -1/+0 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -2/+3 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Fix if_addr_mtx recursion in mld6. | pluknet | 2011-08-22 | 1 | -4/+7 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -5/+5 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -5/+5 |
* | When embedding the scope ID in MLDv1 output, check if the scope of the address | bms | 2010-04-10 | 1 | -2/+4 |
* | Use ALLOW_NEW_SOURCES and BLOCK_OLD_SOURCES to signal a join or leave | bms | 2009-12-22 | 1 | -16/+59 |
* | Add missing #include <sys/ktr.h>. | bms | 2009-12-15 | 1 | -0/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -41/+12 |
* | Garbage collect vnet module registrations that have neither constructors | rwatson | 2009-07-20 | 1 | -1/+0 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -4/+4 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -5/+5 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -49/+17 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -3/+18 |
* | Remove unnecessary #ifdef lines and code. | zec | 2009-06-12 | 1 | -7/+0 |
* | Merge final round of MLD changes from p4: | bms | 2009-05-27 | 1 | -73/+199 |
* | Pullup from p4 tip: | bms | 2009-05-21 | 1 | -22/+15 |
* | Pullup svn source to p4 top of tree: | bms | 2009-05-21 | 1 | -15/+35 |
* | Remove unnecessary CURVNET_SET() calls where curvnet context is | zec | 2009-05-06 | 1 | -19/+1 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -5/+3 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -5/+0 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -396/+2943 |
* | Assert the interface address list lock in IFP_TO_IA6(), as it will | rwatson | 2009-04-20 | 1 | -2/+4 |
* | Update stats in struct icmpstat and icmp6stat using four new | rwatson | 2009-04-12 | 1 | -2/+2 |
* | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | rwatson | 2009-03-15 | 1 | -2/+0 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -0/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+3 |
* | mld_timerresid() returns ms so instead of doing the maths in usec | bz | 2008-09-10 | 1 | -1/+1 |
* | Fix a bug, when a specially crafted ICMPV6 MLD packet could lead | bz | 2008-09-03 | 1 | -4/+4 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -5/+6 |
* | un-__P() | obrien | 2008-01-08 | 1 | -1/+1 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -3/+5 |
* | Space cleanup | delphij | 2007-07-05 | 1 | -2/+2 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -24/+11 |
* | Implement reference counting for ifmultiaddr, in_multi, and in6_multi | bms | 2007-03-20 | 1 | -72/+83 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -2/+3 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -2/+0 |
* | fixed a bug that an MLD report is not advertised when group-specific MLD quer... | suz | 2006-03-04 | 1 | -2/+3 |