Age | Commit message (Expand) | Author |
2014-11-10 | Plug a rtentry leak and change the name of the pool to something | Martin Pieuchot |
2014-11-04 | Remove "pl" suffix on pool names. | Martin Pieuchot |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-10-08 | Use rtalloc1() instead of rtalloc_noclone(). | Martin Pieuchot |
2014-10-02 | Local routes that do not translate a protocol address into a link-layer | Martin Pieuchot |
2014-10-01 | Use the modern way of checking if a local route exists. | Martin Pieuchot |
2014-09-27 | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer | Martin Pieuchot |
2014-09-03 | Treat broadcast entries like local ones and give them the highest | Martin Pieuchot |
2014-08-26 | Revert the addition of broadcast addresses, it apparently also corrupts | Martin Pieuchot |
2014-08-21 | If an ifa has as NULL ifp pointer then is should be considered as | Martin Pieuchot |
2014-08-19 | When a local route entry is added for an ifa having a broadcast address, | Martin Pieuchot |
2014-08-14 | No need for raw_cb.h | Martin Pieuchot |
2014-08-12 | route_cb is internal to rtsock.c | Martin Pieuchot |
2014-08-11 | Put back the checks about RTF_LOCAL routes now that userland tools are | Martin Pieuchot |
2014-07-29 | Revert the checks about RTF_LOCAL routes. | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | No INET6 in ramdisk, fix the tree. | Martin Pieuchot |
2014-07-12 | Always create a local route for every configured IPv4 address on the | Martin Pieuchot |
2014-06-16 | Revert "Always create a local route for every configured IPv4 address", | Martin Pieuchot |
2014-06-11 | Always create a local route for every configured IPv4 address on the | Martin Pieuchot |
2014-06-11 | Flag local routes as such and make them use the highest possible | Martin Pieuchot |
2014-05-27 | Big refactoring of the radix code (mainly rn_addroute but also part | Claudio Jeker |
2014-05-27 | Reserve the highest route priority for kernel-managed routes and prevent | Martin Pieuchot |
2014-05-21 | Fix IPsec route addition broken since the removal of the link-layer | Martin Pieuchot |
2014-04-29 | If you plan to write an obfuscated-by-design kernel / userland | Martin Pieuchot |
2014-04-25 | Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay! | Martin Pieuchot |
2014-04-23 | You don't want to use ifa_ifwithroute(), it exists for to the routing | Martin Pieuchot |
2014-04-22 | ifa_ifwithroute() is the only magic place where an AF_LINK sockaddr | Martin Pieuchot |
2014-04-11 | Fix tree breakage. | Kenneth R Westerback |
2014-04-10 | Don't use ifa_ifwithnet() with obvious sockaddr_dl argument. This | 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-03-21 | rt_timer* spring cleanup. | Martin Pieuchot |
2014-03-18 | Rename rt_gettable() into rtable_get(), swap its arguments to be | Martin Pieuchot |
2014-03-12 | RTAX_IFP points to the "struct sockaddr_dl" corresponding to the | Martin Pieuchot |
2014-02-12 | Remove an old and unused define that should not be used. | Martin Pieuchot |
2014-02-12 | Remove an old comment about bsdi4 and make it clear that netmasks are | Martin Pieuchot |
2014-01-23 | Merge two chunks of code to inform listeners of a route change into a | Martin Pieuchot |
2014-01-22 | Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will | Claudio Jeker |
2014-01-10 | replace the rest of the obsolete radix macros | Ted Unangst |
2014-01-09 | replace Bcopy macro with memmove and memcpy. ok mpi | Ted Unangst |
2013-10-20 | rt_mpath_next() was always called with 0 in the last argument. So drop it. | Claudio Jeker |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2012-09-20 | Fix a pair of typos in comments. | Bret Lambert |