freebsd-dev/sys
Hajimu UMEMOTO 0f9ade718d - cleanup SP refcnt issue.
- share policy-on-socket for listening socket.
- don't copy policy-on-socket at all.  secpolicy no longer contain
  spidx, which saves a lot of memory.
- deep-copy pcb policy if it is an ipsec policy.  assign ID field to
  all SPD entries.  make it possible for racoon to grab SPD entry on
  pcb.
- fixed the order of searching SA table for packets.
- fixed to get a security association header.  a mode is always needed
  to compare them.
- fixed that the incorrect time was set to
  sadb_comb_{hard|soft}_usetime.
- disallow port spec for tunnel mode policy (as we don't reassemble).
- an user can define a policy-id.
- clear enc/auth key before freeing.
- fixed that the kernel crashed when key_spdacquire() was called
  because key_spdacquire() had been implemented imcopletely.
- preparation for 64bit sequence number.
- maintain ordered list of SA, based on SA id.
- cleanup secasvar management; refcnt is key.c responsibility;
  alloc/free is keydb.c responsibility.
- cleanup, avoid double-loop.
- use hash for spi-based lookup.
- mark persistent SP "persistent".
  XXX in theory refcnt should do the right thing, however, we have
  "spdflush" which would touch all SPs.  another solution would be to
  de-register persistent SPs from sptree.
- u_short -> u_int16_t
- reduce kernel stack usage by auto variable secasindex.
- clarify function name confusion.  ipsec_*_policy ->
  ipsec_*_pcbpolicy.
- avoid variable name confusion.
  (struct inpcbpolicy *)pcb_sp, spp (struct secpolicy **), sp (struct
  secpolicy *)
- count number of ipsec encapsulations on ipsec4_output, so that we
  can tell ip_output() how to handle the packet further.
- When the value of the ul_proto is ICMP or ICMPV6, the port field in
  "src" of the spidx specifies ICMP type, and the port field in "dst"
  of the spidx specifies ICMP code.
- avoid from applying IPsec transport mode to the packets when the
  kernel forwards the packets.

Tested by:	nork
Obtained from:	KAME
2003-11-04 16:02:05 +00:00
..
alpha Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
amd64 Fix to support pc98. 2003-11-04 13:13:04 +00:00
arm
boot Override the root server address if an IP address is specified in 2003-11-03 19:45:05 +00:00
cam In camperiphdone(), make sure we check for fatal errors and bail out 2003-10-27 06:15:55 +00:00
coda
compat Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
conf MFi386: revision 1.456 2003-11-04 13:11:58 +00:00
contrib Explain how to handle the generated files. Explain that the import 2003-11-03 09:15:31 +00:00
crypto
ddb
dev Use %#jx for both args. 2003-11-04 06:30:59 +00:00
fs Take care not to call vput if thread used in corresponding vget 2003-11-02 04:52:53 +00:00
geom Close the right consumers if we run into trouble opening them all. 2003-10-24 18:47:31 +00:00
gnu Remove alpha-bitops.h now that it's unused. It's in the attic if 2003-11-03 07:10:53 +00:00
i4b Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
i386 Fix LINT 2003-11-04 14:02:13 +00:00
ia64 Handle unaligned 4-byte loads. While in the neighborhood, remove the 2003-11-03 08:04:04 +00:00
isa New APIC support code: 2003-11-03 21:53:38 +00:00
isofs/cd9660
kern Get rid of DIAGNOSTIC that gives false positives on slow CPUs. 2003-11-04 08:03:11 +00:00
libkern
modules ppbus_if.c is necessary if you are loading submodules. 2003-11-04 02:55:03 +00:00
net - update comments to refrect recent BSDs. 2003-11-04 14:08:31 +00:00
net80211 Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
netatalk Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
netatm Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
netgraph Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
netinet - cleanup SP refcnt issue. 2003-11-04 16:02:05 +00:00
netinet6 - cleanup SP refcnt issue. 2003-11-04 16:02:05 +00:00
netipsec
netipx Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
netkey - cleanup SP refcnt issue. 2003-11-04 16:02:05 +00:00
netnatm Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
netncp
netsmb
nfs
nfsclient Take care not to call vput if thread used in corresponding vget 2003-11-02 04:52:53 +00:00
nfsserver When grabbing vnodes to service NFS requests, make sure to call 2003-10-24 18:36:49 +00:00
opencrypto
pc98 'options APIC_IO' is replaced by 'device apic'. 2003-11-04 13:52:09 +00:00
pccard
pci Free major#100 2003-11-03 10:19:33 +00:00
posix4
powerpc
rpc
security Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
sparc64
sys - Clean up comments to reflect the KSE pushout. 2003-11-04 07:18:18 +00:00
tools
ufs Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameter 2003-11-03 04:46:19 +00:00
vm Update avail_ssize for rstacks after growing them. 2003-11-04 06:48:58 +00:00
Makefile