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-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
2018-08-28
Add per-TDB counters and a new SADB extension to export them to
Martin Pieuchot
2018-08-26
Do not add ::1 on non-default lo(4) as intended.
Martin Pieuchot
2018-08-22
frag6_slowtimo: push NET_LOCK into frag6_freef around icmp6_error.
cheloha
2018-08-03
Account when the next nd6_timer_to is scheduled in nd6_timer()
Florian Obser
2018-07-12
Introduce RTM_CHGADDRATTR to inform userland on the route socket when
Florian Obser
2018-07-12
Introduce ipsec_output_cb() to merge duplicate code and account for
Martin Pieuchot
2018-07-11
Disambiguate the source of panics in sys/net* by adding __func__
Nayden Markatchev
2018-07-11
rtm_send() the cloned routes because of ICMP mtu changes. Until now
Claudio Jeker
2018-07-10
When an interface doesn't have a layer 2 address in6_get_soii_ifid()
Florian Obser
2018-07-10
When an interface doesn't have a layer 2 address in6_get_ifid()
Florian Obser
2018-07-05
It was possible to leak the control mbuf in raw ip user request
Alexander Bluhm
2018-07-04
Prevent a mbuf double free by not freeing it along the error-path in
anton
2018-06-14
Assert that the INP_IPV6 in in6_pcbconnect() is correct. Just call
Alexander Bluhm
2018-06-11
Push the KERNEL_LOCK() inside route_input().
Martin Pieuchot
2018-06-07
The global zero addresses must not change, mark them constant.
Alexander Bluhm
2018-06-03
Use variable names for rtable and rdomain consistently in the in_pcb
Alexander Bluhm
2018-06-03
Consistently call the inpcb table parameter "table" in in6_pcbnotify().
Alexander Bluhm
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-05-12
Make the code a bit easier on the eye by factoring repeated embedded
Theo Buehler
2018-05-06
Nuke unused ia6_createtime struct member.
Florian Obser
2018-05-06
Continue refactoring and cleanup of in6_ioctl().
Theo Buehler
2018-05-04
Split handling of SIOCGIF*_IN6 into a separate function in6_ioctl_get()
Theo Buehler
2018-05-02
Push the NET_LOCK() down in in6_control() similar to what was done
Theo Buehler
[next]