.. |
agr
|
VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.
|
2017-09-26 07:42:05 +00:00 |
npf
|
The nof module depends on some stuff from the bpf module, so set the
|
2017-07-20 23:37:56 +00:00 |
Makefile
|
add l2tp(4) L2TPv3 interface.
|
2017-02-16 08:12:43 +00:00 |
bpf.c
|
Turn on D_MPSAFE flag of bpf_cdevsw that is already MP-safe
|
2017-10-19 01:57:15 +00:00 |
bpf.h
|
Use bpf_ops for bpf_mtap_softint
|
2017-01-25 01:04:23 +00:00 |
bpf_filter.c
|
…
|
|
bpf_stub.c
|
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
|
…
|
|
bpfjit.h
|
…
|
|
bridgestp.c
|
Remove unnecessary splnet
|
2017-03-09 04:37:23 +00:00 |
bsd-comp.c
|
…
|
|
dl_print.c
|
…
|
|
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.c
|
if_initalize() and if_attach() failed when resource allocation failed
|
2017-10-23 09:21:20 +00:00 |
if.h
|
if_initalize() and if_attach() failed when resource allocation failed
|
2017-10-23 09:21:20 +00:00 |
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
|
Get rid of unnecessary header inclusions
|
2017-01-11 13:08:29 +00:00 |
if_bridge.c
|
Remove unnecessary splsoftnet
|
2017-10-25 04:33:15 +00:00 |
if_bridgevar.h
|
…
|
|
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
|
- add a constant for the vlan mask.
|
2017-09-28 16:26:14 +00:00 |
if_etherip.c
|
If if_initialize() failed in the attach function, free resources and return.
|
2017-10-23 09:31:17 +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
|
VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.
|
2017-09-26 07:42:05 +00:00 |
if_faith.c
|
If if_attach() failed in the attach function, free resources and return.
|
2017-10-23 09:32:00 +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
|
If if_initialize() failed in the attach function, free resources and return.
|
2017-10-23 09:31:17 +00:00 |
if_gif.h
|
update locking notes.
|
2017-09-21 09:48:15 +00:00 |
if_gre.c
|
MFREE -> m_free
|
2016-10-02 14:16:02 +00:00 |
if_gre.h
|
…
|
|
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 l2tp panic when l2tp session id is changed (same as if_vlan.c:r1.104)
|
2017-10-19 11:28:30 +00:00 |
if_l2tp.h
|
remove obsoleted comment. pointed out by s-yamaguchi@IIJ.
|
2017-05-31 08:19:44 +00:00 |
if_llatbl.c
|
Restore ARP/NDP entries to route show and netstat -r
|
2017-06-28 04:14:53 +00:00 |
if_llatbl.h
|
Tweak lltable_sysctl_dumparp
|
2017-06-23 05:46:10 +00:00 |
if_llc.h
|
…
|
|
if_loop.c
|
If if_attach() failed in the attach function, free resources and return.
|
2017-10-23 09:32:00 +00:00 |
if_media.c
|
Clear ifm_cur and ifm_media after removing all ifmedia entries(IFM_INST_ANY)
|
2017-10-23 03:54:40 +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
|
If if_attach() failed in the attach function, free resources and return.
|
2017-10-23 09:32:00 +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
|
- If if_initialize() failed in the attach function, free resources and return.
|
2017-10-23 09:32:33 +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 MGETHDR fails, don't try to copy to single mbuf and deref null.
|
2017-04-13 00:47:33 +00:00 |
if_slvar.h
|
…
|
|
if_sppp.h
|
…
|
|
if_spppsubr.c
|
fix no INET6 build.
|
2017-10-13 03:11:50 +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
|
- If if_attach() failed in the attach function, free resources and return.
|
2017-10-23 09:32:55 +00:00 |
if_stf.h
|
eliminate stf(4)'s dependency on gif(4).
|
2016-08-18 11:38:58 +00:00 |
if_strip.c
|
if MGETHDR fails, don't try to copy to single mbuf and deref null.
|
2017-04-13 00:47:33 +00:00 |
if_stripvar.h
|
…
|
|
if_tap.c
|
- If if_initialize() failed in the attach function, free resources and return.
|
2017-10-23 09:32:33 +00:00 |
if_tap.h
|
…
|
|
if_token.h
|
…
|
|
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
|
Call cv_destroy() to deactivate the tun_cv before calling kmem_intr_free()
|
2017-05-24 06:52:14 +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
|
If if_initialize() failed in the attach function, free resources and return.
|
2017-10-23 09:31:17 +00:00 |
if_vlanvar.h
|
vlan(4) MP-ify. contributed by s-yamaguchi@IIJ, thanks.
|
2017-06-07 03:53:11 +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 |
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.h
|
merge the bouyer-socketcan branch to HEAD.
|
2017-05-27 21:02:54 +00:00 |
netisr_dispatch.h
|
merge the bouyer-socketcan branch to HEAD.
|
2017-05-27 21:02:54 +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
|
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-comp.h
|
…
|
|
ppp-deflate.c
|
…
|
|
ppp_defs.h
|
…
|
|
ppp_tty.c
|
MFREE -> m_free
|
2016-10-02 14:16:02 +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
|
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
|
Invalidate rtcache based on a global generation counter
|
2017-09-21 07:15:34 +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
|
Use a dedicated mutex for rt_rawcb instead of softnet_lock if NET_MPSAFE
|
2017-09-25 01:57:54 +00:00 |
slcompress.c
|
…
|
|
slcompress.h
|
acknowleg -> acknowledg, proceedure -> procedure.
|
2016-12-12 15:58:44 +00:00 |
slip.h
|
…
|
|
zlib.c
|
…
|
|
zlib.h
|
…
|
|