CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/26 08:58:55
Modified files:
sys/net : if.c
Log message:
Extract more randomness from mbuf flow
Input bits of the mbuf list head to enqueue_randomness(). While the set
of mbufs in circulation is relatively stable, the order in which they
reach if_input_process() is unpredictable. Shuffling can happen in many
subsystems, such as the network stack, device drivers, and memory
management.
OK deraadt@ mpi@
