1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys
Navdeep Parhar 8340ece577 The size of the buffers in an Ethernet freelist has to be higher than the
interface's MTU.  Initialize such freelists with correct values.

This wasn't a problem for common MTUs (1500 and 9000) as the buffers (2048
and 9216 in size) happened to have enough spare room.  I ran into it when
playing around with unusual MTUs.

MFC after:	2 weeks
2012-08-15 01:03:13 +00:00
..
amd64 As discussed on -current, remove the hardcoded default maxswzone. 2012-08-14 17:01:21 +00:00
arm Move the decoding of the swi instruction to the syscall function. With the 2012-08-11 05:58:56 +00:00
boot As discussed on -current, remove the hardcoded default maxswzone. 2012-08-14 17:01:21 +00:00
bsm
cam 1. Remove SEN support. I doubt there are any working examples 2012-08-12 17:01:07 +00:00
cddl Include <vm/vm_param.h> for PA_LOCK_COUNT in order to fix kernel build 2012-08-05 20:19:27 +00:00
compat Regenerate. 2012-08-14 12:09:36 +00:00
conf Port the new PV entry allocator from amd64/i386. This allocator has two 2012-08-13 17:38:38 +00:00
contrib
crypto
ddb
dev The size of the buffers in an Ethernet freelist has to be higher than the 2012-08-15 01:03:13 +00:00
fs Do not leave invalid pages in the object after the short read for a 2012-08-14 11:45:47 +00:00
gdb
geom Always initialize sc_ekey, because as of r238116 it is always used. 2012-08-10 18:43:29 +00:00
gnu/fs
i386 As discussed on -current, remove the hardcoded default maxswzone. 2012-08-14 17:01:21 +00:00
ia64 After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason 2012-08-05 14:11:42 +00:00
isa
kern Reserve room for the terminating NUL when setting or getting kernel 2012-08-14 19:16:30 +00:00
kgssapi
libkern
mips Port the new PV entry allocator from amd64/i386. This allocator has two 2012-08-13 17:38:38 +00:00
modules Assume INET, INET6, and TCP_OFFLOAD when the driver is built out of tree and 2012-08-14 23:08:49 +00:00
net After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason 2012-08-05 14:11:42 +00:00
net80211 Fix an incorrect comment. 2012-08-08 17:16:06 +00:00
netatalk
netgraph
netinet s/lenght/length/ in comments 2012-08-07 07:52:25 +00:00
netinet6
netipsec
netipx
netnatm
netncp
netsmb
nfs
nfsclient Do not leave invalid pages in the object after the short read for a 2012-08-14 11:45:47 +00:00
nfsserver
nlm
ofed After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason 2012-08-05 14:11:42 +00:00
opencrypto
pc98
pci
powerpc
rpc
security
sparc64 Merge r236494 from x86: 2012-08-05 22:03:13 +00:00
sys Add support for the so-called streams feature of BULK endpoints 2012-08-12 17:53:06 +00:00
teken
tools
ufs After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason 2012-08-05 14:11:42 +00:00
vm For old mmap syscall, when executing on amd64 or ia64, enforce the 2012-08-14 12:11:48 +00:00
x86 During TSC synchronization test, use rdtsc() rather than rdtsc32(), to 2012-08-07 23:16:11 +00:00
xdr
xen
Makefile