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
/
in6.c
Age
Commit message (
Expand
)
Author
2021-03-10
spelling
Jonathan Gray
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-07-28
Rewrite IPv6 source address selection in terms of the 8 rules given in
Florian Obser
2020-07-03
Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.
Florian Obser
2020-06-30
Fix two places where carp backup state is misspelled in comments.
Sebastian Benoit
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-05-27
Document the various flavors of NET_LOCK() and rename the reader version.
Martin Pieuchot
2020-03-15
Guard SIOCDELMULTI if_ioctl calls with KERNEL_LOCK() where the call is
Visa Hankala
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-10-22
Fix white spaces and use __func__ in printf().
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
2018-10-05
Do not join node information multicast group (RFC 4620).
Florian Obser
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
2018-04-24
Make the ramdisks compile again, we don't have MROUTING on them.
Florian Obser
2018-04-24
Push NET_LOCK down in the default ifioctl case.
Paul Irofti
2018-04-24
Run duplicate address detection again if an existing address gets
Florian Obser
2017-11-23
Replace non mp-safe carp_iamatch6() with mp-safe carp_iamatch().
Martin Pieuchot
2017-11-04
Stop calling ifp->if_ioctl() inside in{,6}_ioctl().
Martin Pieuchot
2017-11-02
Over 17 years is probably 'a while...'
Florian Obser
2017-10-26
Kill deprecated IPv6 ioctl(2)s.
Martin Pieuchot
2017-10-24
Remove some more tests checking for a non-NULL `ifp->if_ioctl'.
Martin Pieuchot
2017-10-24
Remove support for never used ioctls originating from KAME.
Martin Pieuchot
2017-10-20
Do not test if if_ioctl is NULL, it isn't.
Martin Pieuchot
2017-10-16
Remove kernel support for the following ioctl(2)s, deprecated since 2001:
Martin Pieuchot
2017-08-15
After we stopped processing router advertisements in the kernel
Florian Obser
2017-08-11
Validate sockaddr from userland in central functions. This results
Alexander Bluhm
2017-08-08
Stop running nd6_expire every second.
Florian Obser
2017-08-06
in6_leavegroup can't fail; OK phessler
Florian Obser
2017-07-11
Purging is at last at hand. Day of Doom is here. All that is evil
Florian Obser
2017-05-29
Allow passing in IN6_IFF_AUTOCONF from userland. Needed by slaacd(8)
Florian Obser
2017-05-16
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
Martin Pieuchot
2017-05-08
Added initial IPv6 multicast routing support for multiple rdomains:
Rafael Zalamena
2017-05-04
Introduce sstosa() for converting sockaddr_storage with a type safe
Alexander Bluhm
2017-04-17
We need to update the ia6_updatetime when changing the vltime/pltime
Florian Obser
2017-03-16
Userland expects pltime to be a time stamp not number of seconds.
Florian Obser
2017-03-06
Kill global list of IPv6 addresses.
Martin Pieuchot
2017-02-16
Revert "Release the NET_LOCK() before entering per-driver ioctl() routine".
Martin Pieuchot
2017-02-07
Release the NET_LOCK() before entering per-driver ioctl() routine.
Martin Pieuchot
2017-02-05
Use percpu counters for ip6stat
Jeremie Courreges-Anglas
2016-12-21
Remove recursive splsoftnet() from the ioctl(2) path.
Martin Pieuchot
2016-11-28
Explicitly initialize rti_ifa when automagically adding a route.
Martin Pieuchot
2016-10-04
Correct the flag checks inside rt_ifa_addlocal(9) and rt_ifa_dellocal(9).
Martin Pieuchot
[next]