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
Age
Commit message (
Expand
)
Author
2021-12-13
nd6_dad_ns_input() could trigger a NULL deref in nd6_dad_duplicated().
Alexander Bluhm
2021-12-03
Add TDB reference counting to ipsp_spd_lookup(). If an output
Alexander Bluhm
2021-12-01
Let ipsp_spd_lookup() return an error instead of a TDB. The TDB
Alexander Bluhm
2021-11-24
When sending ICMP packets for IPsec path MTU discovery, the first
Alexander Bluhm
2021-11-22
Copy code from ip_forward() to ip6_forward() to fix Path MTU discovery
Alexander Bluhm
2021-11-07
net.inet6.icmp6.nd6_debug doesn't need to warn about RDNSS/DNSSL options
Stuart Henderson
2021-10-24
Remove code duplication by merging the v4 and v6 input functions
Alexander Bluhm
2021-10-14
ip6_output_ipsec_send() may change the route embeded in struct ro
Alexander Bluhm
2021-07-27
Revert "Use per-CPU counters for tunnel descriptor block" diff.
mvs
2021-07-26
Use per-CPU counters for tunnel descriptor block (tdb) statistics.
mvs
2021-07-26
The mbuf header cleanup in revision 1.173 of ip_icmp.c was too
Alexander Bluhm
2021-07-08
Debug printfs in encdebug were inconsistent, some missing newlines
Alexander Bluhm
2021-06-03
ip6_input_if used the ip6_hdr pointer uninitted after i refactored it.
David Gwynne
2021-06-02
don't init a pointer just to immediately set it again.
David Gwynne
2021-06-02
factor out the code that does sanity checks on ipv6 headers and addresses.
David Gwynne
2021-05-25
As network features are not added dynamically, the domain structures
Alexander Bluhm
2021-05-17
Stop setting IPV6_MINMTU in ip6_send() which is used by the ICMP code.
Claudio Jeker
2021-05-12
Use local copy of `ps_rtableid' in ip{,6}_ctloutput() and mark
mvs
2021-04-30
Rearrange the implementation of bounded sysctl. The primitive
Alexander Bluhm
2021-03-15
Clear AUTOCONF6TEMP flag when we detach inet6.
Florian Obser
2021-03-10
spelling
Jonathan Gray
2021-03-08
We no longer "accept" RAs in the kernel, delete misleading comment.
Florian Obser
2021-03-01
Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to
Alexander Bluhm
2021-02-25
we don't have to cast to caddr_t when calling m_copydata anymore.
David Gwynne
2021-02-23
Use NULL instead of 0 in `m_nextpkt' assignment.
mvs
2021-02-11
Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().
Patrick Wildt
2021-02-02
As done for the AF_INET multicast case, ensure that passed interface
Claudio Jeker
2021-02-02
KNF, move { up to if () statement
Claudio Jeker
2021-02-01
Fix path MTU discovery for ESP tunneled in IPv6. We always want
Alexander Bluhm
2021-02-01
Fix white spaces and wrap long lines.
Alexander Bluhm
2021-01-25
if stoeplitz is enabled, use it to provide a flowid for tcp packets.
David Gwynne
2021-01-11
Create a path MTU host route for IPsec over IPv6. Basically the
Alexander Bluhm
2021-01-06
Mark a layer 2 address as expired by setting the length to 0 when the
Florian Obser
2020-12-22
For a while the kerrnel reports EACCES to userland if pf blocks a
Alexander Bluhm
2020-11-26
fix typo in log message: inteface -> interface
Theo Buehler
2020-11-16
Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*
gnezdo
2020-11-16
Remove the cases folded into sysctl_bounded_args but left behind
gnezdo
2020-11-07
Rework source IP address setting.
denis
2020-11-05
Replace wrong cast with satosin.
denis
2020-10-29
Add feature to force the selection of source IP address
denis
2020-10-28
When generating the ICMP6 response to an IPv6 packet, the kernel
Alexander Bluhm
2020-09-01
Convert icmp6_sysct to sysctl_bounded_args
gnezdo
2020-08-24
Convert ip6_sysctl to sysctl_bounded_args
gnezdo
2020-08-24
Convert divert*_sysctl to sysctl_bounded_args
gnezdo
2020-08-08
No longer prevent TCP connections to IPv6 anycast addresses.
Florian Obser
2020-08-07
The IPv6 source address selection rewrite had one (known) difference
Florian Obser
2020-08-04
Validate input given to ioctl(SIOCAIFADDR_IN6) like NetBSD already does.
anton
2020-08-02
Add missing rtable(4) check in rip6_input()
kn
2020-08-01
Move range check inside sysctl_int_arr
gnezdo
2020-07-28
Rewrite IPv6 source address selection in terms of the 8 rules given in
Florian Obser
[next]