NetBSD/sys/net
ozaki-r 80d40a78b4 Prepare netipsec for rump-ification
- Include "opt_*.h" only if _KERNEL_OPT is defined
- Allow encapinit to be called twice (by ifinit and ipe4_attach)
  - ifinit didn't call encapinit if IPSEC is enabled (ipe4_attach called
    it instead), however, on a rump kernel ipe4_attach may not be called
    even if IPSEC is enabled. So we need to allow ifinit to call it anyway
- Setup sysctls in ipsec_attach explicitly instead of using SYSCTL_SETUP
- Call ip6flow_invalidate_all in key_spdadd only if in6_present
  - It's possible that a rump kernel loads the ipsec library but not
    the inet6 library
2017-04-06 09:20:07 +00:00
..
agr Switch agr(4) to use a workqueue. This is necessary because during 2017-01-28 22:56:09 +00:00
npf fix MIN/MAX confusion. 2017-03-10 02:21:37 +00:00
bpf_filter.c Create separate modules for i2c_bitbang and bpf_filter so these files 2016-06-07 01:06:27 +00:00
bpf_stub.c Use bpf_ops for bpf_mtap_softint 2017-01-25 01:04:23 +00:00
bpf.c Reinit a pslist entry before inserting it to a pslist again 2017-02-20 03:08:38 +00:00
bpf.h Use bpf_ops for bpf_mtap_softint 2017-01-25 01:04:23 +00:00
bpfdesc.h Make bpf MP-safe 2017-02-09 09:30:26 +00:00
bpfjit.c Don't trigger BJ_ASSERT(false) on invalid BPF_Jxxx opcode in jmp_to_op(). 2016-07-29 20:29:38 +00:00
bpfjit.h
bridgestp.c Remove unnecessary splnet 2017-03-09 04:37:23 +00:00
bsd-comp.c Catch up with the renaming of module ppp --> if_ppp and avoid warning 2016-08-06 22:38:18 +00:00
dl_print.c pretty-print link addresses. 2016-04-06 18:04:58 +00:00
dlt.h Sync with libpcap-1.8.1 2017-01-24 22:12:42 +00:00
ethertypes.h
files.net add l2tp(4) L2TPv3 interface. 2017-02-16 08:12:43 +00:00
files.pf
if_arc.h
if_arcsubr.c Do ND in L2_output in the same manner as arpresolve 2017-02-14 03:05:06 +00:00
if_arp.h Replace ARP cache (llinfo) with lltable/llentry 2015-08-31 08:05:20 +00:00
if_atm.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_atmsubr.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
if_bridge.c Remove unnecessary splnet for bridge_enqueue 2017-03-07 01:53:53 +00:00
if_bridgevar.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_dl.h
if_eco.h
if_ecosubr.c Correctly handle the return value of arpresolve, otherwise we either leak 2017-01-31 17:13:36 +00:00
if_ether.h Protect ec_multi* with mutex 2016-12-28 07:32:16 +00:00
if_etherip.c KNF. No functional change. 2016-07-11 11:31:49 +00:00
if_etherip.h fix race of gif_softc->gif_ro when we send multiple flows over gif on NET_MPSAFE enabled kernel. 2016-12-14 11:19:15 +00:00
if_ethersubr.c Revert "Make sure to hold if_ioctl_lock when calling ifp->if_ioctl" 2017-04-06 03:54:59 +00:00
if_faith.c Make the routing table and rtcaches MP-safe 2016-12-12 03:55:57 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c Do ND in L2_output in the same manner as arpresolve 2017-02-14 03:05:06 +00:00
if_gif.c Remove unnecessary splnet 2017-02-13 04:05:19 +00:00
if_gif.h fix race of gif_softc->gif_ro when we send multiple flows over gif on NET_MPSAFE enabled kernel. 2016-12-14 11:19:15 +00:00
if_gre.c MFREE -> m_free 2016-10-02 14:16:02 +00:00
if_gre.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
if_hippi.h
if_hippisubr.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
if_ieee1394.h
if_ieee1394subr.c Do ND in L2_output in the same manner as arpresolve 2017-02-14 03:05:06 +00:00
if_l2tp.c fix module build 2017-04-04 23:49:17 +00:00
if_l2tp.h add missing files. 2017-02-16 08:23:35 +00:00
if_llatbl.c Add missing opt_net_mpsafe.h. 2017-03-03 06:27:20 +00:00
if_llatbl.h Fix deadlock between llentry timers and destruction of llentry 2016-12-21 08:47:02 +00:00
if_llc.h
if_loop.c Avoid touching a mbuf after enqueuing it 2017-03-28 08:47:19 +00:00
if_media.c ifmedia_removeall(): Clear ifm_cur and ifm_media after removing all ifmedia 2017-01-25 07:19:24 +00:00
if_media.h Introduce IFM_GENERIC. 2016-09-14 11:43:08 +00:00
if_module.h modularize some more drivers and merge the module glue 2016-08-07 17:38:33 +00:00
if_mpls.c Make the routing table and rtcaches MP-safe 2016-12-12 03:55:57 +00:00
if_mpls.h
if_ppp.c MFREE -> m_free 2016-10-02 14:16:02 +00:00
if_ppp.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
if_pppoe.c Use m_get_rcvif_psref instead of m_get_rcvif 2017-02-07 02:33:54 +00:00
if_pppoe.h Hide PPPoE variables from if_ethersubr.c 2016-04-15 01:31:29 +00:00
if_pppvar.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_sl.c MFREE -> m_free 2016-10-02 14:16:02 +00:00
if_slvar.h
if_sppp.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
if_spppsubr.c Avoid touching a mbuf after enqueuing it 2017-03-28 08:47:19 +00:00
if_spppvar.h MP-safe pppoe(4). 2016-12-13 00:35:11 +00:00
if_srt.c Do ND in L2_output in the same manner as arpresolve 2017-02-14 03:05:06 +00:00
if_srt.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
if_stf.c Make the routing table and rtcaches MP-safe 2016-12-12 03:55:57 +00:00
if_stf.h eliminate stf(4)'s dependency on gif(4). 2016-08-18 11:38:58 +00:00
if_strip.c MFREE -> m_free 2016-10-02 14:16:02 +00:00
if_stripvar.h
if_tap.c Whitespace 2017-02-12 09:47:31 +00:00
if_tap.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
if_token.h Fix token_rif extractions from llentry 2015-12-16 05:44:59 +00:00
if_tokensubr.c Correctly handle the return value of arpresolve, otherwise we either leak 2017-01-31 17:13:36 +00:00
if_tun.c Most error paths that goto out; don't hold tun_lock. 2017-01-29 18:30:33 +00:00
if_tun.h Make MP-safe and use kmem(9) 2017-01-26 21:13:19 +00:00
if_types.h add l2tp(4) L2TPv3 interface. 2017-02-16 08:12:43 +00:00
if_vlan.c Fix memory leak in vlan_start 2017-03-15 09:51:08 +00:00
if_vlanvar.h
if.c Prepare netipsec for rump-ification 2017-04-06 09:20:07 +00:00
if.h Revert "Make sure to hold if_ioctl_lock when calling ifp->if_ioctl" 2017-04-06 03:54:59 +00:00
link_proto.c Revert "Make sure to hold if_ioctl_lock when calling ifp->if_ioctl" 2017-04-06 03:54:59 +00:00
Makefile add l2tp(4) L2TPv3 interface. 2017-02-16 08:12:43 +00:00
net_osdep.h
net_stats.c
net_stats.h
netisr_dispatch.h
netisr.h Remove leftover IPX-related stuffs 2015-05-25 08:29:01 +00:00
pfil.c need to membar_producer() *before* switching. 2017-03-10 07:35:58 +00:00
pfil.h Make pfil(9) MP-safe (applying psref(9)) 2017-01-16 09:28:40 +00:00
pfkeyv2.h
pktqueue.c
pktqueue.h
ppp_defs.h
ppp_tty.c MFREE -> m_free 2016-10-02 14:16:02 +00:00
ppp-comp.h
ppp-deflate.c Catch up with the renaming of module ppp --> if_ppp and avoid warning 2016-08-06 22:38:18 +00:00
radix.c Make the routing table and rtcaches MP-safe 2016-12-12 03:55:57 +00:00
radix.h Don't use rt_walktree to delete routes 2016-11-15 01:50:06 +00:00
raw_cb.c
raw_cb.h Eliminate struct protosw::pr_output. 2016-01-20 21:43:59 +00:00
raw_usrreq.c Eliminate struct protosw::pr_output. 2016-01-20 21:43:59 +00:00
route.c Forbit installing a route which its gateway is unreachable 2017-03-24 03:45:02 +00:00
route.h Fix gcc complaining about int to unsigned long conversion issues by 2016-12-19 11:17:00 +00:00
rtbl.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
rtsock.c Forbit installing a route which its gateway is unreachable 2017-03-24 03:45:02 +00:00
slcompress.c Actually commit the changes for making this into a loadable module. The 2016-08-05 08:56:36 +00:00
slcompress.h acknowleg -> acknowledg, proceedure -> procedure. 2016-12-12 15:58:44 +00:00
slip.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
zlib.c
zlib.h