Age | Commit message (Expand) | Author |
2014-12-17 | Use an interface index instead of a pointer for multicast options. | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-09-27 | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer | Martin Pieuchot |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-06-03 | Do not include <sys/malloc.h> where it is not needed. | Martin Pieuchot |
2014-04-21 | we'll do fine without casting NULL to struct foo * / void * | Henning Brauer |
2014-04-18 | Invert the signature logic of in{,6}_selectsrc, make them return the | Jeremie Courreges-Anglas |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-03-12 | ANSIfy a declaration, no object change. | Martin Pieuchot |
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-23 | Back when some NRL code was merged into KAME to create the *BSD IPV6 | Theo de Raadt |
2013-10-21 | Sprinkle a lot more IPv6 routing domains support in the kernel. | Peter Hessler |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-28 | Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa, | Alexander Bluhm |
2013-03-20 | Introduce if_get() to retrieve an interface descriptor pointer given | Martin Pieuchot |
2013-03-04 | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. | Alexander Bluhm |
2011-11-24 | rdomain support for IPv6 | sperreault |
2011-08-07 | Several fixes for the IPV6_PKTINFO handling with sendmsg(2) | Mike Belopuhov |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-02-08 | More destatic and ansification. | Joel Sing |
2008-11-23 | When accessing cached routes make sure the route is actually still valid. | Claudio Jeker |
2006-12-11 | de-__P. noted by Dries Schellekens | Jun-ichiro itojun Hagino |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-06-18 | Add support for equal-cost multipath IP. | Christopher Pascoe |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2005-09-19 | sin6_scope_id maps to interface indices for link local addresses only! | Brad Smith |
2003-12-10 | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-09-11 | KNF - return is not a function. sync w/kame | Jun-ichiro itojun Hagino |
2002-05-29 | attach nd_ifinfo structure to if_afdata. | Jun-ichiro itojun Hagino |
2002-05-29 | rm obsolete comment | Jun-ichiro itojun Hagino |
2001-03-30 | enable FAKE_LOOPBACK_IF case by default. | Jun-ichiro itojun Hagino |
2001-02-16 | amove in6_{embed,recover}scope prototypes to in6_var.h (kernel only). | Jun-ichiro itojun Hagino |
2001-02-06 | allow changing number of loopbacks in ukc. | Michael Shalayeff |
2000-06-21 | correct in6_recoverscope() for multicast loopback case. | Jun-ichiro itojun Hagino |
2000-06-18 | lookup routing table for multicast too, to allow scoped IPv6 multicast | Jun-ichiro itojun Hagino |
2000-06-18 | don't panic even if in6p == NULL. | Jun-ichiro itojun Hagino |
2000-06-13 | allow link-local IPv6 addres in in6_pcbbind. | Jun-ichiro itojun Hagino |
2000-02-28 | bring in recent KAME changes (only important and stable ones, as usual). | Jun-ichiro itojun Hagino |
2000-02-07 | fix include file path related to ip6. | Jun-ichiro itojun Hagino |
1999-12-10 | Remove remaining unnecessary ifdefs (itojun will hate me for this :-) | Angelos D. Keromytis |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |