NetBSD

src/sys/netinet6/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [NetBSD] / src / sys / netinet6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/ [show]        
[TXT] Makefile 1.8 4 months drochner more IPSEC header cleanup: don't install unneeded headers to userland, and remov...
[TXT] dest6.c 1.17 4 years thorpej Make ip6 and icmp6 stats per-cpu.
[TXT] files.netinet6 1.8 4 years joerg branches: 1.8.2; Refactor in_cksum/in4_cksum/in6_cksum implementations: - All t...
[TXT] frag6.c 1.52 4 months christos - fix offsetof usage, and redundant defines - kill pointer casts to 0
[TXT] icmp6.c 1.160 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] icmp6_private.h 1.3 4 years martin branches: 1.3.4; Remove clause 3 and 4 from TNF licenses
[TXT] in6.c 1.160 2 months elad Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] in6.h 1.69 11 months spz RA flood mitigation via a limit on accepted routes: - introduce a limit for the ...
[TXT] in6_cksum.c 1.28 12 months yamt fix assertions
[TXT] in6_gif.c 1.58 3 years dsl Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK...
[TXT] in6_gif.h 1.13 4 years ad Merge the socket locking patch: - Socket layer becomes MP safe. - Unix protocol...
[TXT] in6_ifattach.c 1.87 4 months christos - fix offsetof usage, and redundant defines - kill pointer casts to 0
[TXT] in6_ifattach.h 1.13 2 years christos backout the changes that establish a workqueue to synchronize the addresses for ...
[TXT] in6_offload.c 1.6 12 months yamt ip6_undefer_csum: - don't forget ntohs - KNF
[TXT] in6_offload.h 1.7 12 months yamt undefer csum in looutput. looutput is used by various code (ether_output, mcast)...
[TXT] in6_pcb.c 1.119 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] in6_pcb.h 1.36 7 months christos Add inet6 part of the rfc6056 code contributed by Vlad Balan as part of Google S...
[TXT] in6_proto.c 1.96 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] in6_src.c 1.52 7 months christos Add inet6 part of the rfc6056 code contributed by Vlad Balan as part of Google S...
[TXT] in6_var.h 1.64 3 years christos mention that you'll need to update compat if you change the size of in6_ifreq.
[TXT] ip6_etherip.c 1.15 9 months joerg Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] ip6_etherip.h 1.2 20 months jakllsch Make the EtherIP in IPv6 input path work. XXX: Figure out if we really need a se...
[TXT] ip6_flow.c 1.19 3 months liamjfoy Remove ip6f_start from ip6f struct
[TXT] ip6_forward.c 1.70 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] ip6_id.c 1.17 5 months tls First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] ip6_input.c 1.137 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] ip6_mroute.c 1.103 4 months christos - fix offsetof usage, and redundant defines - kill pointer casts to 0
[TXT] ip6_mroute.h 1.17 3 years cegger bcopy -> memcpy
[TXT] ip6_output.c 1.147 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] ip6_private.h 1.3 4 years martin branches: 1.3.4; Remove clause 3 and 4 from TNF licenses
[TXT] ip6_var.h 1.58 3 months liamjfoy Remove ip6f_start from ip6f struct
[TXT] ip6protosw.h 1.21 3 years plunky Convert socket options code to use a sockopt structure instead of laying everyth...
[TXT] ipsec.h 1.54 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] mld6.c 1.55 5 months tls First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] mld6_var.h 1.10 5 months tls First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] nd6.c 1.142 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] nd6.h 1.56 5 months tls First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] nd6_nbr.c 1.96 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] nd6_rtr.c 1.82 5 months tls First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] pim6.h 1.5 6 years elad Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] pim6_var.h 1.14 4 years thorpej Make pim6 stats per-cpu.
[TXT] raw_ip6.c 1.110 7 weeks drochner remove KAME IPSEC, replaced by FAST_IPSEC
[TXT] raw_ip6.h 1.4 4 years thorpej Make raw6 stats per-cpu.
[TXT] route6.c 1.23 4 years thorpej Make ip6 and icmp6 stats per-cpu.
[TXT] scope6.c 1.8 2 years dyoung Make ifconfig(8) set and display preference numbers for IPv6 addresses. Make th...
[TXT] scope6_var.h 1.2 4 years dyoung Replace rote sockaddr_in6 initializations (memset(), set sa6_family, sa6_len, an...
[TXT] udp6.h 1.7 6 years elad Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ...
[TXT] udp6_output.c 1.43 7 months christos Add inet6 part of the rfc6056 code contributed by Vlad Balan as part of Google S...
[TXT] udp6_private.h 1.3 4 years martin branches: 1.3.4; Remove clause 3 and 4 from TNF licenses
[TXT] udp6_usrreq.c 1.90 7 months christos Add inet6 part of the rfc6056 code contributed by Vlad Balan as part of Google S...
[TXT] udp6_var.h 1.24 7 months christos Add inet6 part of the rfc6056 code contributed by Vlad Balan as part of Google S...

General options
,

cvsweb.de.netbsd.org <zafer@aydogan.de>