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
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-06-22
Don't pass a pointer to an uninitialized variable as plenp to
Kenneth R Westerback
2020-06-21
wireguard can do ipv6, but doesnt do link local addresses.
David Gwynne
2020-05-27
Document the various flavors of NET_LOCK() and rename the reader version.
Martin Pieuchot
2020-05-06
Do sanity checks in ip6_pullexthdr() preventing a panic in m_copydata(9).
Martin Pieuchot
2020-04-22
Assert that ND6 timer is never set for RTF_LOCAL routes.
Martin Pieuchot
2020-04-22
Never update the ND entry (cache) corresponding to a RTF_LOCAL route.
Martin Pieuchot
2020-04-12
Stop processing packets under non-exclusive (read) netlock.
Martin Pieuchot
2020-03-28
Move ND6_PRIV_* constants from nd6.h to slaacd the only place where
Florian Obser
2020-03-17
Use strlcpy instead of strncpy to ensure results are NUL terminated.
tobhe
2020-03-15
Guard SIOCDELMULTI if_ioctl calls with KERNEL_LOCK() where the call is
Visa Hankala
2019-12-30
The loopback check in ip6_input_if() was needless. The ::1 destination
Alexander Bluhm
2019-12-23
fix broken tree. sorry for inconveniences.
Alexandr Nedvedicky
2019-12-23
rdr-to with loopback destination should work even though
Alexandr Nedvedicky
2019-12-08
Make sure packet destination address matches interface address,
Alexandr Nedvedicky
2019-11-29
add __func__ to panic() and printf() calls in sys/netinet6/*
Nayden Markatchev
2019-11-18
Accept inet6 address with missing sa_len for the get ioctl(2).
Alexander Bluhm
2019-11-11
Kernel is missing propper input validation when configuring IPv6
Alexander Bluhm
2019-11-08
convert interface address change hooks to tasks and a task_list.
David Gwynne
2019-11-07
Avoid NULL dereference in arpinvalidate() and nd6_invalidate() by
Kenneth R Westerback
2019-10-22
Fix white spaces and use __func__ in printf().
Alexander Bluhm
2019-10-18
Don't check that the ipv6 source address of a neighbor advertisment is
Sebastian Benoit
2019-10-17
in6_setsockaddr and in6_setpeeraddr can't fail, so let them return void.
David Gwynne
2019-09-04
Add RCS Id.
Alexander Bluhm
2019-09-04
Fix a route use after free in IPv6 multicast route. Move the
Alexander Bluhm
2019-08-26
Do not use the flow of the first fragment to store ECN information.
Alexander Bluhm
2019-08-21
Remove support for semantically opace interface identifiers (RFC 7217)
Florian Obser
2019-08-06
When we needed the kernel lock for local IP packet delivery, mpi@
Alexander Bluhm
2019-06-21
Prevent recursions by not deleting entries inside rtable_walk(9).
Martin Pieuchot
2019-06-13
In arp_rtrequest and nd6_rtrequest return early if the RTF_MPLS flag is
Claudio Jeker
2019-06-13
Copy the user provided sockaddr into a normalized sockaddr in rtrequest()
Claudio Jeker
2019-06-10
use m_microtime instead of microtime for SO_TIMESTAMP socketopt handling
David Gwynne
2019-06-10
Use mallocarray(9) & put some free(9) sizes for M_IPMOPTS allocations.
Martin Pieuchot
2019-06-04
Add missing NULL check for the protocol control block (pcb) pointer in
anton
2019-04-28
Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.
Martin Pieuchot
2019-04-23
For raw IPv6 sockets userland may specify an offset where the
Alexander Bluhm
2019-04-22
In in_cksum() and in6_cksum() convert types to C99 style and make
Alexander Bluhm
2019-04-20
Statistics of "netstat -s -f inet6 -p rip6" did not work. In
Alexander Bluhm
2019-02-13
change rt_ifa_add and rt_ifa_del so they take an rdomain argument.
David Gwynne
2019-02-10
remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes.
David Gwynne
2019-02-04
Avoid an mbuf double free in the oob soreceive() path. In the
Alexander Bluhm
2018-12-25
rework icmp6_error() to be closer to icmp_error()
denis
2018-12-20
The timeouts in nd6 are in msec so just use timeout_add_msec() instead
Claudio Jeker
2018-12-10
When forwarding IPv6 packets, generated ICMP6 packets used the
Alexander Bluhm
2018-12-07
We are not going to send a neighbor advertisement from a non-master
Florian Obser
2018-12-06
When building ND packets use m_align() to pack the mbuf as optimal as
Claudio Jeker
2018-12-03
Convert more MH_ALIGN() to m_align(). Also switch from m_gethdr/M_GETHDR
Claudio Jeker
2018-11-30
MH_ALIGN -> m_align
Claudio Jeker
2018-11-19
Retire dom_rtkeylen from struct domain. Nothing is using this anymore.
Claudio Jeker
2018-11-09
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
Claudio Jeker
[next]