summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_src.c
AgeCommit message (Expand)Author
2012-06-25rename rfc6056 -> portalgo, requested by yamtchristos
2011-09-24Add inet6 part of the rfc6056 code contributed by Vlad Balan as part ofchristos
2011-05-17Add missing $NetBSD$ header.dholland
2011-05-03Reduces the resources demanded by TCP sessions in TIME_WAIT-state usingdyoung
2009-05-25Remove declaration of unused extern struct ifnet loif[NLOOP], whichpooka
2009-05-12Implicit EPERM -> explicit EACCES.elad
2009-04-30Commit changes to netinet6/in6_src.c, forgot in previous commit:elad
2009-03-18bzero -> memsetcegger
2009-01-11merge christos-time_tchristos
2008-12-17kill MALLOC and FREE macros.cegger
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
2008-04-08Change IPv6 stats from a structure to an array of uint64_t's.thorpej
2008-02-27Convert to ansi definitions from old-style definitons.matt
2007-11-26in6_pcbsetport: add missing htons. (fixes ephemeral port allocation.)yamt
2007-10-24Replace rote sockaddr_in6 initializations (memset(), set sa6_family,dyoung
2007-05-23Ansify + add a few comments, from Karl Sjödahlchristos
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-12-15Introduce new helper functions to abstract the route caching.joerg
2006-12-09Here are various changes designed to protect against bad IPv4dyoung
2006-12-02Use the queue(3) macros instead of open-coding them. Shortendyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-01Restore historical kernel behavior: let an application bind(2) andyoung
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-05-05Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).rpaulo
2006-04-15Coverity CID 607: Remove bogus test.christos
2006-01-21Better support of IPv6 scoped addresses.rpaulo
2005-12-11merge ktrace-lwp.christos
2005-05-29- avoid shadowed variableschristos
2005-02-01sin6_scope_id maps to interface indices for link local addresses only!drochner
2004-12-04Convert lo(4) to a clonable device.peter
2003-12-10use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULLitojun
2003-09-04revamp inpcb/in6pcb so that they are more aligned with each other.itojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-09-11KNF - return is not a function. sync w/kame.itojun
2002-08-26pass proc * to in6_pcbsetport. PR 18073itojun
2002-06-08whitespace cleanupitojun
2002-05-29attach nd_ifinfo structure into if_afdata.itojun
2002-05-29rm obsolete commentitojun
2002-01-22make sure to check address family on route cache. with IPv4 mappeditojun
2001-11-13add RCSIDslukem
2001-10-16more whitespace/comment sync with kameitojun
2001-06-06fix a IPNOPRIVPORTS unused variable botch. noted by proff.mrg
2001-03-30enable FAKE_LOOPBACK_IF case by default.itojun
2001-02-08amove in6_{embed,recover}scope prototypes to in6_var.h (kernel only).itojun
2000-08-26implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable.itojun