summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2014-01-07Propagate an rdomain number to the nd6_lookup independently fromMike Belopuhov
2014-01-07Some follow-up fixes for IFID collision handling in IPv6CP.Stefan Sperling
2014-01-06Make in6_ifdetach() remove the ff01::1 route for the detaching interface, too.Stefan Sperling
2013-12-20Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQKenneth R Westerback
2013-11-28Change the way protocol multicast addresses are linked to an interface.Martin Pieuchot
2013-11-22Remove unused proc argument in in6_control().Martin Pieuchot
2013-11-19Remove some FDDI/ATM leftovers.Martin Pieuchot
2013-11-15Rename the struct pf_divert variable in divert_packet() andLawrence Teo
2013-11-15After discussion with deraadt@ and Fernando Gont, it seems that theAlexander Bluhm
2013-11-14Clean up tabs and a backslash which seemed to have sneeked in in r1.29.Patrick Wildt
2013-11-13In in6_update_ifa(), don't set the TENTATIVE flag on an IPv6 address thatStefan Sperling
2013-11-11Replace most of our formating functions to convert IPv4/6 addresses fromMartin Pieuchot
2013-10-29remove left over bits of omrt6msg, and cleanup the yuckyTheo de Raadt
2013-10-28kill kame version symbols and sysctlTheo de Raadt
2013-10-28tedu FDDI support and the 3 flavors the driver for DEC devices, evenMartin Pieuchot
2013-10-27delete UPCALL_TIMING debug code from a the dark agesTheo de Raadt
2013-10-25More _KERNEL namespace cleanup, just in case something out thereTheo de Raadt
2013-10-25prettier #ifdef _KERNEL, more like other filesTheo de Raadt
2013-10-24place _KERNEL block at endTheo de Raadt
2013-10-24Remove the number of in6_var.h inclusions by moving some functions andMartin Pieuchot
2013-10-24Significant namespace cleanup of netinet6 symbols.Theo de Raadt
2013-10-23Back when some NRL code was merged into KAME to create the *BSD IPV6Theo de Raadt
2013-10-22Compute the checksum in in_proto_cksum_out, just set the flag inChristian Weisgerber
2013-10-21Remove comment regarding BSDI.Theo de Raadt
2013-10-21pretty up a disgusting chunkTheo de Raadt
2013-10-21Janitoring. No significant binary change.Theo de Raadt
2013-10-21no more #ifdef KERNELTheo de Raadt
2013-10-21There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6,Theo de Raadt
2013-10-21remove GET_TIME() wrapperTheo de Raadt
2013-10-21remove dangerous #ifdef BYTE_ORDERTheo de Raadt
2013-10-21only #ifdef _KERNEL, not #ifdef KERNELTheo de Raadt
2013-10-21Enable IPv6 routing domain supportPeter Hessler
2013-10-21Sprinkle a lot more IPv6 routing domains support in the kernel.Peter Hessler
2013-10-20no need to make the icmp cksum "offloading" case special insofar that theHenning Brauer
2013-10-20Put a large chunk of the IPv6 rdomain support in-tree.Peter Hessler
2013-10-19Our IPv6 stack was scanning all extension headers for routing headerAlexander Bluhm
2013-10-17The header file netinet/in_var.h included netinet6/in6_var.h. ThisAlexander Bluhm
2013-10-14Change the macros used to iterate over the multicast records of anMartin Pieuchot
2013-10-09Fix a possible mbuf leak, from NetBSD via Loganaden Velvindron.Martin Pieuchot
2013-10-01Do not pass the SIOCSIF{DSTADDR,BRDADDR,NETMASK} ioctls down to theMartin Pieuchot
2013-08-28Remove unused argument from *rtrequest()Martin Pieuchot
2013-08-27Sync comment with reality, the draft is now an RFC and OpenBSD followsMartin Pieuchot
2013-08-26No one uses the obsolete IPv6 ioctls SIOCGDRLST_IN6, SIOCGPRLST_IN6,Alexander Bluhm
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-08-11To control the lifetime of IPv6 addresses, prefixes and defaultAlexander Bluhm
2013-07-31Move bridge_broadcast and subsequently all IPsec SPD lookup code outMike Belopuhov
2013-07-04format string fixes: size_t and uint16_tStefan Fritsch
2013-07-01Do not access queue fields directly, use FOREACH() macro instead.Alexander Bluhm
2013-07-01Use the LIST_FOREACH() macro when looping over advertising routers.Alexander Bluhm
2013-06-26put the cksum diff back, of course with the bug fixed where we couldHenning Brauer