summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2003-12-26Niels Provos kindly agreed to drop clauses 3 and 4 from thewiz
2003-12-17Fix ICMPV6CTL_ND6_[DP]RLIST, they broke with new sysctl.lha
2003-12-10fix cases where pktinfo specifies outgoing interface of "0".itojun
2003-12-10use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULLitojun
2003-12-10validate set/getsockopt arg more strictly. with previous code privilegeditojun
2003-12-10comment from niels provos;itojun
2003-12-04Dynamic sysctl.atatat
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-25"seed2" was ruining non-repeating property, so remove it. discussed on tech-netitojun
2003-11-17Revert the (default) ip_id algorithm to the pre-randomid algorithm,jonathan
2003-11-12implement net.inet6.ifqitojun
2003-11-06correct behavior when ipv6mr_interface is 0. Matthias Drochneritojun
2003-11-05use hash table for in6_pcbbind(). similar to in_pcb 1.89 -> 1.90itojun
2003-11-03Revert the change in default value of ipv6_v6only. Further discussionbriggs
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-29Do a jump optimization that eliminates some uninitialized variable warnings.mycroft
2003-10-28Toggle the default value of ip6_v6only. Also provide a sample sysctl tobriggs
2003-10-25fix uninitialized variableschristos
2003-10-15backout previous (ENETREST special handlng)itojun
2003-10-15ignore ENETRESET on ADDMULTIitojun
2003-10-15ignore ENETRESET on ADDMULTI.itojun
2003-10-15define struct prf_ra outside of in6_prflags, to be c++ friendly. sync w/kameitojun
2003-10-14fix endian bug in fragment header scanning.itojun
2003-10-03no need to clear mbuf flags here; sync w/kameitojun
2003-10-03when dropping M_PKTHDR, need to free m_tag associated with it.itojun
2003-10-03use in6_{embed,recover}scope for scoped address manipulationitojun
2003-10-03shouldn't check scope match when encapsulating packet into tunnel mode.itojun
2003-10-02do not deref state.ro if it is NULLitojun
2003-10-02correctly look at outer IPv6 header when forwarding packet into ipsec tunnel.itojun
2003-10-02permit tunnel mode over link-local address. (outer header is link-local)itojun
2003-10-02handle link-local address in ipsec6_tunnel_validate(). from iij seli teamitojun
2003-09-30Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSDchristos
2003-09-28Remove some code that breaks AH tunnels completely. The comment describingmycroft
2003-09-26Process has only one c. From miod@openbsd.wiz
2003-09-22mark security policy that should persist in the system "persistent".itojun
2003-09-20separate netkey/key* and netipsec/key*itojun
2003-09-16exp is a reserved name under posixitojun
2003-09-15avoid overflow during multiply. David Laightitojun
2003-09-13correct ru_a/ru_b setup for 20bit caseitojun
2003-09-12change confusing filenameitojun
2003-09-12remove extra blank lineitojun
2003-09-12make synchronization w/ PF tag support code easieritojun
2003-09-12make it possible to SADB_DUMP via sysctl. request by mrgitojun
2003-09-10record socket * associated with secpolicyitojun
2003-09-09lintitojun
2003-09-07- prepare for RFC2401bis 64bit sequence number (no behavior change yet)itojun
2003-09-07prototype should have no variable nameitojun
2003-09-06correct seed generation. sync w/ kameitojun
2003-09-06fix comment, from kameitojun
2003-09-06committed by mistake, sorryitojun