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
/
mld6.c
Age
Commit message (
Expand
)
Author
2024-08-19
avoid uninitialised var use introduced in rev 1.63
Jonathan Gray
2024-08-12
Run network protocol timer without kernel lock.
Alexander Bluhm
2024-02-13
Merge struct route and struct route_in6.
Alexander Bluhm
2022-09-08
Rename global ifnet TAILQ
Klemens Nanni
2022-09-05
Move mld6 address variables from data to stack memory to make them
Alexander Bluhm
2022-09-04
spelling
Jonathan Gray
2022-08-22
Document that igmp_timers_are_running and mld6_timers_are_running
Alexander Bluhm
2022-08-21
Only grab netlock in igmp and mdl6 fast timer when necessary. There
Alexander Bluhm
2018-11-30
MH_ALIGN -> m_align
Claudio Jeker
2017-10-29
Move NET_{,UN}LOCK into individual slowtimo functions.
Florian Obser
2017-05-16
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
Martin Pieuchot
2017-05-08
Fix a compilation error on arm64 that was caught by clang.
Rafael Zalamena
2017-05-04
Reset the MLD default ip6_opts by using ip6_initpktopts(). This fixes a
Rafael Zalamena
2017-04-06
Convert bcopy to memcpy as the memory does not overlap.
David Hill
2017-02-09
percpu counters for raw ipv6 and icmp6 stats
Jeremie Courreges-Anglas
2016-12-21
Remove recursive splsoftnet().
Martin Pieuchot
2016-07-05
Expand IN6_IFF_NOTREADY, ok bluhm@
Martin Pieuchot
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
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 if_put suffling. OK dlg@
Claudio Jeker
2015-09-09
Kill icmp6_ifstat_inc() and associated per-ifp storage.
Martin Pieuchot
2015-06-16
Store a unique ID, an interface index, rather than a pointer to the
Martin Pieuchot
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-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-04-14
"struct pkthdr" holds a routing table ID, not a routing domain one.
Martin Pieuchot
2014-01-24
Instead of calculating the ICMPv6 checksum here, just set the flag that
Christian Weisgerber
2014-01-21
Do not clean the multicast records of an interface when it is destroyed
Martin Pieuchot
2014-01-13
Call all local valiables of type struct in6_ifaddr "ia6". This is
Alexander Bluhm
2013-11-28
Change the way protocol multicast addresses are linked to an interface.
Martin Pieuchot
2013-11-14
Clean up tabs and a backslash which seemed to have sneeked in in r1.29.
Patrick Wildt
2013-11-11
Replace most of our formating functions to convert IPv4/6 addresses from
Martin Pieuchot
2013-10-24
Significant namespace cleanup of netinet6 symbols.
Theo de Raadt
2013-10-17
The header file netinet/in_var.h included netinet6/in6_var.h. This
Alexander Bluhm
2013-10-14
Change the macros used to iterate over the multicast records of an
Martin Pieuchot
2011-11-24
rdomain support for IPv6
sperreault
2011-04-15
Remove dead assignment.
Charles Longeau
2010-03-22
Add some MLDv2 definitions from FreeBSD.
Jonathan Gray
2008-06-11
ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.
Ryan Thomas McBride
2007-06-01
apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.
Henning Brauer
2006-12-09
switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).
Jun-ichiro itojun Hagino
2006-11-17
change semantics of ff01::/16 to interface local multicast
Jun-ichiro itojun Hagino
2006-05-27
Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding
Claudio Jeker
2006-03-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2003-06-11
- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)
Jun-ichiro itojun Hagino
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-14
make PULLDOWN_TEST codepath the default (has been default for a long time).
Jun-ichiro itojun Hagino
2002-06-09
whitespace cleanup
Jun-ichiro itojun Hagino
2002-06-08
splnet -> splsoftnet where appropriate
Jun-ichiro itojun Hagino
[next]