OpenBSD CVS

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: [local] / src / sys / netinet6

Current tag: OPENBSD_5_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.13   10 years  mpi   Do not include <sys/malloc.h> where it is not needed.
[TXT] frag6.c  1.54   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] icmp6.c  1.147   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] in6.c  1.138   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] in6.h  1.73   9 years  henning   introduce the IFXF_AUTOCONF6 interface flag which controls wether we accept rtad...
[TXT] in6_cksum.c  1.16   10 years  naddy   Split the checksum calculation for IPv6 like for IPv4: Always calculate the pseu...
[TXT] in6_ifattach.c  1.72   9 years  benno   When a carp interface is created with IFXF_NOINET6 flag, no link-local address w...
[TXT] in6_ifattach.h  1.6   10 years  stsp   Some follow-up fixes for IFID collision handling in IPv6CP. Really change the l...
[TXT] in6_pcb.c  1.64   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] in6_proto.c  1.73   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] in6_src.c  1.45   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] in6_var.h  1.49   10 years  mpi   Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop(). Move these fun...
[TXT] ip6_divert.c  1.28   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] ip6_divert.h  1.5   9 years  lteo   Simplify the way divert(4) sends packets to userspace: Instead of unnecessarily ...
[TXT] ip6_forward.c  1.67   10 years  mpi   Do not include <sys/malloc.h> where it is not needed.
[TXT] ip6_id.c  1.8   14 years  jsing   More destatic and ansification. ok claudio@ naddy@
[TXT] ip6_input.c  1.128   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] ip6_mroute.c  1.70   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] ip6_mroute.h  1.14   9 years  mpi   Kill unused route storages. blambert@, henning@, lteo@
[TXT] ip6_output.c  1.158   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] ip6_var.h  1.49   9 years  henning   introduce the IFXF_AUTOCONF6 interface flag which controls wether we accept rtad...
[TXT] ip6protosw.h  1.10   10 years  deraadt   Remove comment regarding BSDI.
[TXT] mld6.c  1.38   10 years  mpi   "struct pkthdr" holds a routing table ID, not a routing domain one. Avoid the co...
[TXT] mld6.h  1.2   14 years  jsg   fix rcs id, from brad
[TXT] mld6_var.h  1.6   16 years  djm   use arc4random_uniform() for random number requests that are not a power of two....
[TXT] nd6.c  1.120   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] nd6.h  1.38   9 years  blambert   move IPv6 prefix adding from workq to taskq; as a happy benefit, we can delete 2...
[TXT] nd6_nbr.c  1.80   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] nd6_rtr.c  1.83.4.1   9 years  stsp   Merge from -current: Prevent addition of redundant IPv6 autoconf addresses. Regr...
[TXT] raw_ip6.c  1.68   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] raw_ip6.h  1.3   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] route6.c  1.18   10 years  bluhm   Our IPv6 stack was scanning all extension headers for routing header type 0 and ...
[TXT] udp6_output.c  1.31   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] in6_gif.c (in the Attic) [Hide]  1.32   9 years  mpi   Fewer <netinet/in_systm.h> !
[TXT] in6_gif.h (in the Attic) [Hide]  1.6   14 years  claudio   Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() where it...
[TXT] pim6.h (in the Attic) [Hide]  1.4   10 years  deraadt   remove dangerous #ifdef BYTE_ORDER
[TXT] pim6_var.h (in the Attic) [Hide]  1.11   10 years  deraadt   place _KERNEL block at end
[TXT] tcpipv6.h (in the Attic) [Hide]  1.8   21 years  itojun   sync with RFC2292 variable member defs, not NRL defs