summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6.c
AgeCommit message (Expand)Author
2003-12-10use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULLitojun
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-15backout previous (ENETREST special handlng)itojun
2003-10-15ignore ENETRESET on ADDMULTI.itojun
2003-09-05u_short -> u_int16_t. sync w/ kame.itojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-24typoitojun
2003-06-24use time.tv_sec directlyitojun
2003-05-14constant usually has two n.wiz
2003-02-27Add in6_localaddr(). From KAME via FreeBSD.thorpej
2003-02-24automatic aggregates are evil. make it static const.matt
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2002-10-17do not differentiate manually configured address from autoconfigured onesitojun
2002-09-23better fix to PR 18163 ("deprecated" flag manipulation). sync w/kameitojun
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-11KNF - return is not a function. sync w/kame.itojun
2002-06-11silence some of log(), as the codepath will be visited for IPv6-non-capableitojun
2002-06-09whitespace cleanupitojun
2002-06-08sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun
2002-06-08in6_len2mask is a duplicate of in6_prefixlen2mask. unify. sync w/kameitojun
2002-06-08on SIOCAIFADDR_IN6 check if sin6_len is sane. sync w/kameitojun
2002-06-07typoitojun
2002-06-07'fall through' is not a valid LINT keyword.itojun
2002-06-07remove support for deprecated ioctls (EINVAL). sync w/kameitojun
2002-05-29attach nd_ifinfo structure into if_afdata.itojun
2002-05-29move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kameitojun
2002-05-25we have no IFT_DUMMY. kame merge mistakeitojun
2002-05-23remove wrong "break" statementitojun
2002-05-23simplify conditions to do DAD. sync w/kameitojun
2002-05-23should perform DAD for IFT_GIF.itojun
2002-03-23fix arg to bcmp() - need to compare 15 bytes, not 3 bytes. sync w/kameitojun
2001-12-21whitespace/costmetic sync w/kameitojun
2001-12-20centralize multicast group management (in6_join/leavegroup).itojun
2001-12-18reduce white space/cosmetic diffs w/kame.itojun
2001-11-13add RCSIDslukem
2001-10-18reduce diffs with kame (mostly cosmetic).itojun
2001-07-25ifidex2ifnet could contain NULL after if_detach(). sync with kameitojun
2001-07-18do not malloc() during interrupt context for IPv6 multicast kludge table.itojun
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-02-16wording in comment.itojun
2001-02-11pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discoveryitojun
2001-02-11add missing IFAFREE() in error recovery case.itojun
2001-02-10to sync with kame better, (1) remove register declaration for variables,itojun
2001-02-07during ip6/icmp6 inbound packet processing, do not call log() nor printf() initojun
2001-01-18workaround to avoid EMSGSIZE when ND6 table for the outgoing interfaceitojun
2000-12-04make sure we don't touch uninitialized pointer. from: fvdlitojun
2000-11-05First Prototype implementation of network interface part for IEEE1394 (if_fw).onoe
2000-10-28do not panic on "ifconfig inet6 fe80::1 -alias". from Todd Fries.itojun
2000-10-06remove obsolete handling code for SIOCSIFPHY*. they are now in ifioctl().itojun