Age | Commit message (Expand) | Author |
2017-02-01 | In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with | David Hill |
2017-01-29 | Change the IPv4 pr_input function to the way IPv6 is implemented, | Alexander Bluhm |
2017-01-27 | copypktopts is only called by ip6_setpktopts using M_NOWAIT. Drop | David Hill |
2017-01-26 | Reduce the difference between struct protosw and ip6protosw. The | Alexander Bluhm |
2017-01-23 | The function raw_input() has not been called since netiso has been | Alexander Bluhm |
2017-01-19 | RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecates | Alexander Bluhm |
2017-01-18 | Use LIST_FOREACH to traverse icmp6_mtudisc_callbacks. Fix whitespaces. | Alexander Bluhm |
2017-01-10 | Do not use a 'struct route_in6' when there's no need to cache the result | Martin Pieuchot |
2017-01-10 | Remove NULL checks before m_free(9), it deals with it. | Martin Pieuchot |
2017-01-06 | Kill various splsoftnet(). | Martin Pieuchot |
2017-01-03 | Take the neighbor solicitation's source address from the packet to | Alexander Bluhm |
2016-12-29 | Get rid of recursive splsoftnet() in in6_ifattach_linklocal(). | Martin Pieuchot |
2016-12-27 | Move nd6 timer initialisation to nd6_init() and call timeout_set() | Alexander Bluhm |
2016-12-26 | Typo, "more then" -> "more than" | Jeremie Courreges-Anglas |
2016-12-23 | Do not call timeout_set(9) multiple times for nd6_slowtimo(), especially | Martin Pieuchot |
2016-12-22 | Remove all splsoftnet() from ND6 converting the non-recrusive ones to | Martin Pieuchot |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-12-21 | Use __func__ in debug log to reduce noise when grepping. | Martin Pieuchot |
2016-12-21 | Remove recursive splsoftnet(). | Martin Pieuchot |
2016-12-21 | Remove recursive splsoftnet() from the ioctl(2) path. | Martin Pieuchot |
2016-12-20 | A NET_LOCK() was is missing in tcp_sysctl() which shows up as spl | Alexander Bluhm |
2016-12-19 | Remove redundant splsoftnet(). | Martin Pieuchot |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
2016-12-02 | Rremoves 'struct route_in6 *' argument from in6_selectsrc(). | Martin Pieuchot |
2016-11-28 | Explicitly initialize rti_ifa when automagically adding a route. | Martin Pieuchot |
2016-11-28 | Remove multiple recursive splsoftnet(). | Martin Pieuchot |
2016-11-28 | Assert that every slow/fast timeout routine is called at IPL_SOFTNET. | Martin Pieuchot |
2016-11-28 | Merge two "#ifdef MROUTING" blocks. | Martin Pieuchot |
2016-11-21 | Assert that defrtrlist_update() is always called at IPL_SOFTNET. | Martin Pieuchot |
2016-11-21 | Assert that prelist_update() is always called at IPL_SOFTNET. | Martin Pieuchot |
2016-11-21 | Assert that in6_ifadd() is always called at IPL_SOFTNET. | Martin Pieuchot |
2016-11-21 | Enforce that pr_usrreq functions are called at IPL_SOFTNET. | Martin Pieuchot |
2016-11-18 | turn ipstat into a set of percpu counters. | David Gwynne |
2016-11-16 | Bring icmp6_mtudisc_clone() in line with icmp_mtudisc_clone(). The | Alexander Bluhm |
2016-11-16 | Inherit route label when creating dynamic routes for path MTU. | Alexander Bluhm |
2016-11-15 | Kill recursive splsoftnet(). | 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-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 |