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
/
icmp6.c
Age
Commit message (
Expand
)
Author
2024-08-12
Run network protocol timer without kernel lock.
Alexander Bluhm
2024-07-14
Unlock IPv6 sysctl net.inet6.ip6.forwarding from net lock.
Alexander Bluhm
2024-06-20
Read IPv6 forwarding value only once while processing a packet.
Alexander Bluhm
2024-04-21
Implement rule 5.5 of RFC 6724 (Default Address Selection for IPv6)
Florian Obser
2023-12-03
Rename all in6p local variables to inp.
Alexander Bluhm
2023-11-28
Remove struct inpcb from in6_embedscope() parameters.
Alexander Bluhm
2023-09-16
Allow counters_read(9) to take an optional scratch buffer.
Martin Pieuchot
2023-04-05
ARP has a sysctl to show the number of packets waiting for an arp
Alexander Bluhm
2022-12-10
Remove unused experimental ICMP6 redirect low water bits
Klemens Nanni
2022-12-10
Reuse off variable from previous line; no object change
Klemens Nanni
2022-12-10
zap 68 trailing spaces from a single line
Klemens Nanni
2022-12-10
Merge nd6_option_init() into nd6_options()
Klemens Nanni
2022-12-09
Switch nd_opts from a union to just a struct.
Claudio Jeker
2022-05-05
Use static objects for struct rttimer_queue instead of dynamically
Claudio Jeker
2022-05-04
Move rttimer callback function from the rttimer itself to rttimer_queue.
Claudio Jeker
2022-04-30
Convert the 2nd rttimer callback from struct rttimer to u_int rtableid.
Claudio Jeker
2022-04-20
Route timeout was a mixture of int, u_int and long. Use type int
Alexander Bluhm
2022-02-22
Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>
Philip Guenther
2022-01-02
spelling
Jonathan Gray
2021-07-26
The mbuf header cleanup in revision 1.173 of ip_icmp.c was too
Alexander Bluhm
2021-03-10
spelling
Jonathan Gray
2021-01-11
Create a path MTU host route for IPsec over IPv6. Basically the
Alexander Bluhm
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-01
Move range check inside sysctl_int_arr
gnezdo
2019-11-29
add __func__ to panic() and printf() calls in sys/netinet6/*
Nayden Markatchev
2018-12-25
rework icmp6_error() to be closer to icmp_error()
denis
2018-12-10
When forwarding IPv6 packets, generated ICMP6 packets used the
Alexander Bluhm
2018-11-09
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
Claudio Jeker
2018-09-05
factor error code in icmp6_mtudisc_clone(); ok kn@ florian@
miko
2018-07-11
rtm_send() the cloned routes because of ICMP mtu changes. Until now
Claudio Jeker
2018-06-02
Move the declarations of the raw ip and ip6 pcb tables into the
Alexander Bluhm
2018-05-21
All places that call carp_lsdrop() use the interface pointer already.
Alexander Bluhm
2018-03-27
Use memcpy instead of bcopy when the memory does not overlap.
David Hill
2017-12-14
The pf code marks ICMP packets belonging to an TCP or UDP divert
Alexander Bluhm
2017-11-03
We are processing Router Solicitation / Advertisement messages only
Florian Obser
2017-10-18
When reusing an mbuf at the upper end of the network stack, strip
Alexander Bluhm
2017-10-18
Setting the IPV6_MINMTU flag in the call to ip6_output() was moved
Alexander Bluhm
2017-10-09
Reduces the scope of the NET_LOCK() in sysctl(2) path.
Martin Pieuchot
2017-09-01
Change sosetopt() to no longer free the mbuf it receives and change
Martin Pieuchot
2017-08-10
icmp_mtudisc() might be called by TCP even on loopback after a
Alexander Bluhm
2017-08-03
RFC 1885 was obsoleted nearly 20 years ago by RFC 2463 which was obsoleted
Florian Obser
2017-07-12
Get rid of ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctls
Florian Obser
2017-06-26
When pinging an IPv6 link-local address, the reflected packet had
Alexander Bluhm
2017-05-30
Carp balancing ip does not work since there is a mac filter in
friehm
2017-05-08
Fix a possible NULL pointer deference on icmp6 echo reply caught by
Rafael Zalamena
2017-05-08
Remove icmp6_reflect() micro optimization to simplify code and avoid a
Rafael Zalamena
2017-05-04
If m is not a continuous mbuf cluster, m_pullup() in pr_input may
Alexander Bluhm
2017-04-19
icmp6_rip6_input() was mostly duplicated code from rip6_input().
Alexander Bluhm
2017-04-19
Use the rt_rmx defines that hide the struct rt_kmetrics indirection.
Alexander Bluhm
[next]