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_7_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.17   7 years  bluhm   Pass down the address family through the pr_input calls. This allows to simplif...
[TXT] frag6.c  1.86   4 years  bluhm   Do not use the flow of the first fragment to store ECN information. Handle the E...
[TXT] icmp6.c  1.236   2 years  bluhm   The mbuf header cleanup in revision 1.173 of ip_icmp.c was too strict. ICMP err...
[TXT] in6.c  1.243   3 years  jsg   spelling ok gnezdo@ semarie@ mpi@
[TXT] in6.h  1.109   3 years  dlg   factor out the code that does sanity checks on ipv6 headers and addresses. this...
[TXT] in6_cksum.c  1.18   5 years  bluhm   In in_cksum() and in6_cksum() convert types to C99 style and make both functions...
[TXT] in6_ifattach.c  1.118   3 years  florian   Clear AUTOCONF6TEMP flag when we detach inet6.
[TXT] in6_ifattach.h  1.10   4 years  florian   Remove support for semantically opace interface identifiers (RFC 7217) f...
[TXT] in6_pcb.c  1.112   3 years  patrick   Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport(). Techn...
[TXT] in6_proto.c  1.105   3 years  bluhm   As network features are not added dynamically, the domain structures are constan...
[TXT] in6_src.c  1.85   3 years  jsg   spelling ok gnezdo@ semarie@ mpi@
[TXT] in6_var.h  1.73   3 years  florian   Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY. This is the name the other BSDs use...
[TXT] ip6_divert.c  1.63   3 years  gnezdo   Remove the cases folded into sysctl_bounded_args but left behind divert_sysctl ...
[TXT] ip6_divert.h  1.10   3 years  gnezdo   Convert divert*_sysctl to sysctl_bounded_args OK sashan
[TXT] ip6_forward.c  1.100   3 years  bluhm   Create a path MTU host route for IPsec over IPv6. Basically the code is copied ...
[TXT] ip6_id.c  1.16   3 years  jsg   spelling ok gnezdo@ semarie@ mpi@
[TXT] ip6_input.c  1.237   3 years  dlg   ip6_input_if used the ip6_hdr pointer uninitted after i refactored it. i did te...
[TXT] ip6_mroute.c  1.126   3 years  jsg   branches: 1.126.2; 1.126.4; spelling ok gnezdo@ semarie@ mpi@
[TXT] ip6_mroute.h  1.20   7 years  rzalamena   Make the IPv6 multicast routing code use the OpenBSD routing table instead of im...
[TXT] ip6_output.c  1.260   2 years  mvs   Revert "Use per-CPU counters for tunnel descriptor block" diff. Panic reported ...
[TXT] ip6_var.h  1.88   3 years  bluhm   Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to simplify the hand...
[TXT] ip6protosw.h  1.14   3 years  jsg   spelling ok gnezdo@ semarie@ mpi@
[TXT] mld6.c  1.56   5 years  claudio   MH_ALIGN -> m_align OK bluhm@
[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.235   3 years  florian   We no longer "accept" RAs in the kernel, delete misleading comment.
[TXT] nd6.h  1.76   4 years  florian   Move ND6_PRIV_* constants from nd6.h to slaacd the only place where they are use...
[TXT] nd6_nbr.c  1.129   4 years  nayden   add __func__ to panic() and printf() calls in sys/netinet6/* ok benno@ mortimer@...
[TXT] nd6_rtr.c  1.167   4 years  mpi   Prevent recursions by not deleting entries inside rtable_walk(9). rtable_walk(9...
[TXT] raw_ip6.c  1.138   3 years  kn   Add missing rtable(4) check in rip6_input() Copied over from sys/netinet/raw_ip...
[TXT] raw_ip6.h  1.4   7 years  jca   percpu counters for raw ipv6 and icmp6 stats ok mpi@
[TXT] route6.c  1.21   7 years  bluhm   Pass down the address family through the pr_input calls. This allows to simplif...
[TXT] udp6_output.c  1.57   3 years  jsg   spelling ok gnezdo@ semarie@ mpi@