summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_src.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use rtisivalid(9) to check if the given (cached) route can be used.mpi2015-10-131-8/+6
* Do not manually decrement rt's refcounter in nd6_lookup() and let thempi2015-09-181-2/+3
* if_put after if_get for in6_src and ip6_output which got a lot easier afterclaudio2015-09-111-2/+9
* Rewrite in6_selectroute() to no longer return an ifp.mpi2015-09-111-65/+18
* Move the multicast option parsing out of in6_selectroute().mpi2015-09-111-33/+21
* Kill selectroute().mpi2015-09-111-31/+3
* in6_embedscope() needs to lose some weight. Remove the last argument.claudio2015-09-111-9/+5
* It is time to put inet6 on a diet. Use the flensing knife and cut outclaudio2015-09-101-11/+3
* Revert (again!) the two uses of rtisvalid(9), they break NFS!mpi2015-09-031-6/+8
* Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9).mpi2015-09-031-8/+6
* Revert the two uses of rtisvalid(9) for the moment, it breaks dhclient(8)mpi2015-09-021-6/+8
* Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9).mpi2015-09-011-8/+6
* More damned eye searing whitespace. No change to .o files.krw2015-06-081-3/+3
* Use an interface index instead of a pointer for multicast options.mpi2014-12-171-5/+4
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* Rename rtalloc1() into rtalloc(9) and convert its flags to only enablempi2014-11-011-5/+6
* Use rtfree() instead of RTFREE(), NULLify some free'd route pointers andmpi2014-10-141-8/+8
* Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longermpi2014-09-271-5/+9
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* Do not include <sys/malloc.h> where it is not needed.mpi2014-06-031-2/+1
* we'll do fine without casting NULL to struct foo * / void *henning2014-04-211-3/+3
* Invert the signature logic of in{,6}_selectsrc, make them return thejca2014-04-181-51/+49
* Retire kernel support for SO_DONTROUTE, this time without breakingmpi2014-04-071-20/+1
* revert "Retire kernel support for SO_DONTROUTE" diff, which does bad thingssthen2014-03-281-1/+20
* Retire kernel support for SO_DONTROUTE, since the plan is to alwaysmpi2014-03-271-20/+1
* ANSIfy a declaration, no object change.mpi2014-03-121-6/+3
* Propagate an rdomain number to the nd6_lookup independently frommikeb2014-01-071-2/+3
* Replace most of our formating functions to convert IPv4/6 addresses frommpi2013-11-111-4/+6
* Back when some NRL code was merged into KAME to create the *BSD IPV6deraadt2013-10-231-17/+9
* Sprinkle a lot more IPv6 routing domains support in the kernel.phessler2013-10-211-1/+3
* The header file netinet/in_var.h included netinet6/in6_var.h. Thisbluhm2013-10-171-2/+1
* Remove a bunch of sockaddr_in6 pointer casts and replace othersbluhm2013-05-311-6/+5
* no need for a lot of code to include proc.htedu2013-03-281-2/+1
* Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa,bluhm2013-03-281-12/+11
* Introduce if_get() to retrieve an interface descriptor pointer givenmpi2013-03-201-25/+20
* Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro.bluhm2013-03-041-4/+4
* rdomain support for IPv6sperreault2011-11-241-17/+22
* Several fixes for the IPV6_PKTINFO handling with sendmsg(2)mikeb2011-08-071-3/+78
* Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1claudio2010-05-071-5/+5
* More destatic and ansification.jsing2010-02-081-36/+18
* When accessing cached routes make sure the route is actually still valid.claudio2008-11-231-3/+3
* de-__P. noted by Dries Schellekensitojun2006-12-111-3/+3
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-1/+217
* change semantics of ff01::/16 to interface local multicastitojun2006-11-171-14/+11
* Add support for equal-cost multipath IP.pascoe2006-06-181-2/+2
* adjust functions dealing with the routing table to take a table ID ashenning2006-06-161-2/+2
* sin6_scope_id maps to interface indices for link local addresses only!brad2005-09-191-2/+2
* use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULLitojun2003-12-101-4/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* KNF - return is not a function. sync w/kameitojun2002-09-111-20/+20