Age | Commit message (Expand) | Author |
2018-04-24 | Remove unused rtentry parameter. | Florian Obser |
2018-02-22 | Always reallocate a new memory chunk when changing the gateway of a | Martin Pieuchot |
2018-02-20 | Removing an RTF_CLONING route entry should not invalidate an RTF_CACHED | Martin Pieuchot |
2018-02-10 | If the kernel fails to clone an entry, report rtrequest(9) error. | Martin Pieuchot |
2018-02-08 | When multiple RTF_CLONING routes for the same subnet are present, use | Martin Pieuchot |
2018-01-02 | Move the cloning bits in their own function. | Martin Pieuchot |
2017-11-29 | Revert 1.353, this breaks mpe(4). Also it seems not complete since rt_ifa_del | Claudio Jeker |
2017-09-05 | Restart the iteration when a multipath list is re-ordered to make sure | Martin Pieuchot |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-08-02 | Move a sanity check that only makes sense for userland where it belongs. | Martin Pieuchot |
2017-07-30 | Enable mpath support in the Allotment Routing Table (ART) on the ramdisk. | Florian Obser |
2017-07-30 | Switch installer to Allotment Routing Table (ART). | Florian Obser |
2017-07-28 | Add an error argument to rtm_send() instead of rerolling it inside | Martin Pieuchot |
2017-07-27 | Export RTAX_IFP, RTAX_IFA and RTAX_LABEL to userland in rtdeletemsg(). | Martin Pieuchot |
2017-07-24 | rt_getifa() is only needed for routing commands submited by userland. | Martin Pieuchot |
2017-06-09 | Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even | Martin Pieuchot |
2017-06-07 | Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globals | Martin Pieuchot |
2017-05-27 | In ifa_ifwithroute() the rtalloc() needs to be done against the rdomain | Claudio Jeker |
2017-05-16 | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). | Martin Pieuchot |
2017-04-19 | Use the rt_rmx defines that hide the struct rt_kmetrics indirection. | Alexander Bluhm |
2017-03-06 | Prefix functions dealing with routing messages with 'rtm_' and keep | Martin Pieuchot |
2017-03-02 | Allow MPLS switching and VPLS across rdomains. | Renato Westphal |
2017-02-28 | Use rtable_match() rather than rtalloc(9) when adding a new route. | Martin Pieuchot |
2017-02-15 | Replace manual loops with FOREACH macro. | Alexander Bluhm |
2017-02-05 | Always allocate counters memory using type M_COUNTERS. | Jeremie Courreges-Anglas |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2017-01-24 | when we lose link, do not delete entries that have the RTF_BFD flag set | Peter Hessler |
2017-01-20 | use per-cpu counters for rtstat. | David Gwynne |
2017-01-19 | remove the BFD flag on a route *before* we actually delete the route | Peter Hessler |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
2016-12-17 | Insert RTF_CLONED routes at a higher priority than their partent to | Martin Pieuchot |
2016-12-14 | Make 'route add default' show a nicer error message if the provided | Stefan Sperling |
2016-12-04 | Since net/route.c r1.337 interface priority factors into route priority | Stefan Sperling |
2016-12-02 | Assert that rt_match() is always called at IPL_SOFTNET rather than | Martin Pieuchot |
2016-11-29 | m_free() and m_freem() test for NULL. Simplify callers which had their own | Jonathan Gray |
2016-11-21 | Kill rtioctl() stub, returning EOPNOTSUPP since tree import. | Martin Pieuchot |
2016-11-15 | Properly initialize ``ifa''. | Martin Pieuchot |
2016-11-14 | Reflect interface priorities when inserting RTF_CONNECTED routes. | Martin Pieuchot |
2016-11-14 | Automatically create a default lo(4) interface per rdomain. | Martin Pieuchot |
2016-11-09 | Do not call splsoftnet() recursively, this won't work with a lock. | Martin Pieuchot |
2016-11-08 | Use rtalloc(9) instead of ifa_ifwithnet(). | Martin Pieuchot |
2016-10-06 | Remove redundant comments that say a function must be called at | Alexander Bluhm |
2016-10-05 | rt_timer_timer() needs a process context because it messes with the | Martin Pieuchot |
2016-10-04 | Correct the flag checks inside rt_ifa_addlocal(9) and rt_ifa_dellocal(9). | Martin Pieuchot |
2016-09-17 | *** empty log message *** | Peter Hessler |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-13 | Stop creating a BFD descriptor when the route is created. | Martin Pieuchot |
2016-09-08 | Call bfd_rtfree() when the route entry has been removed from the table, | Martin Pieuchot |
2016-09-07 | Only free the old cached next hop route if the new one is valid. | Martin Pieuchot |
2016-09-04 | Do not assume that an interface index of a route is still valid in | Alexander Bluhm |