freebsd-dev/sys/netinet6
Brian Feldman 333aa64d05 in6_pcb.c:
Remove a bogus (redundant, just weird, etc.) key_freeso(so).
	There are no consumers of it now, nor does it seem there
	ever will be.

in6?_pcb.c:
	Add an if (inp->in6?p_sp != NULL) before the call to
	ipsec[46]_delete_pcbpolicy(inp).  In low-memory conditions
	this can cause a crash because in6?_sp can be NULL...
2000-03-22 02:27:30 +00:00
..
ah6.h
ah_core.c Prototype fix for IPsec authentication related functions 2000-02-10 19:35:53 +00:00
ah_input.c
ah_output.c
ah.h Prototype fix for IPsec authentication related functions 2000-02-10 19:35:53 +00:00
dest6.c
esp6.h
esp_core.c
esp_input.c
esp_output.c
esp.h
frag6.c
icmp6.c Update icmp node info query message bit order of query types, 2000-03-09 14:47:21 +00:00
icmp6.h Update icmp node info query message bit order of query types, 2000-03-09 14:47:21 +00:00
in6_cksum.c
in6_gif.c
in6_gif.h add forward declarations, and small cosmetic changes. 2000-01-15 05:20:40 +00:00
in6_ifattach.c
in6_ifattach.h
in6_pcb.c in6_pcb.c: 2000-03-22 02:27:30 +00:00
in6_pcb.h
in6_prefix.c IPv6 prefix assignment bug fixes. 2000-02-07 01:45:30 +00:00
in6_prefix.h
in6_proto.c IPv6 multicast routing. 2000-01-28 05:10:56 +00:00
in6_rmx.c
in6_var.h
in6.c Permit site local addr in IPv6 source address selection rule. 2000-02-07 01:32:41 +00:00
in6.h Backout the previous change to __KAME_VERSION (FreeBSD4.x addition), 2000-03-13 10:07:30 +00:00
ip6_ecn.h
ip6_forward.c
ip6_fw.c Replace m_pkthdr.rcvif with oif when oif is not NULL, to count 2000-03-11 20:03:22 +00:00
ip6_fw.h Add ip6fw. 2000-01-29 13:54:44 +00:00
ip6_input.c Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
ip6_mroute.c Sorry I didn't commit these files at the commit just a few minutes before. 2000-01-28 05:27:14 +00:00
ip6_mroute.h Sorry I didn't commit these files at the commit just a few minutes before. 2000-01-28 05:27:14 +00:00
ip6_output.c Initialize mbuf pointer at getting ipsec policy. 2000-03-09 14:57:16 +00:00
ip6_var.h
ip6.h Forbid include of netinet6/ip6.h from user-land, and if included, 2000-03-11 20:44:53 +00:00
ip6protosw.h add forward declarations, and small cosmetic changes. 2000-01-15 05:20:40 +00:00
ipsec6.h
ipsec.c Fixed the problem that IPsec connection hangs when bigger data is sent. 2000-01-15 14:56:38 +00:00
ipsec.h Fixed the problem that IPsec connection hangs when bigger data is sent. 2000-01-15 14:56:38 +00:00
mld6_var.h
mld6.c
nd6_nbr.c
nd6_rtr.c
nd6.c
nd6.h
pim6_var.h
pim6.h
raw_ip6.c At detaching IPv6 raw socket, also finish IPv6 multicast router. 2000-02-27 18:35:10 +00:00
route6.c
tcp6_var.h
udp6_usrreq.c Merge a bug fix from freebsd-current; check m != NULL before touching it, 2000-01-18 09:02:19 +00:00
udp6_var.h