Age | Commit message (Expand) | Author |
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-07 | ARP and NDP timeouts mess with the routing table, so they need a process | Martin Pieuchot |
2016-10-25 | bluhm@ pointed out that addr->sin6_port should be forced to zero since | Florian Obser |
2016-10-25 | Fix bind(2)ing link local addresses to raw sockets by calling | Florian Obser |
2016-10-24 | When the IPv6 network stack receives an empty non atomic fragment, | Alexander Bluhm |
2016-10-04 | Correct the flag checks inside rt_ifa_addlocal(9) and rt_ifa_dellocal(9). | Martin Pieuchot |
2016-10-03 | Convert some of the remaining usages of time_second to time_uptime. | Martin Pieuchot |
2016-09-30 | Revert sending router solicitations when a prefix expires and go back | Florian Obser |
2016-09-26 | typo in comment | Stuart Henderson |
2016-09-19 | convert bcopy to memcpy. from david hill. ok jca | Ted Unangst |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-14 | Kill ip6_pcbopts, unused since the removal of IPV6_PKTOPTIONS | Jeremie Courreges-Anglas |
2016-09-14 | Delete dead code and useless parameter. | Jeremie Courreges-Anglas |
2016-09-08 | If the same address is offered via NA, update the existing ``ifa'' | Martin Pieuchot |
2016-09-06 | pool_setipl for various netinet and netinet6 bits | David Gwynne |
2016-09-04 | Purge routes attached to an address when this address is removed. | Martin Pieuchot |
2016-09-02 | in6_selectroute should never get a valid struct route * filled with something | Vincent Gross |
2016-09-02 | Consider when a prefix expires when sending solicitations instead of | Florian Obser |
2016-09-02 | Go through the set function like normal people; no functional change. | Florian Obser |
2016-08-25 | Remove a check to expire received prefix. | Martin Pieuchot |
2016-08-25 | Simplify ip6_getpmtu() to use a 'struct rtentry *' instead of two | Martin Pieuchot |
2016-08-24 | Kill ip6_forward_rt reducing differences between v4 and v6. | Martin Pieuchot |
2016-08-24 | Use rtalloc(9) directly instead of in6_selectsr() in icmp6_reflect(). | Martin Pieuchot |
2016-08-23 | Use rtalloc(9) directly instead of in6_selectsr() in NS/NA output | Martin Pieuchot |
2016-08-23 | Do not use a single global struct route_in6 to cache route lookups. | Martin Pieuchot |
2016-08-22 | Make the ``rt_gwroute'' pointer of RTF_GATEWAY entries immutable. | Martin Pieuchot |
2016-08-22 | Sizes for free(9) from David Hill. | Martin Pieuchot |
2016-08-08 | Execute address hooks in the update case. | Martin Pieuchot |
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-19 | protect a pf specific function with the correct #if. Fixes ramdisk building. | Peter Hessler |
2016-07-19 | In ip6_input() use a shortcut to detect our own address if the pf | Alexander Bluhm |
2016-07-19 | Use a flag to indicate that a packet has been received on an IPv6 | Martin Pieuchot |
2016-07-18 | Kill the rtableid variable in ip6_input(). It does not make sense | Alexander Bluhm |
2016-07-14 | Drop received packets with an IPv4-compatible address as source or | Martin Pieuchot |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2016-07-13 | store nd6 expiries in the route, not separately in the llinfo struct. | David Gwynne |
2016-07-06 | Move Hop-by-Hop processing into its own function ip6_hbhchcheck(). | Martin Pieuchot |
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-07-01 | Unbreak getsockopt(IPV6_MINHOPCOUNT) | Jeremie Courreges-Anglas |
2016-06-30 | Use ``rt_addr'' rather than ``rt_ifa'' to get the source address | Martin Pieuchot |
2016-06-30 | Restore the automagically added /64 route on p2p interfaces in order to | Martin Pieuchot |
2016-06-27 | Kill outdated comment. Reading the code is enough. | Jeremie Courreges-Anglas |
2016-06-27 | Implement IPV6_MINHOPCOUNT support. | Jeremie Courreges-Anglas |
2016-06-15 | With the introduction of ip6_output_ipsec_lookup() we didn't exit the | Florian Obser |
2016-06-15 | Kill nd6_output(), it doesn't do anything since the resolution logic | Martin Pieuchot |
2016-06-13 | Move the ioctl(2) logic of in{,6}_control() into two new functions | Martin Pieuchot |