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_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.19   23 months  bluhm   Pass a pointer to mbuf pointer further down into ip6_process_hopopts() and ip6_u...
[TXT] frag6.c  1.87   2 years  guenther   Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> net/if_pp...
[TXT] icmp6.c  1.249   8 months  mpi   Allow counters_read(9) to take an optional scratch buffer. Using a scratch buff...
[TXT] in6.c  1.262   11 months  kn   use refcnt API for multicast addresses, add tracepoint:refcnt:ifmaddr probe Rep...
[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.122   11 months  bluhm   Fix route entry leak. In in6_ifdetach() two struct rtentry were leaked. This w...
[TXT] in6_ifattach.h  1.10   4 years  florian   Remove support for semantically opace interface identifiers (RFC 7217) f...
[TXT] in6_pcb.c  1.124   11 months  bluhm   Calculate inet PCB SIP hash without table mutex. Goal is to run UDP input in pa...
[TXT] in6_proto.c  1.112   18 months  kn   Add *if_nd to struct ifnet, call nd6_if{at,de}tach() directly *if_afdata[] and ...
[TXT] in6_src.c  1.86   2 years  guenther   Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> net/if_pp...
[TXT] in6_var.h  1.78   18 months  kn   Recommit previous "Remove useless struct in6_ifextra" This was the right diff a...
[TXT] ip6_divert.c  1.90   8 months  mpi   Allow counters_read(9) to take an optional scratch buffer. Using a scratch buff...
[TXT] ip6_divert.h  1.22   19 months  mvs   Change pru_abort() return type to the type of void and make pru_abort() optional...
[TXT] ip6_forward.c  1.112   11 months  bluhm   Fix path MTU discovery for TCP LRO/TSO when forwarding. When doing LRO (Large R...
[TXT] ip6_id.c  1.16   3 years  jsg   spelling ok gnezdo@ semarie@ mpi@
[TXT] ip6_input.c  1.256   8 months  mpi   Allow counters_read(9) to take an optional scratch buffer. Using a scratch buff...
[TXT] ip6_mroute.c  1.137   11 months  mvs   Add missing kernel lock around (*if_ioctl)(). ok bluhm
[TXT] ip6_mroute.h  1.23   2 years  claudio   Use static objects for struct rttimer_queue instead of dynamically allocate them...
[TXT] ip6_output.c  1.279   11 months  bluhm   Fix path MTU discovery for TCP LRO/TSO when forwarding. When doing LRO (Large R...
[TXT] ip6_var.h  1.106   18 months  kn   Zap dead ip6_auto_linklocal Removed in 2015 15f0a5b39a2bb226b44457ed81a5d989cfe...
[TXT] ip6protosw.h  1.16   2 years  guenther   Move declarations of ip6_protox[] and inet6sw[] to <sys/protosw.h> where the IPv...
[TXT] mld6.c  1.61   21 months  kn   Rename global ifnet TAILQ Naming the list like the struct itself makes for awfu...
[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.280   12 months  bluhm   Finally remove the kernel lock from IPv6 neighbor discovery. ND6 entries in rt_...
[TXT] nd6.h  1.99   13 months  bluhm   Introduce a neighbor discovery mutex like ARP uses it. For now it only protects...
[TXT] nd6_nbr.c  1.151   10 months  krw   Check for NULL before de-referencing a pointer, not after. More complete soluti...
[TXT] nd6_rtr.c  1.170   14 months  bluhm   Fix white space.
[TXT] raw_ip6.c  1.173   8 months  mpi   Allow counters_read(9) to take an optional scratch buffer. Using a scratch buff...
[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.59   2 years  guenther   Delete unnecessary #includes of <netinet6/ip6protosw.h>: some never needed it an...