summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2007-11-01De-__P().dyoung
2007-11-01De-__P(). frag6.c has always defined IN6_IFSTAT_STRICT, so removedyoung
2007-10-29The IPv6 stack labels incoming packets with an m_tag whose payloaddyoung
2007-10-24Replace rote sockaddr_in6 initializations (memset(), set sa6_family,dyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-17If callout_t is to be used, then <sys/callout.h> should be included.jld
2007-10-16Inline callout_t in struct in6_multi. This fixes a number of possiblejoerg
2007-10-07NetBSD doesn't have to care about missing bcmp on OpenBSD/SPARC,joerg
2007-09-22{ah,esp,ipcomp}_output must return 0 on success. On failure, it returns thedegroote
2007-09-21In the IPSEC_NAT_T case, we must set the udp length even if the ESP entrydegroote
2007-09-191) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), thatdyoung
2007-09-16Cosmetic: shorten staircase.dyoung
2007-09-11Remove SIOCSIFALIFETIME_IN6, which could not possibly have ever worked.gdt
2007-09-11In some FAST_IPSEC, spl level is not restored correctly. Fix that.degroote
2007-09-02We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(...,dyoung
2007-08-31Use sockaddr_in6_init().dyoung
2007-08-30Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pooldyoung
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-08-20Don't call rtcache_check() from the fast-forward code, which runsdyoung
2007-08-10Constify. bcopy -> memcpy.dyoung
2007-08-10Constify.dyoung
2007-08-07Avoid writing past the end of the buffer [lldst, lldst + dstsize)dyoung
2007-08-07Remove dead code.dyoung
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung
2007-07-10fix printf format.christos
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-07-09ipsec4_splithdr: If m_len is too short, printf and drop it instead ofgdt
2007-06-28Add functions to do mapped address conversions from FreeBSD.christos
2007-06-13Persuasive programming: check M_UNWRITABLE(m, len) instead ofdyoung
2007-06-09Convert from rn_walktree() to rt_walktree(). While I am here,dyoung
2007-06-02don't increment `ip6stat.ip6s_noroute' here, it has already been done inalc
2007-05-27Tyop.cube
2007-05-23fix typos in previouschristos
2007-05-23Ansify + add a few comments, from Karl Sjödahlchristos
2007-05-17remove net.inet6.ip6.rht0 sysctl.yamt
2007-05-17Fix the memory leak reported in kern/36337. Thanks Matthias Schelerdyoung
2007-05-06In AppleTalk, IPv4, and IPv6 routing domains, help sockaddr_cmp()dyoung
2007-05-06Use rtcache_lookup2(), and fix cache hit/miss accounting.dyoung
2007-05-05from kame:yamt
2007-05-02Remove obsolete files netinet/in_route.[ch].dyoung
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-04-25Back out last. To compile, it depends on changes that I am notdyoung
2007-04-25Remove unused member 'm6_route' from struct mif6.dyoung
2007-04-25Constify.dyoung
2007-04-22fix typo.christos
2007-04-22Disable processing of routing header type 0 packets since they can be usedchristos
2007-04-05use size_t for indexesliamjfoy
2007-03-25Make an exact match when we are looking for a cached sp for an unconnecteddegroote
2007-03-24Minor change - be a little more consistant in sysctl handlers namesliamjfoy
2007-03-24Don't call ip*flow_reap if we're just looking up maxflowsliamjfoy