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_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.15   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] frag6.c  1.66   8 years  tedu   rewrite if to be more clear. ok bluhm stsp
[TXT] icmp6.c  1.184   8 years  jsg   add a missing if_put() in a carp specific path ok mpi@
[TXT] in6.c  1.183   8 years  mpi   Introduce in{,6}_hasmulti(), two functions to check in the hot path if an interf...
[TXT] in6.h  1.87   8 years  tedu   rm unused kernel only IPV6_RECVRTHDRDSTOPTS sockopt. ok deraadt sthen
[TXT] in6_cksum.c  1.17   8 years  krw   More damned eye searing whitespace. No change to .o files.
[TXT] in6_ifattach.c  1.99   8 years  bluhm   When destroying an interface, we have to wait until all references are not used ...
[TXT] in6_ifattach.h  1.7   9 years  mpi   Ensure that link-local addresses are correctly configured on loopback interfaces...
[TXT] in6_pcb.c  1.84   8 years  vgross   branches: 1.84.2; Fix SO_REUSE* flags effects when binding multicast addresses....
[TXT] in6_proto.c  1.84   8 years  mpi   Get rid of rt_mask() and stop allocating a "struct sockaddr" for every route ent...
[TXT] in6_src.c  1.72   8 years  vgross   Remove useless "if() else", multicast and unicast v6 route lookups are actually ...
[TXT] in6_var.h  1.59   8 years  mpi   Introduce in{,6}_hasmulti(), two functions to check in the hot path if an interf...
[TXT] ip6_divert.c  1.38   8 years  claudio   Kill yet another argument to functions in IPv6. This time ip6_output's ifpp - XX...
[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.86   8 years  mpi   Stop using rt_ifp. ok bluhm@
[TXT] ip6_id.c  1.11   8 years  tedu   prefix function names like randomid and pmod to keep them out of global namespac...
[TXT] ip6_input.c  1.154   8 years  mpi   Introduce in{,6}_hasmulti(), two functions to check in the hot path if an interf...
[TXT] ip6_mroute.c  1.102   8 years  mpi   Introduce in{,6}_hasmulti(), two functions to check in the hot path if an interf...
[TXT] ip6_mroute.h  1.16   8 years  krw   More damned eye searing whitespace. No change to .o files.
[TXT] ip6_output.c  1.204   8 years  mpi   Introduce in{,6}_hasmulti(), two functions to check in the hot path if an interf...
[TXT] ip6_var.h  1.57   8 years  sashan   ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. this av...
[TXT] ip6protosw.h  1.10   10 years  deraadt   Remove comment regarding BSDI.
[TXT] mld6.c  1.46   8 years  mpi   Introduce if_input_local() a function to feed local traffic back to the protocol...
[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.176   8 years  mpi   Get rid of rt_mask() and stop allocating a "struct sockaddr" for every route ent...
[TXT] nd6.h  1.56   8 years  tb   Convert arc4random() to arc4random_uniorm(). Diff by Matthew Martin. Ensure th...
[TXT] nd6_nbr.c  1.101   8 years  mpi   Keep all ether prototypes in one place.
[TXT] nd6_rtr.c  1.138   8 years  mpi   Prevent a possible NULL-derefenced introduced by the move of RA sleeping code in...
[TXT] raw_ip6.c  1.87   8 years  mpi   No need for <net/if_types.h> As a bonus this removes a "#if NCARP > 0", say yea...
[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.19   9 years  mpi   Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. ok mikeb...
[TXT] udp6_output.c  1.41   8 years  vgross   branches: 1.41.2; Move port picking away from in_pcbbind() ok sthen@
[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