index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
mld6.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
MH_ALIGN -> m_align
claudio
2018-11-30
1
-2
/
+2
*
Move NET_{,UN}LOCK into individual slowtimo functions.
florian
2017-10-29
1
-2
/
+7
*
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
mpi
2017-05-16
1
-2
/
+2
*
Fix a compilation error on arm64 that was caught by clang.
rzalamena
2017-05-08
1
-4
/
+3
*
Reset the MLD default ip6_opts by using ip6_initpktopts(). This fixes a
rzalamena
2017-05-04
1
-1
/
+2
*
Convert bcopy to memcpy as the memory does not overlap.
dhill
2017-04-06
1
-2
/
+2
*
percpu counters for raw ipv6 and icmp6 stats
jca
2017-02-09
1
-3
/
+3
*
Remove recursive splsoftnet().
mpi
2016-12-21
1
-10
/
+1
*
Expand IN6_IFF_NOTREADY, ok bluhm@
mpi
2016-07-05
1
-2
/
+2
*
Sync no-argument function declaration and definition by adding (void).
naddy
2016-03-07
1
-2
/
+2
*
Introduce if_input_local() a function to feed local traffic back to
mpi
2015-09-12
1
-2
/
+2
*
Kill yet another argument to functions in IPv6. This time ip6_output's
claudio
2015-09-11
1
-2
/
+2
*
More if_put suffling. OK dlg@
claudio
2015-09-10
1
-9
/
+17
*
Kill icmp6_ifstat_inc() and associated per-ifp storage.
mpi
2015-09-09
1
-15
/
+1
*
Store a unique ID, an interface index, rather than a pointer to the
mpi
2015-06-16
1
-3
/
+9
*
Remove the "multicast_" prefix from the fields a multicast-only struct.
mpi
2014-12-17
1
-4
/
+4
*
Use an interface index instead of a pointer for multicast options.
mpi
2014-12-17
1
-2
/
+2
*
move arc4random prototype to systm.h. more appropriate for most code
tedu
2014-11-18
1
-2
/
+1
*
"struct pkthdr" holds a routing table ID, not a routing domain one.
mpi
2014-04-14
1
-2
/
+2
*
Instead of calculating the ICMPv6 checksum here, just set the flag that
naddy
2014-01-24
1
-3
/
+2
*
Do not clean the multicast records of an interface when it is destroyed
mpi
2014-01-21
1
-7
/
+9
*
Call all local valiables of type struct in6_ifaddr "ia6". This is
bluhm
2014-01-13
1
-7
/
+7
*
Change the way protocol multicast addresses are linked to an interface.
mpi
2013-11-28
1
-8
/
+15
*
Clean up tabs and a backslash which seemed to have sneeked in in r1.29.
patrick
2013-11-14
1
-2
/
+2
*
Replace most of our formating functions to convert IPv4/6 addresses from
mpi
2013-11-11
1
-3
/
+5
*
Significant namespace cleanup of netinet6 symbols.
deraadt
2013-10-24
1
-5
/
+5
*
The header file netinet/in_var.h included netinet6/in6_var.h. This
bluhm
2013-10-17
1
-2
/
+2
*
Change the macros used to iterate over the multicast records of an
mpi
2013-10-14
1
-8
/
+18
*
rdomain support for IPv6
sperreault
2011-11-24
1
-1
/
+2
*
Remove dead assignment.
chl
2011-04-15
1
-2
/
+2
*
Add some MLDv2 definitions from FreeBSD.
jsg
2010-03-22
1
-14
/
+3
*
ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.
mcbride
2008-06-11
1
-12
/
+5
*
apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.
henning
2007-06-01
1
-2
/
+3
*
switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).
itojun
2006-12-09
1
-4
/
+2
*
change semantics of ff01::/16 to interface local multicast
itojun
2006-11-17
1
-2
/
+2
*
Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding
claudio
2006-05-27
1
-1
/
+3
*
Use more queue macros rather than doing it by hand; ok otto@ krw@
miod
2006-03-05
1
-5
/
+2
*
- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)
itojun
2003-06-11
1
-75
/
+75
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
make PULLDOWN_TEST codepath the default (has been default for a long time).
itojun
2003-05-14
1
-6
/
+1
*
whitespace cleanup
itojun
2002-06-09
1
-2
/
+2
*
splnet -> splsoftnet where appropriate
itojun
2002-06-08
1
-3
/
+3
*
sync with latest KAME in6_ifaddr/prefix/default router manipulation.
itojun
2002-06-08
1
-33
/
+40
*
First round of __P removal in sys
millert
2002-03-14
1
-2
/
+2
*
do not log() in per-packet input path. sync w/kame
itojun
2002-01-08
1
-1
/
+5
*
whitespace/comment sync with kame
itojun
2001-12-07
1
-3
/
+2
*
No need for net/net_osdep.h
angelos
2001-06-09
1
-3
/
+1
*
pull in new pcb notification code from kame. better handling of scope address.
itojun
2001-02-16
1
-16
/
+19
*
sync whitespace/comment with kame. to help merge tasks
itojun
2001-02-16
1
-14
/
+14
*
kill register declarations. to sync with kame better.
itojun
2001-02-16
1
-2
/
+2
[next]