Age | Commit message (Expand) | Author |
2015-10-24 | Define ``rt_ifidx'' as rt_ifp->if_index to ease the transtion towards | Martin Pieuchot |
2015-10-07 | Initialize the routing table before domains. | Martin Pieuchot |
2015-10-03 | Enable eigrpd(8) and eigrpctl(8) in the builds | Renato Westphal |
2015-09-11 | Now that the port tree is clean, RTF_XRESOLVE disapear. | Martin Pieuchot |
2015-09-11 | Introduce rtref(9) use it in rtable_lookup() before returning a route | Martin Pieuchot |
2015-09-01 | Introduce rtisvalid(9) a function to check if a (cached) route entry | Martin Pieuchot |
2015-08-20 | Import an alternative routing table backend based on Yoichi Hariguchi's | Martin Pieuchot |
2015-07-18 | Abstract the routing table internals behind an rtable_* API. | Martin Pieuchot |
2015-07-08 | Use a new RTF_CONNECTED flag for interface (connected) routes. | Martin Pieuchot |
2015-07-08 | RTF_LOCAL and RTF_BROADCAST must not be settable by userland. | Martin Pieuchot |
2015-05-05 | Flag user specified routes with an AF_LINK gateway as RTF_LLINFO. | Martin Pieuchot |
2015-02-11 | Do not store the key and the gateway of a route entry in the same chunk | Martin Pieuchot |
2015-01-13 | Restore sending RTM_ADD and RTM_DELETE messages to userland for every | Martin Pieuchot |
2015-01-08 | Include the Routing Table ID in "struct rtentry" and reorder the fields | Martin Pieuchot |
2015-01-08 | Factorize various duplicated chunks of (old and horrible) code, checking | Martin Pieuchot |
2014-11-24 | Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return an | 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-09-27 | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer | Martin Pieuchot |
2014-08-12 | route_cb is internal to rtsock.c | Martin Pieuchot |
2014-07-29 | Revert the checks about RTF_LOCAL routes. | Martin Pieuchot |
2014-05-09 | We should use the highest possible priority for routes to local addresses. | Martin Pieuchot |
2014-05-08 | Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST. | Martin Pieuchot |
2014-04-25 | Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay! | 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-21 | rt_timer* spring cleanup. | 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-22 | Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will | Claudio Jeker |
2014-01-20 | Remove an unneeded #ifndef bot radix.h and radix_mpath.h protect themself | Claudio Jeker |
2014-01-20 | Get rid of the old routing message version 4 transition code before | Alexander Bluhm |
2013-10-31 | Convert the route expire timestamp in kernel and routing message | Alexander Bluhm |
2013-10-24 | Move more stuff under _KERNEL | Theo de Raadt |
2013-10-24 | Move obvious kernel prototypes (and structure's with kernel pointers, | Theo de Raadt |
2013-10-20 | rt_mpath_next() was always called with 0 in the last argument. So drop it. | Claudio Jeker |
2013-10-20 | Make sure that the RTM_DESYNC message is not filtered out. Also ensure that | Claudio Jeker |
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-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2010-10-28 | Do not send route messages to userland processes that the kernel | Claudio Jeker |
2010-10-11 | Implement an rtsocket filter for rtableids. A process will initially | Claudio Jeker |
2010-08-25 | Let rtable_add() return usefull errnos so that the ioctl handler and the | Claudio Jeker |
2010-07-14 | if we produce a lot of rtsock messages it is possible we will hit a | David Gwynne |
2010-07-09 | Add the rtableid to struct rttimer and therefor make it available to | Claudio Jeker |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-04-21 | Implement a way to get information about a rtable. Currently only the rtableid | Claudio Jeker |