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
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
2015-04-20
Do not treat loopback interfaces as p2p interfaces and create only
Martin Pieuchot
2015-04-20
Always call rt_ifa_dellocal(9) when removing an IPv6 address.
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-19
All other calls to pfxlist_onlink_check() are protected by splsoftnet.
Alexander Bluhm
2015-01-27
Always call if_ioctl() for loopback interfaces, just like IPv4 do, to
Martin Pieuchot
2015-01-27
Ensure that link-local addresses are correctly configured on loopback
Martin Pieuchot
2015-01-24
Userland (base & ports) was adapted to always include <netinet/in.h>
Theo de Raadt
2015-01-10
Correct some comments and merge in6_if_up() into in6_ifattach() to
Martin Pieuchot
2015-01-06
Remove the NOINET6 interface flag, a left-over from the times when IPv6
Stefan Sperling
2014-12-08
Do not take into account addresses configured in a different rdomain
Martin Pieuchot
2014-11-24
Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return an
Martin Pieuchot
2014-11-20
What have no need for a variable that holds the maximum MTU size of
Martin Pieuchot
2014-11-01
Rename rtalloc1() into rtalloc(9) and convert its flags to only enable
Martin Pieuchot
2014-10-22
Introduce a special hack for carp during IPv6 source address selection:
Stefan Sperling
2014-10-14
Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and
Martin Pieuchot
2014-10-07
Do not protect the SIOCSIFADDR call by splnet(). Drivers already
Martin Pieuchot
2014-08-26
Do not hand-roll all routers link local address.
Florian Obser
2014-08-25
Move sending of router solicitations to the kernel; receiving and
Florian Obser
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-05-15
Do not use nd6_rtrequest() for addresses configured on loopback
Martin Pieuchot
2014-05-05
Use a custom ifa_rtrequest function for point-to-point interfaces
Martin Pieuchot
2014-04-10
Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage
Martin Pieuchot
2014-04-03
Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop().
Martin Pieuchot
2014-03-27
Stop mixing interface address flags with routing entry ones.
Martin Pieuchot
2014-02-12
Kill a never defined old compatibility goo from 12 years ago.
Martin Pieuchot
2014-01-22
There's no reason to pass a netmask argument when doing a RTF_HOST
Martin Pieuchot
2014-01-21
Do not clean the multicast records of an interface when it is destroyed
Martin Pieuchot
2014-01-15
Remove assigned but never read value.
Martin Pieuchot
2014-01-13
Call all local valiables of type struct in6_ifaddr "ia6". This is
Alexander Bluhm
2014-01-07
Some follow-up fixes for IFID collision handling in IPv6CP.
Stefan Sperling
2013-11-28
Change the way protocol multicast addresses are linked to an interface.
Martin Pieuchot
[next]