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
/
nd6_rtr.c
Age
Commit message (
Expand
)
Author
2015-08-19
Convert all calls to rtrequest1() and the following error check
Alexander Bluhm
2015-08-18
Call rtfree(9) when we no longer need the route entry rather than
Martin Pieuchot
2015-08-17
Remove anoying comment about in6_update_ifa().
Martin Pieuchot
2015-07-18
Abstract the routing table internals behind an rtable_* API.
Martin Pieuchot
2015-07-18
Merge two identical chunks to add new prefixes to the global data
Martin Pieuchot
2015-07-17
Remove #if 0'ed code and update comment.
Florian Obser
2015-07-16
Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.
Martin Pieuchot
2015-07-16
Properly layer Router Solicitation code.
Martin Pieuchot
2015-07-08
Use a new RTF_CONNECTED flag for interface (connected) routes.
Martin Pieuchot
2015-06-16
Store a unique ID, an interface index, rather than a pointer to the
Martin Pieuchot
2015-06-08
More damned eye searing whitespace. No change to .o files.
Kenneth R Westerback
2015-06-04
Remove unused sa_dl.
Martin Pieuchot
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-27
Do not call nd6_purge() before purging the IPv6 addresses of a detached
Martin Pieuchot
2015-03-25
With a per interface IPv6 stateless adress auto configuration flag it
Florian Obser
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-03-09
Avoid doing IPv6 SLAAC for prefixes with preferred lifetime of zero
Mike Belopuhov
2015-02-19
Move the splsoftnet() hiding in the declarations closer to the code.
Alexander Bluhm
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2014-12-22
Operations on the global prefix or address lists should be done under
Martin Pieuchot
2014-12-22
Make sure rtrequest1(9) is called under splsoftnet().
Martin Pieuchot
2014-12-17
Remove the "multicast_" prefix from the fields a multicast-only struct.
Martin Pieuchot
2014-12-17
Use an interface index instead of a pointer for multicast options.
Martin Pieuchot
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-11-20
What have no need for a variable that holds the maximum MTU size of
Martin Pieuchot
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-11-01
Rename rtalloc1() into rtalloc(9) and convert its flags to only enable
Martin Pieuchot
2014-10-07
Do not protect the SIOCSIFADDR call by splnet(). Drivers already
Martin Pieuchot
2014-09-09
workqs were replaced with tasks in here, so dont need workq.h anymore.
David Gwynne
2014-09-08
Prevent addition of redundant IPv6 autoconf addresses.
Stefan Sperling
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-07-11
introduce the IFXF_AUTOCONF6 interface flag which controls wether we
Henning Brauer
2014-07-11
move IPv6 prefix adding from workq to taskq; as a happy benefit, we
Bret Lambert
2014-03-27
Stop mixing interface address flags with routing entry ones.
Martin Pieuchot
2014-03-18
Rename rt_gettable() into rtable_get(), swap its arguments to be
Martin Pieuchot
2014-01-23
Merge two chunks of code to inform listeners of a route change into a
Martin Pieuchot
2014-01-13
Call all local valiables of type struct in6_ifaddr "ia6". This is
Alexander Bluhm
2014-01-10
replace the rest of the obsolete radix macros
Ted Unangst
2014-01-07
Propagate an rdomain number to the nd6_lookup independently from
Mike Belopuhov
2013-11-11
Replace most of our formating functions to convert IPv4/6 addresses from
Martin Pieuchot
2013-10-20
Put a large chunk of the IPv6 rdomain support in-tree.
Peter Hessler
2013-07-01
Do not access queue fields directly, use FOREACH() macro instead.
Alexander Bluhm
2013-07-01
Use the LIST_FOREACH() macro when looping over advertising routers.
Alexander Bluhm
2013-05-31
Remove a bunch of sockaddr_in6 pointer casts and replace others
Alexander Bluhm
2013-03-25
Substitute the handcrafted list of IPv6 addresses by a proper TAILQ.
Martin Pieuchot
2013-03-11
Remove unused code manipulating a default interface and its index,
Martin Pieuchot
2013-03-07
Remove unused ifa_ifwithaf() function.
Martin Pieuchot
[prev]
[next]