| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r346898: ip multicast debug: fix strings vs defines | Alexander Motin | 2019-05-08 | 1 | -10/+21 |
| * | MFC r346118: | Mark Johnston | 2019-04-25 | 1 | -2/+6 |
| * | MFC r339807: Prevent multicast code from panicing due to unprotected access | Eugene Grosbein | 2018-11-26 | 1 | -5/+15 |
| * | MFC r318255: | Enji Cooper | 2017-07-18 | 1 | -1/+2 |
| * | MFC r313821 r315277 r315286 | Eric van Gyzen | 2017-03-17 | 1 | -47/+42 |
| * | sys/net*: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
| * | netinet: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -2/+2 |
| * | Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(), | Alexander V. Chernikov | 2015-12-09 | 1 | -10/+7 |
| * | in_getmulti: Fix recursion on if_addr_lock on malloc failure | Conrad Meyer | 2015-11-18 | 1 | -1/+1 |
| * | Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock. | Andrey V. Elsukov | 2015-07-29 | 1 | -3/+7 |
| * | Fix build with KTR after r278978. | Konstantin Belousov | 2015-02-19 | 1 | -1/+1 |
| * | Use new struct mbufq instead of struct ifqueue to manage packet queues in | Gleb Smirnoff | 2015-02-19 | 1 | -6/+1 |
| * | Only define the full inm_print() if KTR_IGMPV3 is enabled at compile time. | John Baldwin | 2014-09-30 | 1 | -3/+3 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -6/+3 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -3/+6 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -6/+3 |
| * | Fix various places where we don't properly release a lock | George V. Neville-Neil | 2014-01-16 | 1 | -8/+18 |
| * | In sys/netinet/in_mcast.c, inm_is_ifp_detached() is only used whenever | Dimitry Andric | 2013-12-24 | 1 | -0/+4 |
| * | Uninline inm_lookup_locked(). Now in_var.h doesn't dereference | Gleb Smirnoff | 2013-10-29 | 1 | -0/+43 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Fix an integer overflow in computing the size of a temporary buffer | Xin LI | 2013-08-22 | 1 | -0/+2 |
| * | Fix a panic when leaving MC group in a kernel with VIMAGE enabled. | Hiroki Sato | 2013-07-02 | 1 | -0/+2 |
| * | Remove unused variable. | Gleb Smirnoff | 2012-01-24 | 1 | -3/+0 |
| * | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | John Baldwin | 2012-01-05 | 1 | -7/+7 |
| * | Defer the work of freeing IPv4 multicast options from a socket to an | John Baldwin | 2011-12-29 | 1 | -3/+38 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -2/+3 |
| * | Fix a few issues related to the legacy 4.4 BSD multicast APIs. | Bruce M Simpson | 2010-04-10 | 1 | -7/+19 |
| * | Correct a comment. | Bruce M Simpson | 2009-11-19 | 1 | -1/+1 |
| * | Return ENOBUFS consistently if user attempts to exceed | Bruce M Simpson | 2009-09-18 | 1 | -2/+4 |
| * | Comment some flawed assumptions in inp_join_group() about | Bruce M Simpson | 2009-09-12 | 1 | -2/+21 |
| * | Don't allow joins w/o source on an existing group. | Bruce M Simpson | 2009-09-12 | 1 | -8/+14 |
| * | Tighten input checking in inp_join_group(): | Bruce M Simpson | 2009-09-12 | 1 | -15/+35 |
| * | Fix an obvious logic error in the IPv4 multicast leave processing, | Bruce M Simpson | 2009-09-12 | 1 | -2/+4 |
| * | Fix an API issue in leave processing for IPv4 multicast groups. | Bruce M Simpson | 2009-09-12 | 1 | -0/+3 |
| * | When joining a multicast group, the inp_lookup_mcast_ifp call | Shteryana Shopova | 2009-09-07 | 1 | -3/+6 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -17/+0 |
| * | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | Robert Watson | 2009-06-25 | 1 | -0/+2 |
| * | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson | 2009-06-23 | 1 | -0/+1 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -2/+0 |
| * | Cut over to KTR_INET for CTR. | Bruce M Simpson | 2009-04-29 | 1 | -3/+6 |
| * | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 1 | -2/+2 |
| * | remove IFF_ASSERTGIANT | Bruce M Simpson | 2009-04-21 | 1 | -13/+0 |
| * | If KTR_SUBSYS is compiled in, it does not necessarily mean that user | Alexander Kabaev | 2009-04-05 | 1 | -1/+1 |
| * | Deal with the case where ifma_protospec may be NULL, during | Bruce M Simpson | 2009-03-17 | 1 | -0/+9 |
| * | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | Robert Watson | 2009-03-15 | 1 | -23/+1 |
| * | Don't print inm_print() chatter when KTR_IGMPV3 is not enabled | Bruce M Simpson | 2009-03-10 | 1 | -0/+3 |
| * | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | Bruce M Simpson | 2009-03-09 | 1 | -682/+1729 |
| * | Add sysctl net.inet.ip.mcast.loop. This controls whether or not | Bruce M Simpson | 2009-03-04 | 1 | -1/+8 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+2 |