| Commit message (Expand) | Author | Age | Files | Lines |
* | add __func__ to panic() and printf() calls in sys/netinet6/* |  nayden | 2019-11-29 | 1 | -8/+8 |
* | Don't check that the ipv6 source address of a neighbor advertisment is |  benno | 2019-10-18 | 1 | -10/+1 |
* | The timeouts in nd6 are in msec so just use timeout_add_msec() instead |  claudio | 2018-12-20 | 1 | -7/+5 |
* | We are not going to send a neighbor advertisement from a non-master |  florian | 2018-12-07 | 1 | -7/+7 |
* | When building ND packets use m_align() to pack the mbuf as optimal as |  claudio | 2018-12-06 | 1 | -5/+4 |
* | Introduce RTM_CHGADDRATTR to inform userland on the route socket when |  florian | 2018-07-12 | 1 | -1/+9 |
* | Push the KERNEL_LOCK() inside route_input(). |  mpi | 2018-06-11 | 1 | -3/+1 |
* | Replace non mp-safe carp_iamatch6() with mp-safe carp_iamatch(). |  mpi | 2017-11-23 | 1 | -4/+4 |
* | Remove NET_LOCK()'s argument. |  mpi | 2017-08-11 | 1 | -4/+3 |
* | Add an error argument to rtm_send() instead of rerolling it inside |  mpi | 2017-07-28 | 1 | -2/+2 |
* | Purging is at last at hand. Day of Doom is here. All that is evil |  florian | 2017-07-11 | 1 | -24/+3 |
* | If we are sending a neighbor solicitation for a link local address |  florian | 2017-07-05 | 1 | -4/+8 |
* | Notify userland when a new ND is reachable. |  mpi | 2017-06-08 | 1 | -1/+5 |
* | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). |  mpi | 2017-05-16 | 1 | -3/+3 |
* | percpu counters for raw ipv6 and icmp6 stats |  jca | 2017-02-09 | 1 | -7/+7 |
* | Take the neighbor solicitation's source address from the packet to |  bluhm | 2017-01-03 | 1 | -3/+2 |
* | Remove all splsoftnet() from ND6 converting the non-recrusive ones to |  mpi | 2016-12-22 | 1 | -7/+6 |
* | Use __func__ in debug log to reduce noise when grepping. |  mpi | 2016-12-21 | 1 | -18/+16 |
* | Remove multiple recursive splsoftnet(). |  mpi | 2016-11-28 | 1 | -7/+5 |
* | Use rtalloc(9) directly instead of in6_selectsr() in NS/NA output |  mpi | 2016-08-23 | 1 | -56/+27 |
* | Sizes for free(9) from David Hill. |  mpi | 2016-08-22 | 1 | -5/+5 |
* | Commit in6_selectsrc() split again, with missing assignment fixed. |  vgross | 2016-08-04 | 1 | -4/+4 |
* | Revert in_selectsrc() refactoring, it breaks IPv6. |  mpi | 2016-07-22 | 1 | -4/+4 |
* | Split in6_selectsrc() into a low-level part and a pcb-level part, and |  vgross | 2016-07-20 | 1 | -4/+4 |
* | Expand IN6_IFF_NOTREADY, ok bluhm@ |  mpi | 2016-07-05 | 1 | -3/+3 |
* | Kill nd6_output(), it doesn't do anything since the resolution logic |  mpi | 2016-06-15 | 1 | -2/+2 |
* | make nd6_llinfo_settimer take seconds instead of ticks. |  dlg | 2016-06-01 | 1 | -7/+6 |
* | remove dead stores and unused variables |  chl | 2016-03-29 | 1 | -5/+1 |
* | Keep all ether prototypes in one place. |  mpi | 2015-12-09 | 1 | -1/+2 |
* | Factorize the bits to check if a L2 route is connected, wether it is |  mpi | 2015-11-18 | 1 | -3/+29 |
* | Retire ARP load-balacing, thanks for all the fish! |  mpi | 2015-11-02 | 1 | -11/+4 |
* | Prefer an existing refcounted ``ifp'' to rt_ifp when possible or use the |  mpi | 2015-11-02 | 1 | -4/+4 |
* | Inspired by satosin(), use inline functions to convert sockaddr dl. |  bluhm | 2015-10-22 | 1 | -8/+6 |
* | Do not manually decrement rt's refcounter in nd6_lookup() and let the |  mpi | 2015-09-18 | 1 | -2/+3 |
* | if_put after if_get for nd6_nbr. OK dlg@ |  claudio | 2015-09-11 | 1 | -1/+7 |
* | Kill yet another argument to functions in IPv6. This time ip6_output's |  claudio | 2015-09-11 | 1 | -3/+3 |
* | Kill icmp6_ifstat_inc() and associated per-ifp storage. |  mpi | 2015-09-09 | 1 | -6/+1 |
* | Rework the code to decide when to perform DAD to no longer rely on the |  mpi | 2015-08-24 | 1 | -40/+14 |
* | Kill incorrect and never set ``dad_ignore_ns'' button. |  mpi | 2015-07-16 | 1 | -14/+1 |
* | Store a unique ID, an interface index, rather than a pointer to the |  mpi | 2015-06-16 | 1 | -5/+13 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Remove the "multicast_" prefix from the fields a multicast-only struct. |  mpi | 2014-12-17 | 1 | -5/+5 |
* | Use an interface index instead of a pointer for multicast options. |  mpi | 2014-12-17 | 1 | -3/+3 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
* | Rework the handling of interfaces and IPv6 addresses for local delivery. |  mpi | 2014-11-20 | 1 | -2/+2 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 1 | -3/+1 |
* | Do not pass an ifa pointer when we already have a DAD descriptor. |  mpi | 2014-11-10 | 1 | -56/+34 |
* | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable |  mpi | 2014-11-01 | 1 | -2/+2 |
* | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and |  mpi | 2014-10-14 | 1 | -5/+5 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -5/+5 |