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
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
2018-11-09
Remove the last few XXX rdomain markers. Even those functions respect the
Claudio Jeker
2018-10-10
RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255.
Reyk Floeter
2018-10-05
Do not join node information multicast group (RFC 4620).
Florian Obser
2018-10-04
Revert the inpcb table mutex commit. It triggers a witness panic
Alexander Bluhm
2018-09-20
As a step towards per inpcb or socket locks, remove the net lock
Alexander Bluhm
2018-09-13
Add reference counting for inet pcb, this will be needed when we
Alexander Bluhm
2018-09-11
Convert inetctlerrmap to u_char like inet6ctlerrmap. That is also
Alexander Bluhm
2018-09-11
Make the distribution of in_ and in6_ functions in in_pcb.c and
Alexander Bluhm
2018-09-10
Instead of calculating the mbuf packet header length here and there,
Alexander Bluhm
2018-09-10
During fragment reassembly, mbuf chains with packet headers were
Alexander Bluhm
2018-09-05
factor error code in icmp6_mtudisc_clone(); ok kn@ florian@
miko
[next]