.. |
agr
|
Switch agr(4) to use a workqueue. This is necessary because during
|
2017-01-28 22:56:09 +00:00 |
npf
|
- Increase copyin buffer size to 4M
|
2017-01-29 00:15:54 +00:00 |
bpf_filter.c
|
|
|
bpf_stub.c
|
Use bpf_ops for bpf_mtap_softint
|
2017-01-25 01:04:23 +00:00 |
bpf.c
|
Make bpf MP-safe
|
2017-02-09 09:30:26 +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
|
|
|
bpfjit.h
|
|
|
bridgestp.c
|
|
|
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
|
Defer some pr_input to workqueue
|
2017-02-02 02:52:10 +00:00 |
files.pf
|
|
|
if_arc.h
|
|
|
if_arcsubr.c
|
Don't forget to free the mbuf when we decide not to reply to an ARP
|
2017-01-24 18:37:20 +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
|
Replace some splnet with splsoftnet
|
2017-01-23 10:19:03 +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
|
Protect ec_multi* with mutex
|
2016-12-28 07:32:16 +00:00 |
if_etherip.c
|
|
|
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
|
Don't forget to free the mbuf when we decide not to reply to an ARP
|
2017-01-24 18:37:20 +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
|
Don't forget to free the mbuf when we decide not to reply to an ARP
|
2017-01-24 18:37:20 +00:00 |
if_gif.c
|
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_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
|
|
|
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
|
|
|
if_llatbl.c
|
ip6_sprintf -> IN6_PRINT so that we pass the size.
|
2017-01-16 15:44:46 +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
|
|
|
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
|
|
|
if_module.h
|
|
|
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
|
|
|
if_ppp.h
|
|
|
if_pppoe.c
|
Use m_get_rcvif_psref instead of m_get_rcvif
|
2017-02-07 02:33:54 +00:00 |
if_pppoe.h
|
|
|
if_pppvar.h
|
|
|
if_sl.c
|
|
|
if_slvar.h
|
|
|
if_sppp.h
|
|
|
if_spppsubr.c
|
ip6_sprintf -> IN6_PRINT so that we pass the size.
|
2017-01-16 15:44:46 +00:00 |
if_spppvar.h
|
MP-safe pppoe(4).
|
2016-12-13 00:35:11 +00:00 |
if_srt.c
|
PR kern/51280
|
2017-02-09 11:43:32 +00:00 |
if_srt.h
|
|
|
if_stf.c
|
Make the routing table and rtcaches MP-safe
|
2016-12-12 03:55:57 +00:00 |
if_stf.h
|
|
|
if_strip.c
|
|
|
if_stripvar.h
|
|
|
if_tap.c
|
KNF and trailing whitespace. No functional change.
|
2017-02-07 11:17:50 +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
|
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
|
|
|
if_vlan.c
|
Fix typo in a comment
|
2017-01-23 06:47:54 +00:00 |
if_vlanvar.h
|
|
|
if.c
|
Make bpf MP-safe
|
2017-02-09 09:30:26 +00:00 |
if.h
|
Remove assertion that the lock isn't held
|
2016-12-22 03:46:51 +00:00 |
link_proto.c
|
Don't call ifa_remove with holding psref
|
2017-01-11 07:03:59 +00:00 |
Makefile
|
|
|
net_osdep.h
|
|
|
net_stats.c
|
|
|
net_stats.h
|
|
|
netisr_dispatch.h
|
|
|
netisr.h
|
|
|
pfil.c
|
Call pserialize_perform and psref_target_destroy only if NET_MPSAFE
|
2017-01-23 02:32:54 +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
|
|
|
ppp-comp.h
|
|
|
ppp-deflate.c
|
|
|
radix.c
|
Make the routing table and rtcaches MP-safe
|
2016-12-12 03:55:57 +00:00 |
radix.h
|
|
|
raw_cb.c
|
|
|
raw_cb.h
|
|
|
raw_usrreq.c
|
|
|
route.c
|
Ensure that nobody references a rtentry that is passed to rt_setgate
|
2017-02-10 13:48:06 +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
|
Disable rt_update mechanism by default
|
2017-01-19 06:58:55 +00:00 |
slcompress.c
|
|
|
slcompress.h
|
acknowleg -> acknowledg, proceedure -> procedure.
|
2016-12-12 15:58:44 +00:00 |
slip.h
|
|
|
zlib.c
|
|
|
zlib.h
|
|
|