1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys
Andrey V. Elsukov 3e88eb903b Remove ip6_getdstifaddr() and all functions to work with auxiliary data.
It isn't safe to keep unreferenced ifaddrs. Use in6ifa_ifwithaddr() to
determine ifaddr corresponding to destination address. Since currently
we keep addresses with embedded scope zone, in6ifa_ifwithaddr is called
with zero zoneid and marked with XXX.

Also remove route and lle lookups from ip6_input. Use in6ifa_ifwithaddr()
instead.

Sponsored by:	Yandex LLC
2014-11-08 19:38:34 +00:00
..
amd64 MFi386 r253328: 2014-11-08 11:56:26 +00:00
arm Strengthen the sanity checking of busdma tag parameters. 2014-11-06 19:14:58 +00:00
boot In alloc_pread() and kern_pread(), print errors only when DEBUG is 2014-11-05 04:18:41 +00:00
bsm
cam Fix LUN resize broken by r272911 commit. 2014-11-07 20:42:15 +00:00
cddl MFV r274271: 2014-11-08 07:30:40 +00:00
compat These don't belong in the modules directory. 2014-11-06 16:52:51 +00:00
conf Overhaul if_gre(4). 2014-11-07 19:13:19 +00:00
contrib krping: In verbose mode print only first 128 bytes of krping data. 2014-10-27 22:41:55 +00:00
crypto
ddb
dev Fix random.ko module. 2014-11-07 20:23:43 +00:00
fs Fix up some session-related races in devfs. 2014-11-03 03:12:15 +00:00
gdb
geom Add to CTL support for logical block provisioning threshold notifications. 2014-11-06 00:48:36 +00:00
gnu
i386 Add VirtIO console to the x86 NOTES and files 2014-11-03 22:37:10 +00:00
isa
kern Finish r274118#2: commit forgotten uipc_debug.c 2014-11-06 15:17:04 +00:00
kgssapi Avoid dynamic syscall overhead for statically compiled modules. 2014-10-26 19:42:44 +00:00
libkern
mips Use search method instead of fixed offsets for finding rootfs. This unbreaks 2014-10-30 23:47:28 +00:00
modules After r274246 make the tree compile again. 2014-11-08 14:41:32 +00:00
net After r274246 make the tree compile again. 2014-11-08 14:41:32 +00:00
net80211
netgraph Remove struct arpcom. It is unused by most interface types, that allocate 2014-11-07 15:14:10 +00:00
netinet Remove ip6_getdstifaddr() and all functions to work with auxiliary data. 2014-11-08 19:38:34 +00:00
netinet6 Remove ip6_getdstifaddr() and all functions to work with auxiliary data. 2014-11-08 19:38:34 +00:00
netipsec Pass mbuf to pfil processing before stripping outer IP header as it 2014-11-07 12:05:20 +00:00
netnatm
netpfil Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. 2014-11-07 09:39:05 +00:00
netsmb
nfs Avoid dynamic syscall overhead for statically compiled modules. 2014-10-26 19:42:44 +00:00
nfsclient
nfsserver
nlm Avoid dynamic syscall overhead for statically compiled modules. 2014-10-26 19:42:44 +00:00
ofed Fix compile warning by removing unused variable. 2014-10-30 16:57:56 +00:00
opencrypto
pc98 Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code that 2014-10-24 19:58:24 +00:00
powerpc Add type qualifier volatile to the base (userspace) address argument 2014-10-31 17:43:21 +00:00
rpc
security
sparc64 Add fueword(9) and casueword(9) functions. They are like fuword(9) 2014-10-28 15:22:13 +00:00
sys Add DEV_MODULE_ORDERED(). 2014-11-07 20:15:23 +00:00
teken
tools
ufs When non-forced unmount or remount rw->ro is performed, writes on UFS 2014-11-02 13:14:55 +00:00
vm Fix mis-spelling of bits and types names in the 2014-11-04 19:56:04 +00:00
x86 MFamd64: Add support for extended FPU states on i386. This includes 2014-11-02 22:58:30 +00:00
xdr
xen
Makefile