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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear AUTOCONF6TEMP flag when we detach inet6.
florian
2021-03-15
1
-3
/
+3
*
spelling
jsg
2021-03-10
10
-26
/
+26
*
We no longer "accept" RAs in the kernel, delete misleading comment.
florian
2021-03-08
1
-2
/
+1
*
Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to
bluhm
2021-03-01
3
-77
/
+74
*
we don't have to cast to caddr_t when calling m_copydata anymore.
dlg
2021-02-25
1
-9
/
+9
*
Use NULL instead of 0 in `m_nextpkt' assignment.
mvs
2021-02-23
1
-3
/
+3
*
Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().
patrick
2021-02-11
1
-3
/
+3
*
As done for the AF_INET multicast case, ensure that passed interface
claudio
2021-02-02
1
-3
/
+5
*
KNF, move { up to if () statement
claudio
2021-02-02
1
-3
/
+2
*
Fix path MTU discovery for ESP tunneled in IPv6. We always want
bluhm
2021-02-01
1
-1
/
+8
*
Fix white spaces and wrap long lines.
bluhm
2021-02-01
1
-41
/
+38
*
if stoeplitz is enabled, use it to provide a flowid for tcp packets.
dlg
2021-01-25
1
-1
/
+10
*
Create a path MTU host route for IPsec over IPv6. Basically the
bluhm
2021-01-11
4
-27
/
+104
*
Mark a layer 2 address as expired by setting the length to 0 when the
florian
2021-01-06
1
-1
/
+3
*
For a while the kerrnel reports EACCES to userland if pf blocks a
bluhm
2020-12-22
1
-3
/
+3
*
fix typo in log message: inteface -> interface
tb
2020-11-26
1
-2
/
+2
*
Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*
gnezdo
2020-11-16
1
-6
/
+9
*
Remove the cases folded into sysctl_bounded_args but left behind
gnezdo
2020-11-16
1
-13
/
+1
*
Rework source IP address setting.
denis
2020-11-07
1
-4
/
+3
*
Replace wrong cast with satosin.
denis
2020-11-05
1
-3
/
+2
*
Add feature to force the selection of source IP address
denis
2020-10-29
1
-1
/
+24
*
When generating the ICMP6 response to an IPv6 packet, the kernel
bluhm
2020-10-28
1
-8
/
+9
*
Convert icmp6_sysct to sysctl_bounded_args
gnezdo
2020-09-01
1
-4
/
+15
*
Convert ip6_sysctl to sysctl_bounded_args
gnezdo
2020-08-24
2
-62
/
+22
*
Convert divert*_sysctl to sysctl_bounded_args
gnezdo
2020-08-24
2
-12
/
+9
*
No longer prevent TCP connections to IPv6 anycast addresses.
florian
2020-08-08
1
-3
/
+1
*
The IPv6 source address selection rewrite had one (known) difference
florian
2020-08-07
1
-2
/
+33
*
Validate input given to ioctl(SIOCAIFADDR_IN6) like NetBSD already does.
anton
2020-08-04
1
-1
/
+7
*
Add missing rtable(4) check in rip6_input()
kn
2020-08-02
1
-1
/
+5
*
Move range check inside sysctl_int_arr
gnezdo
2020-08-01
3
-28
/
+18
*
Rewrite IPv6 source address selection in terms of the 8 rules given in
florian
2020-07-28
1
-153
/
+52
*
Copy the right value to fix getsockopt(2) for SO_RTABLE and IPV6_PIPEX
kn
2020-07-17
1
-3
/
+3
*
Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.
florian
2020-07-03
2
-9
/
+9
*
Fix two places where carp backup state is misspelled in comments.
benno
2020-06-30
1
-4
/
+4
*
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-06-24
6
-35
/
+35
*
Don't pass a pointer to an uninitialized variable as plenp to
krw
2020-06-22
1
-4
/
+4
*
wireguard can do ipv6, but doesnt do link local addresses.
dlg
2020-06-21
1
-1
/
+8
*
Document the various flavors of NET_LOCK() and rename the reader version.
mpi
2020-05-27
3
-14
/
+14
*
Do sanity checks in ip6_pullexthdr() preventing a panic in m_copydata(9).
mpi
2020-05-06
1
-1
/
+7
*
Assert that ND6 timer is never set for RTF_LOCAL routes.
mpi
2020-04-22
1
-1
/
+2
*
Never update the ND entry (cache) corresponding to a RTF_LOCAL route.
mpi
2020-04-22
1
-9
/
+3
*
Stop processing packets under non-exclusive (read) netlock.
mpi
2020-04-12
1
-3
/
+3
*
Move ND6_PRIV_* constants from nd6.h to slaacd the only place where
florian
2020-03-28
1
-6
/
+1
*
Use strlcpy instead of strncpy to ensure results are NUL terminated.
tobhe
2020-03-17
1
-3
/
+3
*
Guard SIOCDELMULTI if_ioctl calls with KERNEL_LOCK() where the call is
visa
2020-03-15
2
-2
/
+6
*
The loopback check in ip6_input_if() was needless. The ::1 destination
bluhm
2019-12-30
1
-7
/
+1
*
fix broken tree. sorry for inconveniences.
sashan
2019-12-23
1
-3
/
+3
*
rdr-to with loopback destination should work even though
sashan
2019-12-23
1
-2
/
+3
*
Make sure packet destination address matches interface address,
sashan
2019-12-08
2
-2
/
+29
*
add __func__ to panic() and printf() calls in sys/netinet6/*
nayden
2019-11-29
8
-32
/
+32
[next]