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
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
2015-12-01
Remove "just for safety" over engineering checks.
Martin Pieuchot
2015-11-18
Factorize the bits to check if a L2 route is connected, wether it is
Martin Pieuchot
2015-11-02
Retire ARP load-balacing, thanks for all the fish!
Martin Pieuchot
2015-10-30
Rename rtrequest1() to rtrequest().
Alexander Bluhm
2015-10-25
Introduce if_rtrequest() the successor of ifa_rtrequest().
Martin Pieuchot
2015-09-12
Now that rtrequest1(9) properly sets RTF_UP for newly added route,
Martin Pieuchot
2015-09-10
Kill in6_ifstat_inc() and associated per-ifp storage.
Martin Pieuchot
2015-09-10
In IPv6 source address selection prefer addresses of the outgoing
Alexander Bluhm
2015-09-10
Trivial if_put addition. OK dlg@
Claudio Jeker
2015-09-09
Kill icmp6_ifstat_inc() and associated per-ifp storage.
Martin Pieuchot
2015-09-04
Tunnels also need a cloning route.
Martin Pieuchot
2015-08-31
Do not install connected routes on loopback interfaces.
Martin Pieuchot
2015-08-24
Start moving away from the global prefix list by limiting its usage to
Martin Pieuchot
2015-08-24
Rework the code to decide when to perform DAD to no longer rely on the
Martin Pieuchot
2015-08-24
In kernel initialize struct sockaddr_in and sockaddr_in6 to zero
Alexander Bluhm
2015-08-19
Convert all calls to rtrequest1() and the following error check
Alexander Bluhm
2015-08-19
Remove some verbose logs in in6_update_ifa() now that errors are
Martin Pieuchot
2015-08-18
Check the error value returned by in6_ifattach().
Martin Pieuchot
2015-08-12
Remove backward compatibilify goos for IN6_IFF_DEPRECATED and instead
Martin Pieuchot
2015-07-18
Merge two identical chunks to add new prefixes to the global data
Martin Pieuchot
2015-07-08
Pass an interface index instead of a pointer to in6_addr2scopeid().
Martin Pieuchot
2015-06-08
More damned eye searing whitespace. No change to .o files.
Kenneth R Westerback
2015-05-26
Store the IP address of the corresponding ifa in the rt_gateway field
Martin Pieuchot
2015-05-15
Allow multiple connected/interface routes to exist at the same time.
Claudio Jeker
[next]