Age | Commit message (Expand) | Author |
2017-04-19 | Use the rt_rmx defines that hide the struct rt_kmetrics indirection. | Alexander Bluhm |
2017-04-17 | The raw ip input functions are called from several places. Use the | Alexander Bluhm |
2017-04-17 | Use the address family passed down with pr_input to simplify | Alexander Bluhm |
2017-04-17 | Use the address family passed down with pr_input to simplify | Alexander Bluhm |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-04-11 | Partially revert previous mallocarray conversions that contain | David Hill |
2017-04-09 | Use mallocarray to allocate multicast group memberships. | David Hill |
2017-04-06 | Convert bcopy to memcpy where the memory does not overlap, otherwise, | David Hill |
2017-04-06 | Replace bcopy with a simple assignment where both variables are | David Hill |
2017-04-05 | Replace 2 bcopy()'s with a simple assignment as both variables are | David Hill |
2017-04-05 | When building counter memory in preparation to copy to userland, always | Theo de Raadt |
2017-04-02 | Fix tcp stats reporting | Jeremie Courreges-Anglas |
2017-03-27 | Fix the prefixlen sent by RTM_NEWADDR on new addresses without masks: | Rafael Zalamena |
2017-03-23 | Replace manual loop with SRPL_FOREACH_SAFE_LOCKED macro. | Alexander Bluhm |
2017-03-17 | carp(4) code is always executed in the 'softnet' thread, so remove | Martin Pieuchot |
2017-03-17 | Be more strict on all route iterations, lets always make sure that we | Rafael Zalamena |
2017-03-14 | Make mfc_find() more strict when looking for routes, fixes a problem | Rafael Zalamena |
2017-03-13 | Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. | Claudio Jeker |
2017-03-10 | percpu counters for ip_ipip.c | Jeremie Courreges-Anglas |
2017-03-07 | Rename struct etheripstat members for consistency, move them all to 64bits | Jeremie Courreges-Anglas |
2017-03-07 | When the inpcb queue and hash lists are traversed or modified we | Alexander Bluhm |
2017-03-07 | Initially in_pcballoc() hooked all new inpcb, including the IPv6 | Alexander Bluhm |
2017-03-06 | Kill global list of IPv6 addresses. | Martin Pieuchot |
2017-03-06 | Prefix functions dealing with routing messages with 'rtm_' and keep | Martin Pieuchot |
2017-03-03 | Convert the variable argument list of the pr_output functions to | Alexander Bluhm |
2017-03-02 | Convert domain declarations to C99 initializers. | Martin Pieuchot |
2017-02-28 | Some refactoring in ip6_input() needed to un-KERNEL_LOCK() the IPv6 | Martin Pieuchot |
2017-02-22 | Use c99 struct initialization with protosw. | David Hill |
2017-02-20 | Crank all members of struct ipipstat to 64 bits | Jeremie Courreges-Anglas |
2017-02-20 | carp(4) percpu counters | Jeremie Courreges-Anglas |
2017-02-17 | Using ipcomp(4) with IPv6 transport mode failed with protocol family | Alexander Bluhm |
2017-02-16 | Revert "Release the NET_LOCK() before entering per-driver ioctl() routine". | Martin Pieuchot |
2017-02-14 | Get rid of recursive splsoftnet()/splx() dances and convert a timeout to | Martin Pieuchot |
2017-02-09 | Unbreak 'netstat -g' and make multicast route stats sysctl more robust. | Rafael Zalamena |
2017-02-09 | percpu counters for divert(4) stats | Jeremie Courreges-Anglas |
2017-02-09 | percpu counters for raw ipv6 and icmp6 stats | Jeremie Courreges-Anglas |
2017-02-09 | percpu counters for TCP stats | Jeremie Courreges-Anglas |
2017-02-09 | Put back a return that I have removed by accident. | Alexander Bluhm |
2017-02-08 | Remove the ipsec protocol callbacks which all do the same. Implement | Alexander Bluhm |
2017-02-08 | Test for NULL before dereferencing a pointer not after. | Jonathan Gray |
2017-02-07 | Use percpu counters for icmp | Jonathan Matthew |
2017-02-07 | Error propagation does neither make sense for ip input path nor for | Alexander Bluhm |
2017-02-07 | IPsec packets could be dropped unaccounted if output after crypto | Alexander Bluhm |
2017-02-07 | Reduce the per-packet allocation costs for crypto operations (cryptop) | Patrick Wildt |
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 |