index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
ip6_mroute.c
Age
Commit message (
Expand
)
Author
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-05-27
Document the various flavors of NET_LOCK() and rename the reader version.
Martin Pieuchot
2020-03-15
Guard SIOCDELMULTI if_ioctl calls with KERNEL_LOCK() where the call is
Visa Hankala
2019-09-04
Add RCS Id.
Alexander Bluhm
2019-09-04
Fix a route use after free in IPv6 multicast route. Move the
Alexander Bluhm
2019-06-21
Prevent recursions by not deleting entries inside rtable_walk(9).
Martin Pieuchot
2019-06-04
Add missing NULL check for the protocol control block (pcb) pointer in
anton
2019-02-13
change rt_ifa_add and rt_ifa_del so they take an rdomain argument.
David Gwynne
2019-02-10
remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes.
David Gwynne
2018-10-10
RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255.
Reyk Floeter
2018-05-02
Push the NET_LOCK() down in in6_control() similar to what was done
Theo Buehler
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
[next]