freebsd-dev/sys/dev/netmap
Vincenzo Maffione 23ced94451 netmap: fix two panics with emulated adapter
This patch fixes 2 panics. The first one is due to the current VNET not
being set in the emulated adapter transmission path. The second one
is caused by the M_PKTHDR flag not being set when preallocated mbufs
are recycled in the transmit path.

Submitted by:	aleksandr.fedorov@itglobal.com
Reviewed by:	vmaffione
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D20824
2019-07-01 20:37:35 +00:00
..
if_ptnet.c netmap: align if_ptnet to the changes introduced by r347233 2019-05-17 20:29:31 +00:00
if_re_netmap.h
if_vtnet_netmap.h netmap: remove redundant call to nm_set_native_flags() 2019-02-25 09:57:06 +00:00
netmap_bdg.c netmap: refactor logging macros and pipes 2019-02-05 12:10:48 +00:00
netmap_bdg.h netmap: align codebase to the current upstream (760279cfb2730a585) 2018-12-05 11:57:16 +00:00
netmap_freebsd.c netmap: fix two panics with emulated adapter 2019-07-01 20:37:35 +00:00
netmap_generic.c netmap: refactor logging macros and pipes 2019-02-05 12:10:48 +00:00
netmap_kern.h netmap: don't schedule kqueue notify task when kqueue is not used 2019-02-18 14:21:41 +00:00
netmap_kloop.c netmap: upgrade sync-kloop support 2019-02-02 22:39:29 +00:00
netmap_legacy.c netmap: add support for multiple host rings 2019-03-18 12:22:23 +00:00
netmap_mbq.c
netmap_mbq.h
netmap_mem2.c netmap: add support for multiple host rings 2019-03-18 12:22:23 +00:00
netmap_mem2.h netmap: align codebase to the current upstream (760279cfb2730a585) 2018-12-05 11:57:16 +00:00
netmap_monitor.c netmap: refactor logging macros and pipes 2019-02-05 12:10:48 +00:00
netmap_null.c netmap: refactor logging macros and pipes 2019-02-05 12:10:48 +00:00
netmap_offloadings.c netmap: refactor logging macros and pipes 2019-02-05 12:10:48 +00:00
netmap_pipe.c netmap: refactor logging macros and pipes 2019-02-05 12:10:48 +00:00
netmap_pt.c
netmap_vale.c netmap: refactor logging macros and pipes 2019-02-05 12:10:48 +00:00
netmap.c netmap: add support for multiple host rings 2019-03-18 12:22:23 +00:00