opnsense-src/sys/dev/netmap
Franco Fichtner 175886459b netmap: manually backport multiple fixes
o Restore netmap emulation mode to working order, including
  fixing the destructor panics on detach.
o Omit pipe additions to these fixes, likely problematic for
  Suricata to pass traffic like it does on 11.0 without this
  patch.
o Allow to build the module without errors in the tree.

Many thanks to Vincenzo Maffione for assistance and review!  :)

From b497fe34fd275da6b850bf271f510d02b888b8bc Mon Sep 17 00:00:00 2001
From: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
Date: Thu, 2 Jun 2016 00:21:40 +0200
Subject: [PATCH] allocate only the rings requested by the user

From 09936864fa5b67b82ef4a9907819b7018e9a38f2 Mon Sep 17 00:00:00 2001
From: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
Date: Wed, 20 Jul 2016 20:35:12 +0000
Subject: [PATCH] freebsd: fix const-related warning

From ab90c6c10224fefbb6a6c6e0b92e6ba80e5b694d Mon Sep 17 00:00:00 2001
From: Vincenzo Maffione <v.maffione@gmail.com>
Date: Wed, 28 Sep 2016 18:39:55 +0200
Subject: [PATCH] freebsd: generic: change mbuf allocation management

From fe811e11b2c37fc274a1134e1c10b2f6ada1a91c Mon Sep 17 00:00:00 2001
From: Vincenzo Maffione <v.maffione@gmail.com>
Date: Thu, 29 Sep 2016 08:54:52 +0200
Subject: [PATCH] freebsd: generic: call m_extadd() only once for each mbuf
2017-01-16 10:47:49 +01:00
..
if_em_netmap.h The buffer address is always overwritten in the extended descriptor format, 2016-10-28 16:06:33 +02:00
if_igb_netmap.h src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
if_ixl_netmap.h src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
if_lem_netmap.h src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
if_re_netmap.h src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
if_vtnet_netmap.h src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
ixgbe_netmap.h src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
netmap.c netmap: manually backport multiple fixes 2017-01-16 10:47:49 +01:00
netmap_freebsd.c netmap: manually backport multiple fixes 2017-01-16 10:47:49 +01:00
netmap_generic.c netmap: manually backport multiple fixes 2017-01-16 10:47:49 +01:00
netmap_kern.h netmap: manually backport multiple fixes 2017-01-16 10:47:49 +01:00
netmap_mbq.c *: upgrade to 10.1 as a bulk commit 2015-02-10 19:21:02 +01:00
netmap_mbq.h *: upgrade to 10.1 as a bulk commit 2015-02-10 19:21:02 +01:00
netmap_mem2.c netmap: manually backport multiple fixes 2017-01-16 10:47:49 +01:00
netmap_mem2.h src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
netmap_monitor.c src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
netmap_offloadings.c src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
netmap_pipe.c src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
netmap_vale.c src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00