| Commit message (Expand) | Author | Age | Files | Lines |
* | Use rtisivalid(9) to check if the given (cached) route can be used. |  mpi | 2015-10-13 | 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 in6_src and ip6_output which got a lot easier after |  claudio | 2015-09-11 | 1 | -2/+9 |
* | Rewrite in6_selectroute() to no longer return an ifp. |  mpi | 2015-09-11 | 1 | -65/+18 |
* | Move the multicast option parsing out of in6_selectroute(). |  mpi | 2015-09-11 | 1 | -33/+21 |
* | Kill selectroute(). |  mpi | 2015-09-11 | 1 | -31/+3 |
* | in6_embedscope() needs to lose some weight. Remove the last argument. |  claudio | 2015-09-11 | 1 | -9/+5 |
* | It is time to put inet6 on a diet. Use the flensing knife and cut out |  claudio | 2015-09-10 | 1 | -11/+3 |
* | Revert (again!) the two uses of rtisvalid(9), they break NFS! |  mpi | 2015-09-03 | 1 | -6/+8 |
* | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). |  mpi | 2015-09-03 | 1 | -8/+6 |
* | Revert the two uses of rtisvalid(9) for the moment, it breaks dhclient(8) |  mpi | 2015-09-02 | 1 | -6/+8 |
* | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). |  mpi | 2015-09-01 | 1 | -8/+6 |
* | More damned eye searing whitespace. No change to .o files. |  krw | 2015-06-08 | 1 | -3/+3 |
* | Use an interface index instead of a pointer for multicast options. |  mpi | 2014-12-17 | 1 | -5/+4 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
* | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable |  mpi | 2014-11-01 | 1 | -5/+6 |
* | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and |  mpi | 2014-10-14 | 1 | -8/+8 |
* | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer |  mpi | 2014-09-27 | 1 | -5/+9 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | Do not include <sys/malloc.h> where it is not needed. |  mpi | 2014-06-03 | 1 | -2/+1 |
* | we'll do fine without casting NULL to struct foo * / void * |  henning | 2014-04-21 | 1 | -3/+3 |
* | Invert the signature logic of in{,6}_selectsrc, make them return the |  jca | 2014-04-18 | 1 | -51/+49 |
* | Retire kernel support for SO_DONTROUTE, this time without breaking |  mpi | 2014-04-07 | 1 | -20/+1 |
* | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things |  sthen | 2014-03-28 | 1 | -1/+20 |
* | Retire kernel support for SO_DONTROUTE, since the plan is to always |  mpi | 2014-03-27 | 1 | -20/+1 |
* | ANSIfy a declaration, no object change. |  mpi | 2014-03-12 | 1 | -6/+3 |
* | Propagate an rdomain number to the nd6_lookup independently from |  mikeb | 2014-01-07 | 1 | -2/+3 |
* | Replace most of our formating functions to convert IPv4/6 addresses from |  mpi | 2013-11-11 | 1 | -4/+6 |
* | Back when some NRL code was merged into KAME to create the *BSD IPV6 |  deraadt | 2013-10-23 | 1 | -17/+9 |
* | Sprinkle a lot more IPv6 routing domains support in the kernel. |  phessler | 2013-10-21 | 1 | -1/+3 |
* | The header file netinet/in_var.h included netinet6/in6_var.h. This |  bluhm | 2013-10-17 | 1 | -2/+1 |
* | Remove a bunch of sockaddr_in6 pointer casts and replace others |  bluhm | 2013-05-31 | 1 | -6/+5 |
* | no need for a lot of code to include proc.h |  tedu | 2013-03-28 | 1 | -2/+1 |
* | Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa, |  bluhm | 2013-03-28 | 1 | -12/+11 |
* | Introduce if_get() to retrieve an interface descriptor pointer given |  mpi | 2013-03-20 | 1 | -25/+20 |
* | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. |  bluhm | 2013-03-04 | 1 | -4/+4 |
* | rdomain support for IPv6 |  sperreault | 2011-11-24 | 1 | -17/+22 |
* | Several fixes for the IPV6_PKTINFO handling with sendmsg(2) |  mikeb | 2011-08-07 | 1 | -3/+78 |
* | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 |  claudio | 2010-05-07 | 1 | -5/+5 |
* | More destatic and ansification. |  jsing | 2010-02-08 | 1 | -36/+18 |
* | When accessing cached routes make sure the route is actually still valid. |  claudio | 2008-11-23 | 1 | -3/+3 |
* | de-__P. noted by Dries Schellekens |  itojun | 2006-12-11 | 1 | -3/+3 |
* | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). |  itojun | 2006-12-09 | 1 | -1/+217 |
* | change semantics of ff01::/16 to interface local multicast |  itojun | 2006-11-17 | 1 | -14/+11 |
* | Add support for equal-cost multipath IP. |  pascoe | 2006-06-18 | 1 | -2/+2 |
* | adjust functions dealing with the routing table to take a table ID as |  henning | 2006-06-16 | 1 | -2/+2 |
* | sin6_scope_id maps to interface indices for link local addresses only! |  brad | 2005-09-19 | 1 | -2/+2 |
* | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL |  itojun | 2003-12-10 | 1 | -4/+7 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | KNF - return is not a function. sync w/kame |  itojun | 2002-09-11 | 1 | -20/+20 |