summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6.c
AgeCommit message (Expand)Author
2013-06-20Revert previous and unbreak asr, the new include should be protected.Martin Pieuchot
2013-06-20Allocate the various hook head descriptors as part of the ifnetMartin Pieuchot
2013-06-16If the prefixlen is 128, SIOCAIFADDR_IN6 does not add a prefix. InAlexander Bluhm
2013-06-13As it is correct that the loopback address has no prefix, do notAlexander Bluhm
2013-05-31Remove a bunch of sockaddr_in6 pointer casts and replace othersAlexander Bluhm
2013-05-30Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled downClaudio Jeker
2013-03-28no need for a lot of code to include proc.hTed Unangst
2013-03-25Substitute the handcrafted list of IPv6 addresses by a proper TAILQ.Martin Pieuchot
2013-03-22simple replacement of LIST_END with NULL. ok mpiTed Unangst
2013-03-14tedu faith(4), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
2013-03-11Remove unused code manipulating a default interface and its index,Martin Pieuchot
2013-03-07Remove the IFAFREE() macro, the ifafree() function it was calling alreadyMartin Pieuchot
2013-03-04Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro.Alexander Bluhm
2013-03-04When deleting an IPv6 interface address, also remove the prefix andAlexander Bluhm
2013-03-03Make sure that IPv6 source address selection only chooses a CARPAlexander Bluhm
2012-11-30Fix typo in comment.Stefan Sperling
2012-10-05Point an interface directly to its bridgeport configuration, insteadCamiel Dobbelaar
2012-09-19Use TAILQ_FOREACH macro for loops. No binary diff.Alexander Bluhm
2012-07-14Make IPv6 privacy addresses appear alongside regular SLAAC addresses.sperreault
2012-07-08Instead of casting interface address pointers, use the macroAlexander Bluhm
2012-01-17During IPv6 source address selection, give address scope higher priorityStefan Sperling
2012-01-03To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it isAlexander Bluhm
2011-11-24rdomain support for IPv6sperreault
2011-08-08If two carp interfaces on the same physical interface had addressesAlexander Bluhm
2011-08-07When checking wether a prefix belongs to an interface, also allowAlexander Bluhm
2011-07-26Accept neighbor discovery packets from source IPv6 addresses forAlexander Bluhm
2011-04-03As of r1.54 of nd6_rtr.c we don't add addresses from interrupt contextStefan Sperling
2010-10-07Also call addrhooks for IPv6 addresses with a 128 bit prefixlen.Marco Pfatschbacher
2010-07-08remove some unused netinet6 codeJonathan Gray
2010-05-08During IPv6 source address selection, prefer RFC 4941 temporary addressesStefan Sperling
2010-02-08More destatic and ansification.Joel Sing
2010-01-13instead of fiddling with the per-interface address lists directly inHenning Brauer
2010-01-13adding an empty ifaddr struct to the per-interface ifaddr list andHenning Brauer
2009-12-21typo in comment; Holger MikolonStuart Henderson
2009-06-04allow IPvShit to be turned off completely per-interface.Henning Brauer
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-01-30"XXX: should this be performed under splnet()?"... Yes, yes it should.Ryan Thomas McBride
2008-10-01If a neighbor solictation isn't from the unspecified address, make sureClaudio Jeker
2008-07-13Do not specify the gateway on RTM_DELETE -- similar fix was done in the arpClaudio Jeker
2008-06-11ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.Ryan Thomas McBride
2008-06-11From KAME, allow adjustable limits on NDP entries and discovered routes.Ryan Thomas McBride
2008-05-11rtrequest to rtrequest1 conversion in inet6. With that no rtrequest shouldClaudio Jeker
2008-05-07Implement routing priorities. Every route inserted has a priority assignedClaudio Jeker
2007-12-09take advantage of M_ZEROHans-Joerg Hoexer
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-11-15unifdef -USCOPEDROUTINGJun-ichiro itojun Hagino
2006-11-14typoJun-ichiro itojun Hagino
2006-10-31Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6.Marco Pfatschbacher
2006-08-28Make carp see all IPv6 address additions and remove dead code in carp_ioctl()Ryan Thomas McBride
2006-06-16adjust functions dealing with the routing table to take a table ID asHenning Brauer