opnsense-src/sys
Mike Karels 51cefda170 genet: workaround for problem with ICMPv6 echo replies
The ICMPv6 echo reply is constructed with the IPv6 header too close to
the beginning of a packet for an Ethernet header to be prepended, so we
end up with an mbuf containing just the Ethernet header.  The GENET
controller doesn't seem to handle this, with or without transmit checksum
offload.  At least until we have chip documentation, do a pullup to
satisfy the chip.  Hopefully this can be fixed properly in the future.
2020-05-30 02:09:36 +00:00
..
amd64 Fix boot on systems where NUMA domain 0 is unpopulated. 2020-05-28 19:41:00 +00:00
arm Restore XHCI operation on Armada 38x 2020-05-26 14:10:53 +00:00
arm64 genet: workaround for problem with ICMPv6 echo replies 2020-05-30 02:09:36 +00:00
bsm
cam Remove session locking from cfiscsi_pdu_update_cmdsn(). 2020-05-29 17:52:20 +00:00
cddl Fix entering KDB with dtrace-enabled kernel. 2020-05-26 16:44:05 +00:00
compat Update the files created from the new syscalls.master from r361599. 2020-05-28 21:23:02 +00:00
conf Only build ipsec modules if the kernel includes IPSEC_SUPPORT. 2020-05-30 00:47:03 +00:00
contrib MFV: r361597 2020-05-28 21:19:44 +00:00
crypto Change return types of hash update functions in SHA-NI 2020-05-28 09:13:20 +00:00
ddb
dev [run] Don't add 11ng channels (2GHz) for RF2020 2020-05-30 00:07:42 +00:00
dts
fs Fix NOINET6 build broken by r361575. 2020-05-28 09:52:28 +00:00
gdb
geom geom_part: Dispatch to partitions to create providers and aliases 2020-05-29 19:44:18 +00:00
gnu
i386 Fix boot on systems where NUMA domain 0 is unpopulated. 2020-05-28 19:41:00 +00:00
isa
kern corefile_open_last: don't keep a locked vnode while locking other ones 2020-05-29 07:44:02 +00:00
kgssapi Add support for optional separate output buffers to in-kernel crypto. 2020-05-25 22:12:04 +00:00
libkern libkern: Add arc4random_uniform 2020-05-23 17:51:06 +00:00
mips [mips] fix up the assembly generation of unaligned exception loads 2020-05-29 00:05:43 +00:00
modules Only build ipsec modules if the kernel includes IPSEC_SUPPORT. 2020-05-30 00:47:03 +00:00
net Consistently include opt_ipsec.h for consumers of <netipsec/ipsec.h>. 2020-05-29 19:22:40 +00:00
net80211 [net80211] Fix interrupted scan logic and ticks comparison 2020-05-27 18:32:12 +00:00
netgraph Fix check for wMaxPacketSize in USB bluetooth driver, 2020-05-28 08:41:18 +00:00
netinet Use fib[46]_lookup() in mtu calculations. 2020-05-28 08:00:08 +00:00
netinet6 Use fib[46]_lookup() in mtu calculations. 2020-05-28 08:00:08 +00:00
netipsec Consistently include opt_ipsec.h for consumers of <netipsec/ipsec.h>. 2020-05-29 19:22:40 +00:00
netpfil Fix O_IP_FLOW_LOOKUP opcode handling. 2020-05-29 10:37:42 +00:00
netsmb
nfs Use epoch(9) for rtentries to simplify control plane operations. 2020-05-23 10:21:02 +00:00
nfsclient
nfsserver
nlm
ofed
opencrypto Increment the correct pointer when a crypto buffer spans an mbuf or iovec. 2020-05-29 05:41:21 +00:00
powerpc powerpc: Stop advertising that POWER8 and POWER9 support HTM 2020-05-29 00:46:31 +00:00
riscv Add macros simplifying the fake preload setup 2020-05-28 14:56:11 +00:00
rpc
security Deduplicate fsid comparisons 2020-05-21 01:55:35 +00:00
sys RB_REMOVE invokes RB_REMOVE_COLOR either when child is red or child is 2020-05-30 01:48:12 +00:00
teken
tests
tools
ufs This commit enables a UFS filesystem to do a forcible unmount when 2020-05-25 23:47:31 +00:00
vm uma: hide item_domain under ifdef NUMA 2020-05-29 08:30:35 +00:00
x86 xenpv: do not use low 1MB for Xen mappings on i386 2020-05-28 08:18:34 +00:00
xdr
xen
Makefile