Age | Commit message (Expand) | Author |
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 |
2012-09-19 | Make rt_lookup return a pointer to an rtentry struct instead of | Bret Lambert |
2012-09-19 | More radix internals pushdown; place rn_mpath_next, which accepts and | Bret Lambert |
2012-09-18 | Wrap rtable_add() and rtable_l2set() calls inside ifioctl() inside softnet, | Bret Lambert |
2012-07-13 | Use NULL instead of 0 in pointer context. approvedz blambert@ | Claudio Jeker |
2012-05-09 | backout 1.134 since it introduced a use-after-free for routing entries; | Markus Friedl |
2011-12-06 | Remove needless temporary variable for greater clarity. | Bret Lambert |
2011-12-06 | don't duplicate rtfree actions taken by rtrequest1() in rtdeletemsg() | Bret Lambert |
2011-12-06 | simplify the somewhat-tangled conditional maze in rt_getifa() | Bret Lambert |
2011-07-22 | fix typos, martin pelikan | Henning Brauer |
2011-07-04 | LINK_STATE cleanup. It is no longer needed to special case carp(4). | Claudio Jeker |
2011-04-04 | previous commit replaced a malloc(new) with malloc(sizeof(*new)) which | Bret Lambert |
2011-04-04 | stop using the stupid R_Malloc/Bcopy/Free macros, and just start using | Bret Lambert |
2010-11-16 | If the interface address referenced by a cloning route did not point | Alexander Bluhm |
2010-08-25 | Let rtable_add() return usefull errnos so that the ioctl handler and the | Claudio Jeker |
2010-08-24 | Only do the link state checking and RTF_UP dance if the routing table is | Claudio Jeker |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-09 | Add the rtableid to struct rttimer and therefor make it available to | Claudio Jeker |
2010-07-02 | remove prototype of okaytoclone, which got removed in 1.117 | Jonathan Gray |
2010-07-01 | Allow to specify an alternative enc(4) interface for an SA. All | Reyk Floeter |