CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/05/30 01:50:37
Modified files:
sys/dev/usb : if_umb.c
sys/net : if.c if_ethersubr.c if_mpe.c if_ppp.c if_pppx.c
if_spppsubr.c if_tun.c pipex.c
sys/netinet : in.h ip_divert.c ip_gre.c ip_input.c ip_ipip.c
ip_var.h
sys/netinet6 : in6.h ip6_divert.c ip6_input.c
sys/netmpls : mpls_input.c
Log message:
Introduce ipv{4,6}_input(), two wrappers around IP queues.
This will help transitionning to an un-KERNEL_LOCK()ed IP
forwarding path.
Disucssed with bluhm@, ok claudio@