summaryrefslogtreecommitdiff
path: root/doc/TODO.smpnet
AgeCommit message (Expand)Author
2022-08-14Add bge(4) to the list of drivers that take advantage of NET_MPSAFEnia
2022-05-03fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.andvar
2021-12-31doc: Update TODO.smpnet to reflect invention of ETHER_F_ALLMULTI.riastradh
2021-08-09fix various typos in comments and messages.andvar
2021-08-04doc: more MPSAFE interfacesnia
2021-08-03 Remove ixgbe because both ixg and ixv exist in the list.msaitoh
2021-08-02update the list of ethernet drivers that have been MPSAFEified.mrg
2021-01-20if_tap was made mpsafe in revision 1.102nia
2020-08-01Remove references to BRIDGE_IPF, it is now compiled in by default.maxv
2020-07-31BRIDGE_IPF is MP-safe, discussed with ozaki-r@maxv
2020-05-23strip(4) was removednia
2020-05-06netsmb is no moresnj
2020-05-05write down some observations about the locking wild west around if_mcast_op()jdolecek
2020-01-20FDDI support has been removed.thorpej
2020-01-19Token Ring has been removed.thorpej
2020-01-19HIPPI has been removed.thorpej
2020-01-06 Protecting ec_multi* of ethercom with ec_lock have been finished now.msaitoh
2020-01-06 Add aq(4) and ixl(4) to the MPSAFE component list.msaitoh
2019-03-27Add another known issue (if_flags)ozaki-r
2019-03-26Add another known issueozaki-r
2019-01-21Note that kernels with NET_MPSAFE won't work with non-NET_MPSAFE modules.pgoyette
2018-12-12Drop LMC-related entry from TODO.smpnet, and note removal of LMC.maxv
2018-09-23remove references to isdnmaxv
2018-09-06Note removal of midway and NATM, and prune the entries from TODO.smpnet.maxv
2018-08-14Retire EtherIP, we have L2TP instead.maxv
2018-08-07Add ipsecif(4)ozaki-r
2018-08-07Categorize non MP-safe components into protected and unprotected onesozaki-r
2018-06-25 Move txintr_setup() stuff from lmc_interrupt() and do it in ifnet_start().msaitoh
2018-02-27Remove the Econet code. It was part of acorn26, which was removed amaxv
2017-12-05Mention the limitation of enabling both NET_MPSAFE and ALTQozaki-r
2017-11-20Mention IPv6 address selection policy isn't MP-safe yetozaki-r
2017-10-25Mention ec_multi*ozaki-r
2017-10-12Mention NOMPSAFEozaki-r
2017-10-12add opencrypto(9)'s scalability commentknakahara
2017-08-10Write known issues on scalabilityozaki-r
2017-08-10Updateozaki-r
2017-03-30Write about bpf's statistic countersozaki-r
2017-03-30Write about lingering obsolete variables due to kvm(3)ozaki-r
2017-03-11 Add ixv(4) to MP-safe component's list.msaitoh
2017-03-11Add ixg(4)ozaki-r
2017-03-09Tidy up againozaki-r
2017-03-08Tidy up the listsozaki-r
2017-03-08Remove multicast stuffs from the list of Non MP-safe componentsozaki-r
2017-02-22Add l2tp(4)ozaki-r
2017-02-13Add BRIDGE_IPFozaki-r
2017-02-10Add many entriesozaki-r
2017-01-24Defer bpf_mtap in Rx interrupt context to softintozaki-r