freebsd-dev/sys
Alexander V. Chernikov aa8f9f90ff Update nexthop handling for route addition/deletion in preparation for mpath.
Currently kernel requests deletion for the certain routes with specified gateway,
 but this gateway is not actually checked. With multipath routes, internal gateway
 checking becomes mandatory. Add the logic performing this check.

Generalise RTF_PINNED routes to the generic route priorities, simplifying the logic.

Add lookup_prefix() function to perform exact match search based on data in @info.

Differential Revision:	https://reviews.freebsd.org/D26356
2020-09-09 22:07:54 +00:00
..
amd64 Add pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and implement it on amd64. 2020-09-09 21:50:24 +00:00
arm Allwinner USB DRD support (musb_otg) 2020-09-07 06:39:00 +00:00
arm64 arm64: export new HWCAP features 2020-09-08 15:36:38 +00:00
bsm
cam mmc_da: universally use uint8_t for the partition index 2020-09-08 06:19:23 +00:00
cddl
compat Add emulation support for the Linux kcov(4) ioctl API. 2020-09-04 00:12:28 +00:00
conf RISC-V: enable MK_FORMAT_EXTENSIONS 2020-09-08 13:24:44 +00:00
contrib ZFS: MFV 2.0-rc1-gfd20a8 2020-09-04 22:25:14 +00:00
crypto Don't return errors from the cryptodev_process() method. 2020-09-08 22:41:35 +00:00
ddb ddb: clean up empty lines in .c and .h files 2020-09-01 22:14:30 +00:00
dev Convert allocations of the phys pager to vm_pager_allocate(). 2020-09-08 23:38:49 +00:00
dts
fs tmpfs: drop spurious cache_purge in tmpfs_reclaim 2020-09-04 19:30:15 +00:00
gdb
geom geom_part: extend kern.geom.part.check_integrity to work on GPT 2020-09-08 22:23:53 +00:00
gnu
i386 Include the psind in data returned by mincore(2). 2020-09-02 18:16:43 +00:00
isa
kern uipc_shm.c: Move comment where it belongs. 2020-09-09 21:00:11 +00:00
kgssapi kgssapi: clean up empty lines in .c and .h files 2020-09-01 22:15:02 +00:00
libkern arm64: check for CRC32 support via HWCAP 2020-09-08 15:39:19 +00:00
mips Add the MEM_EXTRACT_PADDR ioctl to /dev/mem. 2020-09-02 18:12:47 +00:00
modules ZFS: remove some extra defines 2020-09-08 17:47:30 +00:00
net Update nexthop handling for route addition/deletion in preparation for mpath. 2020-09-09 22:07:54 +00:00
net80211
netgraph ng_ether: Enter NET_EPOCH where required 2020-09-02 11:49:22 +00:00
netinet So it turns out that syzkaller hit another crash. It has to do with switching 2020-09-09 11:11:50 +00:00
netinet6
netipsec
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm nlm: clean up empty lines in .c and .h files 2020-09-01 22:14:52 +00:00
ofed
opencrypto
powerpc [PowerPC64] Fix xive order calculation in qemu TCG 2020-09-08 23:48:49 +00:00
riscv RISC-V: fix some mismatched format specifiers 2020-09-08 13:21:13 +00:00
rpc Fix a potential memory leak in the NFS over TLS handling code. 2020-09-05 00:50:52 +00:00
security mac_framework.h: fix build with DEBUG_VFS_LOCKS and !MAC 2020-09-03 20:30:52 +00:00
sys Move MAP_32BIT_MAX_ADDR definition to sys/mman.h. 2020-09-09 21:39:06 +00:00
teken
tests Add small tool to invoke kernel test framework tests. 2020-09-02 09:20:40 +00:00
tools
ufs
vm vm_map: Add a map entry kind that can only be clipped at specific boundary. 2020-09-09 22:02:30 +00:00
x86
xdr xdr: clean up empty lines in .c and .h files 2020-09-01 22:13:28 +00:00
xen
Makefile