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
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
2016-10-03
Convert some of the remaining usages of time_second to time_uptime.
Martin Pieuchot
2016-09-04
Purge routes attached to an address when this address is removed.
Martin Pieuchot
2016-08-22
Sizes for free(9) from David Hill.
Martin Pieuchot
2016-08-08
Execute address hooks in the update case.
Martin Pieuchot
2016-07-13
Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such
Martin Pieuchot
2016-07-05
Expand IN6_IFF_NOTREADY, ok bluhm@
Martin Pieuchot
2016-06-13
Move the ioctl(2) logic of in{,6}_control() into two new functions
Martin Pieuchot
2016-03-03
Kill IPv6 prefix and router renumbering ioctls.
Jeremie Courreges-Anglas
2016-03-03
Delete all traces of SIOCSIF(ADDR|DSTADDR|NETMASK)_IN6
Jeremie Courreges-Anglas
2016-02-28
Remove SIOCSIFALIFETIME_IN6 ioctl, as NetBSD did.
Stefan Kempf
2016-01-21
Introduce in{,6}_hasmulti(), two functions to check in the hot path if
Martin Pieuchot
2015-12-22
Do not return EEXIST if the same address is added twice.
Martin Pieuchot
2015-12-03
add sizes to some free() calls. ok claudio
Ted Unangst
[next]