summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel is missing propper input validation when configuring IPv6bluhm2019-11-111-7/+6
* In in_cksum() and in6_cksum() convert types to C99 style and makebluhm2019-04-221-2/+2
* Convert inetctlerrmap to u_char like inet6ctlerrmap. That is alsobluhm2018-09-111-3/+3
* The global zero addresses must not change, mark them constant.bluhm2018-06-071-2/+2
* Implement RFC 7217: "A Method for Generating Semantically Opaqueflorian2018-02-101-2/+4
* Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare runningmpi2017-11-201-2/+2
* Use in6_get_rand_ifid() instead of get_last_resort_ifid() and delete theflorian2017-09-011-2/+1
* Validate sockaddr from userland in central functions. This resultsbluhm2017-08-111-1/+2
* Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel noflorian2017-07-131-7/+5
* Keep ipv6_input() definition inside _KERNEL.mpi2017-05-301-3/+3
* Introduce ipv{4,6}_input(), two wrappers around IP queues.mpi2017-05-301-2/+3
* Introduce sstosa() for converting sockaddr_storage with a type safebluhm2017-05-041-4/+4
* Fix comments about a few ipv6 sockoptionsrenato2017-02-221-4/+4
* Remove PIM support from the multicast stack.rzalamena2016-12-221-2/+2
* Convert some of the remaining usages of time_second to time_uptime.mpi2016-10-031-3/+3
* Implement IPV6_MINHOPCOUNT support.jca2016-06-271-1/+2
* Kill sysctl net.inet6.ip6.rr_prunejca2016-06-011-4/+3
* Remove sysctl net.inet6.ip6.v6onlyjca2016-05-191-4/+3
* rm unused kernel only IPV6_RECVRTHDRDSTOPTS sockopt. ok deraadt sthentedu2015-12-031-4/+1
* RFC 2292 API support was removed 9 years ago, but left in a binary compattedu2015-10-291-12/+1
* in6_embedscope() needs to lose some weight. Remove the last argument.claudio2015-09-111-2/+2
* It is time to put inet6 on a diet. Use the flensing knife and cut outclaudio2015-09-101-3/+2
* More damned eye searing whitespace. No change to .o files.krw2015-06-081-2/+2
* ip6_sprintf is long gone; noticed by blambertmikeb2015-04-141-3/+1
* replace the use of ifqueues for most input queues serviced by netisrdlg2015-04-101-2/+2
* Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and theclaudio2015-02-091-2/+9
* provide a net.inet6.ip6.ifq sysctl so people can see and fiddledlg2015-02-091-2/+4
* Correct some comments and merge in6_if_up() into in6_ifattach() tompi2015-01-101-2/+1
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+3
* What have no need for a variable that holds the maximum MTU size ofmpi2014-11-201-2/+1
* Make the in6addr constant declarations and definitions consistentbluhm2014-08-311-2/+2
* Do not hand-roll all routers link local address.florian2014-08-261-1/+2
* introduce the IFXF_AUTOCONF6 interface flag which controls wether wehenning2014-07-111-3/+3
* Remove deprecated RFC2292 ancillary data convenience functions.chrisz2014-06-131-19/+2
* move in6_cksum_phdr from in6.h to ip6_output.c to mirror in_cksum_phdrnaddy2014-04-201-50/+1
* Split the checksum calculation for IPv6 like for IPv4:naddy2014-01-221-1/+49
* kill kame version symbols and sysctlderaadt2013-10-281-4/+2
* Remove the number of in6_var.h inclusions by moving some functions andmpi2013-10-241-3/+19
* Significant namespace cleanup of netinet6 symbols.deraadt2013-10-241-202/+99
* There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6,deraadt2013-10-211-2/+5
* put the cksum diff back, of course with the bug fixed where we couldhenning2013-06-261-1/+2
* Convert the satosin, sintosa, ifatoia, satosin6, sin6tosa, ifatoia6bluhm2013-03-281-4/+29
* My lack of faith... These lines should stay, reported by ajacoutot@.mpi2013-03-141-1/+3
* tedu faith(4), suggested by todd@ some weeks ago after a submission bympi2013-03-141-4/+1
* backout csum diff for the moment, requested by theohenning2012-11-061-2/+1
* redo most of the protocol (tcp/udp/...) checksum handlinghenning2012-11-011-1/+2
* add IPV6_RECVDSTPORT socket option, which enables us to get originalyasuoka2012-09-171-1/+3
* Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>.guenther2012-09-151-1/+7
* Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in theguenther2012-07-101-1/+3
* Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declareguenther2012-06-261-35/+9