Age | Commit message (Expand) | Author |
2024-04-21 | Implement rule 5.5 of RFC 6724 (Default Address Selection for IPv6) | Florian Obser |
2024-03-31 | Combine route_cache() and rtalloc_mpath() in new route_mpath(). | Alexander Bluhm |
2024-02-29 | revert "Combine route_cache() and rtalloc_mpath() in new route_mpath()" | Christian Weisgerber |
2024-02-27 | Combine route_cache() and rtalloc_mpath() in new route_mpath(). | Alexander Bluhm |
2024-02-22 | Make the route cache aware of multipath routing. | Alexander Bluhm |
2024-02-13 | Merge struct route and struct route_in6. | Alexander Bluhm |
2024-02-09 | Route cache function returns hit or miss. | Alexander Bluhm |
2024-02-07 | Use the route generation number also for IPv6. | Alexander Bluhm |
2024-01-09 | Convert some struct inpcb parameter to const pointer. | Alexander Bluhm |
2023-12-15 | Use inpcb table mutex to set addresses. | Alexander Bluhm |
2023-12-03 | Rename all in6p local variables to inp. | Alexander Bluhm |
2023-12-01 | Make internet PCB connect more consistent. | Alexander Bluhm |
2023-11-28 | Remove struct inpcb from in6_embedscope() parameters. | Alexander Bluhm |
2022-02-22 | Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> | Philip Guenther |
2021-03-10 | spelling | Jonathan Gray |
2020-11-07 | Rework source IP address setting. | denis |
2020-11-05 | Replace wrong cast with satosin. | denis |
2020-10-29 | Add feature to force the selection of source IP address | denis |
2016-12-02 | Rremoves 'struct route_in6 *' argument from in6_selectsrc(). | Martin Pieuchot |
2016-09-02 | in6_selectroute should never get a valid struct route * filled with something | Vincent Gross |
2016-08-04 | Commit in6_selectsrc() split again, with missing assignment fixed. | Vincent Gross |
2016-07-22 | Revert in_selectsrc() refactoring, it breaks IPv6. | Martin Pieuchot |
2016-07-20 | Split in6_selectsrc() into a low-level part and a pcb-level part, and | Vincent Gross |
2016-07-05 | Expand IN6_IFF_NOTREADY, ok bluhm@ | Martin Pieuchot |
2016-07-05 | Do not use ``rt_addr'' in in{6,}_selectsrc() it doesn't work with magic | Martin Pieuchot |
2016-06-30 | Use ``rt_addr'' rather than ``rt_ifa'' to get the source address | Martin Pieuchot |
2016-06-27 | Kill outdated comment. Reading the code is enough. | Jeremie Courreges-Anglas |
2015-12-05 | Remove useless "if() else", multicast and unicast v6 route lookups are | Vincent Gross |
2015-12-02 | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages | Claudio Jeker |
2015-10-25 | Remove IPV6_NEXTHOP implementation. Source routing is considered to be | Florian Obser |
2015-10-25 | Use the "modern" way to check if a route entry correspond to a local | Martin Pieuchot |
2015-10-24 | Convert to rt_ifidx. | Martin Pieuchot |
2015-10-24 | Ignore Router Advertisment's current hop limit. | Martin Pieuchot |
2015-10-24 | Convert some if_ref() to if_get(). | Martin Pieuchot |
2015-10-22 | Use rt_ifp instead of rt_ifa->ifa_ifp. | Martin Pieuchot |
2015-10-19 | Stop checking for RTF_UP directly, call rtisvalid(9) instead. | Martin Pieuchot |
2015-10-13 | Use rtisivalid(9) to check if the given (cached) route can be used. | Martin Pieuchot |
2015-09-18 | Do not manually decrement rt's refcounter in nd6_lookup() and let the | Martin Pieuchot |
2015-09-11 | if_put after if_get for in6_src and ip6_output which got a lot easier after | Claudio Jeker |
2015-09-11 | Rewrite in6_selectroute() to no longer return an ifp. | Martin Pieuchot |
2015-09-11 | Move the multicast option parsing out of in6_selectroute(). | Martin Pieuchot |
2015-09-11 | Kill selectroute(). | Martin Pieuchot |
2015-09-11 | in6_embedscope() needs to lose some weight. Remove the last argument. | Claudio Jeker |
2015-09-10 | It is time to put inet6 on a diet. Use the flensing knife and cut out | Claudio Jeker |
2015-09-03 | Revert (again!) the two uses of rtisvalid(9), they break NFS! | Martin Pieuchot |
2015-09-03 | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). | Martin Pieuchot |
2015-09-02 | Revert the two uses of rtisvalid(9) for the moment, it breaks dhclient(8) | Martin Pieuchot |
2015-09-01 | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). | Martin Pieuchot |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2014-12-17 | Use an interface index instead of a pointer for multicast options. | Martin Pieuchot |