Age | Commit message (Expand) | Author |
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 |
2013-03-04 | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. | Alexander Bluhm |
2012-09-26 | add M_ZEROIZE as an mbuf flag, so copied PFKEY messages (with embedded keys) | Markus Friedl |
2012-09-07 | Create IPv6 privacy addresses even if static IPv6 addresses are present. | Stefan Sperling |
2012-09-04 | Raise IPL to IPL_SOFTNET in nd6_addr_add(). This code originally ran at | Stefan Sperling |
2012-08-28 | Do not add SLAAC or privacy addresses when a static address in the same prefix | sperreault |
2012-08-21 | Reverse the name and meaning of the IFXF_INET6_PRIVACY interface | Alexander Bluhm |
2012-07-14 | Make IPv6 privacy addresses appear alongside regular SLAAC addresses. | sperreault |
2012-05-18 | rt6_flush should remove all routes configured via a specified gw, | Mike Belopuhov |
2012-01-03 | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is | Alexander Bluhm |
2011-12-27 | Instead of hand crafted code, use the macros TAILQ_FOREACH(_SAFE) | Alexander Bluhm |
2011-11-24 | rdomain support for IPv6 | sperreault |
2011-02-24 | Prevent the nd6_addr_add() work queue task from adding multiple addresses | Stefan Sperling |
2010-09-24 | When processing IPv6 RA messages we may end up adding a new IPv6 address | Joel Sing |
2010-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2010-04-06 | Simple implementation of RFC4941, "Privacy Extensions for Stateless | Stefan Sperling |
2010-02-08 | Destatic and ansify. | Joel Sing |
2009-01-30 | Mark routers internal as uninstalled after deleting the default route. | Rainer Giedat |
2009-01-30 | "XXX: should this be performed under splnet()?"... Yes, yes it should. | Ryan Thomas McBride |