![]() ![]() | ![]() |
web commit by ozakir: Add TODO
1: Ryota Ozaki (ozaki-r) 2: 3: ## Work area 4: * Kernel 5: * DTrace 6: * Networking 7: * Layer 2 and Layer 3 8: * Network device drivers 9: * Ports 10: * amd64 11: * evbarm 12: 13: ## TODO 14: * MP-safe networking 15: * Add ATF tests for networking 16: * DTrace 17: * Support more providers 18: * Kill kvm(3) users 19: * only netstat? 20: * Enlarge ifnet#if_flags 21: * Restructure ifnet 22: * http://www.mistimed.com/home/BSDNetworking.pdf 23: * Refactore ether_output 24: * http://comments.gmane.org/gmane.os.netbsd.devel.network/13403 25: * Pull out routing lookups from ether_output 26: * Aggregate interface packet counting 27: * Counting the number of packets and amount of data at different places is a horrible idea 28: * Do bpf_mtap at a common place 29: * Regain it from device drivers 30: * Make if_link_state_change softint 31: * It can be called from H/W interrupt context while it does many things including sleep-able operations 32: * PR kern/49793 33: * Make netipsec a rump component