freebsd-dev/sys
KUROSAWA Takahiro d6cd20cc5c netinet6: fix ndp proxying
We could insert proxy NDP entries by the ndp command, but the host
with proxy ndp entries had not responded to Neighbor Solicitations.
Change the following points for proxy NDP to work as expected:
* join solicited-node multicast addresses for proxy NDP entries
  in order to receive Neighbor Solicitations.
* look up proxy NDP entries not on the routing table but on the
  link-level address table when receiving Neighbor Solicitations.

Reviewed By: melifaro
Differential Revision: https://reviews.freebsd.org/D35307
MFC after:	2 weeks
2022-05-30 10:53:33 +00:00
..
amd64 vmm: add tunable to trap WBINVD 2022-05-30 10:04:22 +02:00
arm Fix an indentation bug in the bcm pci driver 2022-05-23 18:24:04 +01:00
arm64 Save only callee-saved registers in pcb 2022-05-25 11:26:30 +01:00
bsm
cam sysent: Get rid of bogus sys/sysent.h include. 2022-05-28 20:52:17 +03:00
cddl boot/zfs: Extend zfsimpl.h and make it easier to use 2022-05-21 14:30:35 -04:00
compat linux(4): Handle multiple mbufs in a control message chain in recvmsg 2022-05-28 23:48:45 +03:00
conf irdma: Add RDMA driver for Intel(R) Ethernet Controller E810 2022-05-23 16:52:49 -07:00
contrib LinuxKPI 802.11 / iwlwifi / rtw88 : re-factor ieee802211_sta for MLO 2022-05-20 18:45:18 +00:00
crypto crypto: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
ddb kerneldump: remove physical from dump routines 2022-05-13 10:43:19 -03:00
dev hwpmc: Add Intel Core register defines up to version 5. 2022-05-28 22:11:59 -04:00
dts sys/dts: Remove MIPS files 2022-05-20 17:11:27 +01:00
fs sysent: Get rid of bogus sys/sysent.h include. 2022-05-28 20:52:17 +03:00
gdb
geom kerneldump: remove physical from dump routines 2022-05-13 10:43:19 -03:00
gnu bwn: eliminate dead writes in BWN_GPL_PHY 2022-05-04 09:32:59 -04:00
i386 linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binaries 2022-05-28 23:45:39 +03:00
isa isa: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:59 -07:00
kern Finish cpuset_getaffinity() after f35093f8 2022-05-28 20:53:08 +03:00
kgssapi
libkern libkern: Fix two typos in source code comments 2022-04-09 09:36:34 +02:00
modules irdma: Add RDMA driver for Intel(R) Ethernet Controller E810 2022-05-23 16:52:49 -07:00
net netinet6: fix ndp proxying 2022-05-30 10:53:33 +00:00
net80211 net80211: remove (optional) RSN from preobereq 2022-05-17 22:33:10 +00:00
netgraph sockbuf: merge two versions of sbcreatecontrol() into one 2022-05-17 10:10:42 -07:00
netinet lltable: introduce the llt_post_resolved callback 2022-05-30 10:53:33 +00:00
netinet6 netinet6: fix ndp proxying 2022-05-30 10:53:33 +00:00
netipsec ipsec_encap: setdf is only used for INET. 2022-04-13 16:08:21 -07:00
netpfil pf: call dummynet directly from the ethernet code 2022-05-20 14:49:31 +02:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed ibcore: Fix possible memory leak in ib_mad_post_receive_mads() 2022-05-19 10:13:06 +02:00
opencrypto crypto: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
powerpc Retire sv_transtrap 2022-05-20 14:54:03 +03:00
riscv Retire sv_transtrap 2022-05-20 14:54:03 +03:00
rpc krpc: Fix NFS-over-TLS for KTLS1.3 2022-05-15 11:51:56 -07:00
security sysent: Get rid of bogus sys/sysent.h include. 2022-05-28 20:52:17 +03:00
sys Finish cpuset_getaffinity() after f35093f8 2022-05-28 20:53:08 +03:00
teken
tests
tools
ufs Do comprehensive UFS/FFS superblock integrity checks when reading a superblock. 2022-05-27 12:22:07 -07:00
vm vm_phys: avoid waste in multipage allocation 2022-04-26 02:56:23 -05:00
x86 x86/mp: don't create empty cpu groups 2022-05-30 11:21:46 +02:00
xdr
xen xen: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
Makefile