NetBSD/sys/net
ozaki-r c42d42d7f6 Fix a return value of rt_update_prepare
Callers expect it to be an errno.
2018-01-23 07:20:10 +00:00
..
agr Fix agr(4) module build. Reviewed by pgoyette@n.o, thanks. 2018-01-16 07:34:12 +00:00
npf Fix a vulnerability in NPF, that allows whatever incoming IPv6 packet to 2017-12-15 21:00:26 +00:00
bpf_filter.c
bpf_stub.c
bpf.c Make softint and callout MP-safe 2017-12-15 07:29:11 +00:00
bpf.h
bpfdesc.h
bpfjit.c
bpfjit.h
bridgestp.c
bsd-comp.c
dl_print.c
dlt.h
ethertypes.h
files.net add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
files.pf
if_arc.h If if_attach() failed in the attach function, return. 2017-10-23 09:22:24 +00:00
if_arcsubr.c If if_attach() failed in the attach function, return. 2017-10-23 09:22:24 +00:00
if_arp.h
if_atm.h
if_atmsubr.c
if_bridge.c If the bridge is not running, don't call bridge_stop. Otherwise the 2018-01-15 09:49:16 +00:00
if_bridgevar.h
if_dl.h
if_eco.h
if_ecosubr.c
if_ether.h Mostly style, and add a bunch of KASSERTs. 2018-01-15 16:36:51 +00:00
if_etherip.c Ensure to not turn on IFF_RUNNING of an interface until its initialization completes 2017-12-06 07:40:16 +00:00
if_etherip.h
if_ethersubr.c Fix inverted logic. 2018-01-19 12:31:27 +00:00
if_faith.c Ensure to not turn on IFF_RUNNING of an interface until its initialization completes 2017-12-06 07:40:16 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c
if_gif.c Fix spl leak. 2018-01-15 09:26:21 +00:00
if_gif.h update gif(4) locking notes. 2017-11-27 05:03:11 +00:00
if_gre.c style 2018-01-16 06:38:42 +00:00
if_gre.h
if_hippi.h
if_hippisubr.c
if_ieee1394.h
if_ieee1394subr.c
if_ipsec.c Fix PR kern/52920. Pointed out by David Binderman, thanks. 2018-01-15 02:39:53 +00:00
if_ipsec.h add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
if_l2tp.c Don't set IFEF_MPSAFE unless NET_MPSAFE at this point 2017-12-19 03:32:35 +00:00
if_l2tp.h If if_attach() failed in the attach function, return. Add comments about if_initialize(). 2017-10-30 11:24:04 +00:00
if_llatbl.c Fix a deadlock between a route update and lltable 2017-11-10 07:24:28 +00:00
if_llatbl.h Fix a deadlock between a route update and lltable 2017-11-10 07:24:28 +00:00
if_llc.h
if_loop.c Don't set IFEF_MPSAFE unless NET_MPSAFE at this point 2017-12-19 03:32:35 +00:00
if_media.c Hold KERNEL_LOCK on if_ioctl selectively based on IFEF_MPSAFE 2017-11-22 03:03:18 +00:00
if_media.h Add 2.5GBASE-T and 5GBASE-T. 2017-10-04 07:08:01 +00:00
if_module.h
if_mpls.c Several changes: 2018-01-19 15:04:29 +00:00
if_mpls.h
if_ppp.c Add one more not supported error 2017-09-17 20:39:04 +00:00
if_ppp.h
if_pppoe.c Remove wrong assertions 2017-12-07 10:22:04 +00:00
if_pppoe.h Add a locking notes for if_pppoe 2017-10-12 09:50:55 +00:00
if_pppvar.h
if_sl.c
if_slvar.h
if_sppp.h
if_spppsubr.c Ensure the timer isn't running by using workqueue_wait 2017-12-28 07:06:36 +00:00
if_spppvar.h Add a locking notes for if_spppsubr 2017-10-12 09:53:55 +00:00
if_srt.c - If if_attach() failed in the attach function, free resources and return. 2017-10-23 09:32:55 +00:00
if_srt.h
if_stf.c Add argument to encapsw->pr_input() instead of m_tag. 2017-11-15 10:42:41 +00:00
if_stf.h Add argument to encapsw->pr_input() instead of m_tag. 2017-11-15 10:42:41 +00:00
if_strip.c
if_stripvar.h
if_tap.c Don't set IFEF_MPSAFE unless NET_MPSAFE at this point 2017-12-19 03:32:35 +00:00
if_tap.h
if_token.h
if_tokensubr.c
if_tun.c Ensure to not turn on IFF_RUNNING of an interface until its initialization completes 2017-12-06 07:40:16 +00:00
if_tun.h
if_types.h add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
if_vlan.c Mostly style, and add a bunch of KASSERTs. 2018-01-15 16:36:51 +00:00
if_vlanvar.h Mostly style, and add a bunch of KASSERTs. 2018-01-15 16:36:51 +00:00
if.c Check MP-safety in ifa_insert and ifa_remove only for IFEF_MPSAFE drivers 2018-01-10 01:22:26 +00:00
if.h Add a KASSERT in IFQ_CLASSIFY, we really need to make sure the given 2018-01-15 13:05:40 +00:00
link_proto.c
Makefile add ipsec(4) interface, which is used for route-based VPN. 2018-01-10 10:56:30 +00:00
net_osdep.h
net_stats.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
net_stats.h
netisr_dispatch.h merge the bouyer-socketcan branch to HEAD. 2017-05-27 21:02:54 +00:00
netisr.h merge the bouyer-socketcan branch to HEAD. 2017-05-27 21:02:54 +00:00
pfil.c
pfil.h
pfkeyv2.h Introduce and use SADB_SASTATE_USABLE_P 2017-07-04 08:11:32 +00:00
pktqueue.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
pktqueue.h
ppp_defs.h
ppp_tty.c
ppp-comp.h
ppp-deflate.c
radix.c
radix.h
raw_cb.c Fix race condition on the rawcb list shared by rtsock and keysock 2017-09-25 01:56:22 +00:00
raw_cb.h Fix race condition on the rawcb list shared by rtsock and keysock 2017-09-25 01:56:22 +00:00
raw_usrreq.c Use a dedicated mutex for rt_rawcb instead of softnet_lock if NET_MPSAFE 2017-09-25 01:57:54 +00:00
route.c Fix a return value of rt_update_prepare 2018-01-23 07:20:10 +00:00
route.h Use a queue of deferred entries to delete routes instead of a fixed stack 2018-01-09 19:52:29 +00:00
rtbl.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
rtsock.c Release rt_so_mtx on updating a rtentry to avoid a deadlock with route_intr 2018-01-19 05:19:29 +00:00
slcompress.c
slcompress.h
slip.h
zlib.c
zlib.h