freebsd-nq/sys
Adrian Chadd 62042c979d [arswitch] begin tidying up the learning and ATU management, introduce ATU APIs.
* Refactor the initial learning configuration (port learning, address expiry,
  handling address moving between ports, etc, etc) into a separate HAL routine
* and ensure that it's consistent between switch chips - the AR8216,8316,724x,9331
  SoCs all share the same switch code.
* .. the AR8327 needs doing - the defaults seem OK for now
* .. the AR9340 is different but it's also programmed now.

* Add support for flushing a single port worth of ATU entries
* Add support for fetching the ATU table from AR8216 and derived chips

Tested:

* AR9344, Carambola 2

TODO:

* Further testing on other chips
* Add AR9340 support
* Add AR8327 support
2018-02-02 22:05:36 +00:00
..
amd64 When switching IBRS on, also enable STIBP (Single Thread Indirect 2018-01-31 16:56:02 +00:00
arm Implement mitigation for Spectre version 2 attacks on ARMv7. 2018-01-27 11:19:41 +00:00
arm64 Only promote userspace mappings to superpages. This was dropped in r328510, 2018-02-01 14:26:26 +00:00
bsm
cam Do the book-keeping on release before we release the reference. The 2018-01-29 18:07:14 +00:00
cddl ZFS ARC: restore illumos uses of 'needfree' that were removed in r325851 2018-02-02 12:57:33 +00:00
compat Add kern.ipc.{msqids,semsegs,sema} sysctls for FreeBSD32. 2018-02-02 18:03:12 +00:00
conf Remove some duplicated sys/conf/files* entries. 2018-01-29 17:32:30 +00:00
contrib MFV r328490: Update libfdt to github:f1879e1 2018-01-27 21:25:45 +00:00
crypto ccp(4): Store IV in output buffer in GCM software fallback when requested 2018-01-27 07:41:31 +00:00
ddb
dev [arswitch] begin tidying up the learning and ATU management, introduce ATU APIs. 2018-02-02 22:05:36 +00:00
dts Add a skeleton Clock Manager for RPi2/3, and use that from pwm 2018-01-22 07:10:30 +00:00
fs Fix mistake in case of zeroed inode check. 2018-01-29 22:15:46 +00:00
gdb
geom Null out journal softc pointer earlier to avoid a segment fault 2018-01-31 23:30:49 +00:00
gnu Revert r327828, r327949, r327953, r328016-r328026, r328041: 2018-01-21 15:42:36 +00:00
i386 IBRS support, AKA Spectre hardware mitigation. 2018-01-31 14:36:27 +00:00
isa Add ISA PNP tables to ISA drivers. Fix a few incidental comments. 2018-01-29 00:22:30 +00:00
kern Add kern.ipc.{msqids,semsegs,sema} sysctls for FreeBSD32. 2018-02-02 18:03:12 +00:00
kgssapi
libkern
mips [atheros] Update QCA953x support to use the new hints. 2018-02-01 22:01:53 +00:00
modules Correct MD patch in linux64 module Makefile 2018-01-29 01:59:04 +00:00
net BPF: Switch to 32 bit compatible mode only when thread is 32 bit 2018-01-25 12:13:41 +00:00
net80211
netgraph Revert r327828, r327949, r327953, r328016-r328026, r328041: 2018-01-21 15:42:36 +00:00
netinet Export tcp_always_keepalive for use by the Chelsio TOM module. 2018-01-30 23:01:37 +00:00
netinet6 Merge r1.120 from NetBSD: 2018-02-02 07:39:34 +00:00
netipsec Adopt revision 1.76 and 1.77 from NetBSD: 2018-01-24 19:48:25 +00:00
netpfil pf: Avoid warning without INVARIANTS 2018-02-01 07:52:06 +00:00
netsmb Unsign some values related to allocation. 2018-01-22 02:08:10 +00:00
nfs
nfsclient style: Remove remaining deprecated MALLOC/FREE macros 2018-01-25 22:25:13 +00:00
nfsserver
nlm
ofed
opencrypto Move per-operation data out of the csession structure. 2018-01-26 23:21:50 +00:00
powerpc Correct longjmp 2018-02-02 02:28:25 +00:00
riscv Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across the 2018-01-19 17:46:31 +00:00
rpc
security
sparc64 Add ISA PNP tables to ISA drivers. Fix a few incidental comments. 2018-01-29 00:22:30 +00:00
sys psm(4): Add support for HP EliteBook 1040 ForcePads. 2018-01-31 21:14:59 +00:00
teken
tests
tools Avoid using \$. It's an unknown escape sequence. Some awks warn about 2018-01-28 05:13:08 +00:00
ufs When reading a cylinder group, break out reporting of check hash errors 2018-01-31 23:13:37 +00:00
vm On pageout, in vnode generic pager, for partially dirty page, only 2018-02-02 11:56:30 +00:00
x86 Expand IBRS TLA in sysctl help lines. 2018-01-31 16:54:05 +00:00
xdr
xen
Makefile