Pull up following revision(s) (requested by hgutch in ticket #1965):
sys/dev/usb/if_urtwn.c: revision 1.112
sys/dev/usb/usbdevs.h (regen)
sys/dev/usb/usbdevs_data.h (regen)
Add Asus USB-N10 Nano B1.
While there, remove duplicate Asus RTL8192CU_3 from match list.
Pull up following revision(s) (requested by hgutch in ticket #1142):
sys/dev/usb/if_urtwn.c: revision 1.112
sys/dev/usb/usbdevs.h (regen)
sys/dev/usb/usbdevs_data.h (regen)
Add Asus USB-N10 Nano B1.
While there, remove duplicate Asus RTL8192CU_3 from match list.
lagg: fix locking against myself in lagg_linkstate_changed
Since if.c v1.535 linkstate processing is done with IFNET_LOCK held, so
lagg doesn't need to take it by itself anymore.
Reported by mlelstv@
Acked by yamaguchi@
Pull up following revision(s) (requested by kim in ticket #1141):
sys/netinet/ip_mroute.h: revision 1.36
Don't hide struct igmpmsg under _KERNEL
The struct is documented as a communication structure with userland.
Fixes PR kern/59561.
Pull up following revision(s) (requested by ozaki-r in ticket #1140):
sys/netinet/ip_output.c: revision 1.330
sys/netinet/sctp_output.c: revision 1.39
sys/netinet/ip_mroute.c: revision 1.166
sys/netipsec/ipsecif.c: revision 1.24
sys/netipsec/xform_ipip.c: revision 1.80
sys/netinet/ip_output.c: revision 1.327
sys/netinet/ip_output.c: revision 1.328
sys/netinet/ip_input.c: revision 1.406
sys/netinet/ip_output.c: revision 1.329
sys/netinet/in_var.h: revision 1.105
in: get rid of unused argument from ip_newid() and ip_newid_range()
in: take a reference of ifp on IP_ROUTETOIF
The ifp could be released after ia4_release(ia).
in: narrow the scope of ifa in ip_output (NFC)
[14 lines not shown]
Add lua.pc so pkg-config can pick it up.
I considered using lua-5.4 as most distros seem to install their .pc file
as that, but equally there is some support for just lua which seems to
reflect the system provided library which is what NetBSD ships.
Pull up following revision(s) (requested by kim in ticket #1138):
sys/opencrypto/cryptosoft.c: revision 1.65
Correct a typo in rev 1.59, which results in a crash if the number of
sessions exceeds CRYPTO_SW_SESSIONS = 32.