Age | Commit message (Expand) | Author |
2017-06-26 | Assert that the corresponding socket is locked when manipulating socket | Martin Pieuchot |
2017-05-17 | Optimize multicast packet sending by using m_dup_pkt() instead of | Rafael Zalamena |
2017-05-16 | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). | Martin Pieuchot |
2017-05-16 | Make the IPv6 multicast routing code use the OpenBSD routing table | Rafael Zalamena |
2017-05-08 | Added initial IPv6 multicast routing support for multiple rdomains: | Rafael Zalamena |
2017-02-05 | Use percpu counters for ip6stat | Jeremie Courreges-Anglas |
2017-02-01 | In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with | David Hill |
2017-01-06 | Kill various splsoftnet(). | Martin Pieuchot |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-10-03 | Convert some of the remaining usages of time_second to time_uptime. | Martin Pieuchot |
2016-08-23 | Do not use a single global struct route_in6 to cache route lookups. | Martin Pieuchot |
2016-06-15 | Kill nd6_output(), it doesn't do anything since the resolution logic | Martin Pieuchot |
2016-01-21 | Introduce in{,6}_hasmulti(), two functions to check in the hot path if | Martin Pieuchot |
2015-12-03 | add sizes to some free() calls. ok claudio | Ted Unangst |
2015-11-13 | Do not cast malloc(9) results. | Martin Pieuchot |
2015-11-12 | Do not try to guess if there's still an IPv4 multicast routing daemon | Martin Pieuchot |
2015-11-12 | Unbreak adding a MIFF_REGISTER interface. | Martin Pieuchot |
2015-11-12 | unidef MRT6DEBUG | Martin Pieuchot |
2015-11-12 | More PIM love. Reduce differences with ip_mroute.c and dynamically | Martin Pieuchot |
2015-11-12 | Sync headers and get rid of #ifdef MROUTING. | Martin Pieuchot |
2015-11-12 | Fix PIM build. | Martin Pieuchot |
2015-10-28 | Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now | Florian Obser |
2015-09-13 | There's no point in abstracting ifp->if_output() as long as pf_test() | Martin Pieuchot |
2015-09-12 | Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp. | Martin Pieuchot |
2015-09-12 | Introduce if_input_local() a function to feed local traffic back to | Martin Pieuchot |
2015-09-11 | Kill yet another argument to functions in IPv6. This time ip6_output's | Claudio Jeker |
2015-09-10 | More complicated if_put dance. Special handling for multicast_register_if | Claudio Jeker |
2015-08-24 | In kernel initialize struct sockaddr_in and sockaddr_in6 to zero | Alexander Bluhm |
2015-07-15 | rename mbuf ** parameter from m to mp, to match other similar code | Theo de Raadt |
2015-07-08 | Pass an interface index instead of a pointer to in6_addr2scopeid(). | Martin Pieuchot |
2015-06-30 | Get rid of the undocumented & temporary* m_copy() macro added for | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-09 | Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the | Claudio Jeker |
2015-02-09 | convert the multicast filter hash to use siphash, like i did for | David Gwynne |
2015-02-08 | Rename some of the functions by adding a 6 so they do not conflict with | Claudio Jeker |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-17 | Remove the "multicast_" prefix from the fields a multicast-only struct. | Martin Pieuchot |
2014-12-17 | Use an interface index instead of a pointer for multicast options. | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-08-19 | Keep pim code under #ifdef PIM to be coherent with what's in netinet/. | Martin Pieuchot |
2014-08-14 | No need for raw_cb.h | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-06-03 | Do not include <sys/malloc.h> where it is not needed. | Martin Pieuchot |
2014-03-10 | In ip6_mrouter_set() and ip6_mrouter_get(), change the error number | Lawrence Teo |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-27 | delete UPCALL_TIMING debug code from a the dark ages | Theo de Raadt |
2013-10-21 | remove GET_TIME() wrapper | Theo de Raadt |