Age | Commit message (Expand) | Author |
2014-03-11 | Remove gratuitous differences between arp and nd6 rtrequests, | Martin Pieuchot |
2014-02-17 | The device driver ioctl code can sleep, so calling it from a timeout is *not* | Mark Kettenis |
2014-01-22 | There's no reason to pass a netmask argument when doing a RTF_HOST | Martin Pieuchot |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |
2014-01-10 | replace the rest of the obsolete radix macros | Ted Unangst |
2014-01-09 | replace Bcopy macro with memmove and memcpy. ok mpi | Ted Unangst |
2014-01-07 | Propagate an rdomain number to the nd6_lookup independently from | Mike Belopuhov |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-08-26 | No one uses the obsolete IPv6 ioctls SIOCGDRLST_IN6, SIOCGPRLST_IN6, | Alexander Bluhm |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2013-03-25 | Substitute the handcrafted list of IPv6 addresses by a proper TAILQ. | Martin Pieuchot |
2013-03-22 | Replace hand-crafted nd_prefix loops with LIST_FOREACH macros. | Alexander Bluhm |
2013-03-11 | Remove unused code manipulating a default interface and its index, | Martin Pieuchot |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2013-01-15 | Flushing prefixes of autoconfigured IPv6 addresses with ndp -P | Alexander Bluhm |
2012-09-19 | Use TAILQ_FOREACH macro for loops. No binary diff. | Alexander Bluhm |
2012-01-03 | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is | Alexander Bluhm |
2011-12-27 | Instead of hand crafted code, use the macros TAILQ_FOREACH(_SAFE) | Alexander Bluhm |
2011-12-02 | Kill unused IFCAP_IPSEC and IFCAP_IPCOMP. | Christiano F. Haesbaert |
2011-11-24 | rdomain support for IPv6 | sperreault |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-03-09 | Log MAC address changes in the IPv6 neighbor discovery protocol | Alexander Bluhm |
2010-06-28 | Allow neighbor discovery for prefixes on interfaces without matching | Alexander Bluhm |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-02-08 | Destatic and ansify. | Joel Sing |
2009-01-30 | Mark routers internal as uninstalled after deleting the default route. | Rainer Giedat |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-09-17 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-06-11 | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | Ryan Thomas McBride |
2008-06-11 | From KAME, allow adjustable limits on NDP entries and discovered routes. | Ryan Thomas McBride |
2008-05-11 | rtrequest to rtrequest1 conversion in inet6. With that no rtrequest should | Claudio Jeker |
2008-05-11 | Try harder to avoid corrupting the mbuf pool. Stuff any mbuf chain in | Kenneth R Westerback |
2007-10-01 | Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' | Kenneth R Westerback |
2007-06-08 | kill arcnet leftovers, some pt out by Mike Belopuhov <mkb@crypt.org.ru>, | Henning Brauer |
2007-05-28 | avoid bypassing sys/queue.h in many places in the kernel. | Pierre-Yves Ritschard |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-06-16 | Spelling. | Christopher Pascoe |
2006-02-21 | use after free; from itojun@ | Markus Friedl |
2005-05-09 | Make sure that prefixes get purged. | Brad Smith |
2004-10-28 | treat IFT_CARP like IFT_PROPVIRTUAL, ryan daniel ok | Henning Brauer |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-05-19 | do not loop on nd6_output() when transmission fails. from kame | Jun-ichiro itojun Hagino |
2003-06-27 | split ND6 cache timer management to per-entry. increased accuracy, | Jun-ichiro itojun Hagino |
2003-06-24 | remove unneeded checks of accept_rtadv. from kame | Jun-ichiro itojun Hagino |
2003-06-24 | * kame/sys/netinet6/nd6.c (nd6_rtrequest): changed a condition to | Jun-ichiro itojun Hagino |