NetBSD/sys/net
2017-12-18 08:24:29 +00:00
..
agr Ensure to not turn on IFF_RUNNING of an interface until its initialization completes 2017-12-06 07:40:16 +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
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 Wrap if_ioctl_lock with IFNET_* macros (NFC) 2017-12-11 03:29:20 +00:00
if_bridgevar.h
if_dl.h
if_eco.h
if_ecosubr.c
if_ether.h No functional change: 2017-11-22 03:45:15 +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 style 2017-12-09 10:51:30 +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 Split ip_ecn code into its own module, so it can be shared between 2017-12-09 08:03:06 +00:00
if_gif.h update gif(4) locking notes. 2017-11-27 05:03:11 +00:00
if_gre.c
if_gre.h
if_hippi.h
if_hippisubr.c
if_ieee1394.h
if_ieee1394subr.c
if_l2tp.c unify processing to check nesting count for some tunnel protocols. 2017-12-06 08:23:17 +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 Ensure to not turn on IFF_RUNNING of an interface until its initialization completes 2017-12-06 07:40:16 +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 Kick MPLS packets earlier. 2017-12-09 10:30:30 +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 Wrap if_ioctl_lock with IFNET_* macros (NFC) 2017-12-11 03:29:20 +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 add fo_name so we can identify the fileops in a simple way. 2017-11-30 20:25:54 +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
if_vlan.c Ensure to call if_mcast_op with holding IFNET_LOCK 2017-12-15 04:03:46 +00:00
if_vlanvar.h No functional change: 2017-11-22 03:45:15 +00:00
if.c Remove IFNET_GLOBAL_LOCK where it's unnecessary because IFNET_LOCK is held 2017-12-15 04:04:58 +00:00
if.h Note that IFNET_LOCK must not be held in softint 2017-12-18 08:24:29 +00:00
link_proto.c
Makefile
net_osdep.h
net_stats.c
net_stats.h
netisr_dispatch.h
netisr.h
pfil.c
pfil.h
pfkeyv2.h
pktqueue.c
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 Synchronize on rtcache_generation with rtlock 2017-09-25 04:15:33 +00:00
route.h Show ARP/NDP caches as LLINFO not LLDATA for backward compatiblity 2017-12-18 04:11:13 +00:00
rtbl.c
rtsock.c Fix compile error (may be used uninitialized) 2017-12-18 05:35:36 +00:00
slcompress.c
slcompress.h
slip.h
zlib.c
zlib.h