| Commit message (Expand) | Author | Age | Files | Lines |
* | Only define the full inm_print() if KTR_IGMPV3 is enabled at compile time. | jhb | 2014-09-30 | 1 | -3/+3 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -6/+3 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -3/+6 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -6/+3 |
* | Fix various places where we don't properly release a lock | gnn | 2014-01-16 | 1 | -8/+18 |
* | In sys/netinet/in_mcast.c, inm_is_ifp_detached() is only used whenever | dim | 2013-12-24 | 1 | -0/+4 |
* | Uninline inm_lookup_locked(). Now in_var.h doesn't dereference | glebius | 2013-10-29 | 1 | -0/+43 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Fix an integer overflow in computing the size of a temporary buffer | delphij | 2013-08-22 | 1 | -0/+2 |
* | Fix a panic when leaving MC group in a kernel with VIMAGE enabled. | hrs | 2013-07-02 | 1 | -0/+2 |
* | Remove unused variable. | glebius | 2012-01-24 | 1 | -3/+0 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -7/+7 |
* | Defer the work of freeing IPv4 multicast options from a socket to an | jhb | 2011-12-29 | 1 | -3/+38 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -2/+3 |
* | Fix a few issues related to the legacy 4.4 BSD multicast APIs. | bms | 2010-04-10 | 1 | -7/+19 |
* | Correct a comment. | bms | 2009-11-19 | 1 | -1/+1 |
* | Return ENOBUFS consistently if user attempts to exceed | bms | 2009-09-18 | 1 | -2/+4 |
* | Comment some flawed assumptions in inp_join_group() about | bms | 2009-09-12 | 1 | -2/+21 |
* | Don't allow joins w/o source on an existing group. | bms | 2009-09-12 | 1 | -8/+14 |
* | Tighten input checking in inp_join_group(): | bms | 2009-09-12 | 1 | -15/+35 |
* | Fix an obvious logic error in the IPv4 multicast leave processing, | bms | 2009-09-12 | 1 | -2/+4 |
* | Fix an API issue in leave processing for IPv4 multicast groups. | bms | 2009-09-12 | 1 | -0/+3 |
* | When joining a multicast group, the inp_lookup_mcast_ifp call | syrinx | 2009-09-07 | 1 | -3/+6 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -17/+0 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -0/+2 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -0/+1 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -2/+0 |
* | Cut over to KTR_INET for CTR. | bms | 2009-04-29 | 1 | -3/+6 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -2/+2 |
* | remove IFF_ASSERTGIANT | bms | 2009-04-21 | 1 | -13/+0 |
* | If KTR_SUBSYS is compiled in, it does not necessarily mean that user | kan | 2009-04-05 | 1 | -1/+1 |
* | Deal with the case where ifma_protospec may be NULL, during | bms | 2009-03-17 | 1 | -0/+9 |
* | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | rwatson | 2009-03-15 | 1 | -23/+1 |
* | Don't print inm_print() chatter when KTR_IGMPV3 is not enabled | bms | 2009-03-10 | 1 | -0/+3 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 1 | -683/+1730 |
* | Add sysctl net.inet.ip.mcast.loop. This controls whether or not | bms | 2009-03-04 | 1 | -1/+8 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+2 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -1/+1 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -0/+2 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 1 | -5/+5 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -21/+17 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+11 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -8/+9 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+2 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -28/+28 |
* | Over the past couple of years, there have been a number of reports relating | csjp | 2007-08-06 | 1 | -0/+21 |
* | Fix a regression in IPv4 multicast join path (IP_ADD_MEMBERSHIP). | bms | 2007-07-09 | 1 | -11/+26 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 1 | -0/+1786 |