Age | Commit message (Expand) | Author |
2017-02-07 | The return code of crp_callback is never checked, so it is not | Alexander Bluhm |
2017-02-07 | Release the NET_LOCK() before entering per-driver ioctl() routine. | Martin Pieuchot |
2017-02-05 | Always allocate counters memory using type M_COUNTERS. | Jeremie Courreges-Anglas |
2017-02-05 | Use percpu counters for ip6stat | Jeremie Courreges-Anglas |
2017-02-04 | Move the typedefs for in_{addr,port}_t from <sys/types.h> to | Philip Guenther |
2017-02-01 | In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with | David Hill |
2017-01-31 | Use CTASSERT instead of KASSERT for a few sysctl that use the counters API | Jeremie Courreges-Anglas |
2017-01-29 | Change the IPv4 pr_input function to the way IPv6 is implemented, | Alexander Bluhm |
2017-01-26 | Reduce the difference between struct protosw and ip6protosw. The | Alexander Bluhm |
2017-01-25 | Since raw_input() and route_input() are gone from pr_input, we can | Alexander Bluhm |
2017-01-23 | The function raw_input() has not been called since netiso has been | Alexander Bluhm |
2017-01-23 | Flag pseudo-interfaces as such in order to call add_net_randomness() | Martin Pieuchot |
2017-01-23 | Assert for IPL_SOFTNET rather than raising SPL recursively. | Martin Pieuchot |
2017-01-20 | Kill recursive splsofnet()/splx() dances. | Martin Pieuchot |
2017-01-12 | Clean up multicast files from unused definitions and comments. | Rafael Zalamena |
2017-01-11 | Remove mfc hash tables and use the OpenBSD routing table for multicast | Rafael Zalamena |
2017-01-10 | Remove NULL checks before m_free(9), it deals with it. | Martin Pieuchot |
2017-01-09 | Grab the NET_LOCK() in ipcomp input callback. | Visa Hankala |
2017-01-09 | Grab the NET_LOCK() in various callbacks. | Martin Pieuchot |
2017-01-06 | Remove the global viftable vector that holds the virtual interfaces | Rafael Zalamena |
2017-01-06 | Simplify code by removing some old pullup macro, killing some variables | Rafael Zalamena |
2017-01-06 | Kill various splsoftnet(). | Martin Pieuchot |
2017-01-05 | Remove some unnecessary code abstractions and while here remove a | Rafael Zalamena |
2017-01-04 | convert igmp_stat into per-cpu counters | David Gwynne |
2017-01-03 | Remove some recursives splsoftnet(). | Martin Pieuchot |
2016-12-26 | Typo, "more then" -> "more than" | Jeremie Courreges-Anglas |
2016-12-24 | Grab the NET_LOCK() before calling ipsp_process_done() as it ends up | Martin Pieuchot |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-12-21 | Fix build without PIM defined. | Martin Pieuchot |
2016-12-21 | Fix PIM compilation even though it is disabled. | Rafael Zalamena |
2016-12-20 | A NET_LOCK() was is missing in tcp_sysctl() which shows up as spl | Alexander Bluhm |
2016-12-20 | Prevent grabing the NET_LOCK() twice in the ioctl(2) and input path. | Martin Pieuchot |
2016-12-20 | Kill recursive splsoftnet()/splx() in tcp_ctloutput(). | Martin Pieuchot |
2016-12-20 | Remove duplicate in_ioctl() prototype, it is in in_var.h now. | Alexander Bluhm |
2016-12-20 | Call the multicast timer callback per domain instead of for all domains | Rafael Zalamena |
2016-12-20 | No need for splsoftnet()/splx() dance around a pool_put() if the pool | Martin Pieuchot |
2016-12-20 | Remove unused timeout that was never being set. | Rafael Zalamena |
2016-12-19 | Remove redundant splsoftnet(). | Martin Pieuchot |
2016-12-19 | Kill unused function. | Rafael Zalamena |
2016-12-19 | Remove a recursive splsoftnet() in in_ioctl() that already asserts that | Martin Pieuchot |
2016-12-19 | If rt_ifa_addlocal() in in_ifinit() fails, the address has been | Alexander Bluhm |
2016-12-19 | Extend the multicast sockets and multicast hash table support to multiple | Rafael Zalamena |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
2016-12-16 | Move the if_get/if_put to the caller of igmp_sendpkt so we avoid having | Rafael Zalamena |
2016-12-14 | Set the rtableid for new mbufs when sending packets in igmp_sendpkt(). | Rafael Zalamena |
2016-12-13 | Propagate the routing table id in ip_mrouter_set() so the MRT_ADD_VIF | Rafael Zalamena |
2016-12-10 | Pass the correct offset of the next protocol field for the given IP | Patrick Wildt |
2016-12-05 | Remove recursive splsoftnet()s in ioctl(2) path. | Martin Pieuchot |
2016-11-29 | Kill unused 'struct route'. | Martin Pieuchot |
2016-11-29 | m_free() and m_freem() test for NULL. Simplify callers which had their own | Jonathan Gray |