freebsd-dev/sys
Luiz Otavio O Souza a02dbe4ca1 Do not allow the use of the loopback interface in netmap.
The generic support in netmap send the packets using if_transmit() and the
loopback do not support packets coming from if_transmit()/if_start().

This avoids the use of the loopback interface and the subsequent crash that
happens when the application send packets to the loopback interface.

Details in:	https://github.com/luigirizzo/netmap/issues/322
Reported by:	Vincenzo Maffione <v.maffione@gmail.com>
Sponsored by:	Rubicon Communications, LLC (Netgate)
2017-07-21 03:28:35 +00:00
..
amd64 efi: restrict visibility of EFIABI_ATTR-declared functions 2017-07-20 06:47:06 +00:00
arm Allwinner EHCI: Do not fail if we cannot get a phy 2017-07-18 19:50:02 +00:00
arm64 Add support for passing FPU_KERN_NOCTX to fpu_kern_enter on arm64. This 2017-07-18 16:36:32 +00:00
boot Fix printf format warning in zfs_module.c 2017-07-20 20:27:19 +00:00
bsm
cam This adds CAM pass(4) support for NVMe IO's. Applications indicate 2017-07-14 14:52:20 +00:00
cddl zfs: Fix a typo in the delay_min_dirty_percent sysctl description 2017-07-19 18:17:41 +00:00
compat Correct sysent flags for dynamically loaded syscalls. 2017-07-14 09:34:44 +00:00
conf add arm64 objcopy output target for embedfs 2017-07-20 18:22:49 +00:00
contrib
crypto
ddb Include opt files in the kernel with "" instead of <>. 2017-07-10 05:08:01 +00:00
dev Do not allow the use of the loopback interface in netmap. 2017-07-21 03:28:35 +00:00
fs r320062 introduced a bug when doing NFSv4.1 mounts against some non-FreeBSD servers. 2017-07-21 00:14:43 +00:00
gdb
geom Add GEOM::descr attribute for symmetry with GEOM::ident. 2017-07-06 08:36:14 +00:00
gnu Update DTS files from Linux 4.12 2017-07-09 13:53:32 +00:00
i386 Fix handling of one more possible exception on return to usermode. 2017-07-08 11:07:39 +00:00
isa Protect access to the AT realtime clock with its own mutex. 2017-07-12 02:42:57 +00:00
kern Fix whitespace regression accidentally checked in via ^/head@r280149 2017-07-18 06:51:27 +00:00
kgssapi
libkern
mips Make ddb(4) disassembler (x/i) use n32 register names. 2017-07-06 15:08:51 +00:00
modules qlnx: gcc build errors 2017-07-18 06:15:05 +00:00
net Fix printf format warning in iflib.c 2017-07-20 20:28:31 +00:00
net80211
netgraph
netinet Deal with listening socket correctly. 2017-07-20 14:50:13 +00:00
netinet6 Use memset/memcpy instead of bzero/bcopy. 2017-07-19 14:28:58 +00:00
netipsec
netpfil Fix a couple of typos in a comment. 2017-07-21 03:04:55 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
powerpc Remove an obsolete comment 2017-07-05 02:20:03 +00:00
riscv Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
rpc
security
sparc64 Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
sys efi: restrict visibility of EFIABI_ATTR-declared functions 2017-07-20 06:47:06 +00:00
teken
tests
tools
ufs Remove write-only variable. 2017-07-16 07:12:04 +00:00
vm Add pctrie_init() and vm_radix_init() to initialize generic pctrie and 2017-07-19 20:52:47 +00:00
x86 Protect access to the AT realtime clock with its own mutex. 2017-07-12 02:42:57 +00:00
xdr
xen
Makefile