freebsd-dev/sys/netinet
Robert Watson b4470c1639 In tcp6_usr_attach(), return immediately if SS_ISDISCONNECTED, to
avoid dereferencing an uninitialized inp variable.

Submitted by:	Michiel Boland <michiel at boland dot org>
MFC after:	1 month
2006-06-26 09:38:08 +00:00
..
libalias
accf_data.c
accf_http.c
icmp6.h
icmp_var.h
if_atm.c
if_atm.h
if_ether.c Enable proxy ARP answers on any of the bridged interfaces if proxy record 2006-06-09 00:33:30 +00:00
if_ether.h
igmp_var.h
igmp.c
igmp.h
in_cksum.c
in_gif.c
in_gif.h
in_pcb.c Minor restyling and cleanup around ipport_tick(). 2006-06-02 08:18:27 +00:00
in_pcb.h Abstract inpcb drop logic, previously just setting of INP_DROPPED in TCP, 2006-04-25 11:17:35 +00:00
in_proto.c
in_rmx.c
in_systm.h
in_var.h
in.c
in.h Fix a long-standing limitation in IPv4 multicast group membership. 2006-05-14 14:22:49 +00:00
ip6.h
ip_carp.c Fix the following bpf(4) race condition which can result in a panic: 2006-06-02 19:59:33 +00:00
ip_carp.h o Introduce carp_multicast_cleanup(), which removes and frees 2006-03-21 14:29:48 +00:00
ip_divert.c Allow for nmbclusters and maxsockets to be increased via sysctl. 2006-04-21 09:25:40 +00:00
ip_divert.h
ip_dummynet.c Fix following rules: pipe X (tag|altq) Y ... 2006-06-08 11:13:23 +00:00
ip_dummynet.h
ip_ecn.c
ip_ecn.h
ip_encap.c
ip_encap.h
ip_fastfwd.c Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDED 2006-04-18 09:20:16 +00:00
ip_fw2.c - Pullup even when the extention header is unknown, to prevent 2006-06-22 13:22:54 +00:00
ip_fw_pfil.c Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processing 2006-05-12 04:41:27 +00:00
ip_fw.h Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9). 2006-05-24 13:09:55 +00:00
ip_gre.c Fix the following bpf(4) race condition which can result in a panic: 2006-06-02 19:59:33 +00:00
ip_gre.h
ip_icmp.c Add descriptions for the sysctls: 2006-03-20 21:44:12 +00:00
ip_icmp.h
ip_id.c
ip_input.c Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processing 2006-05-12 04:41:27 +00:00
ip_ipsec.c Make sure the ip data pointer is correct before touching it again 2006-05-05 07:31:03 +00:00
ip_ipsec.h
ip_mroute.c Initialize the new members of struct ip_moptions as 2006-05-18 19:51:08 +00:00
ip_mroute.h
ip_options.c
ip_options.h
ip_output.c o Add missed error check: in ip_ctloutput() sooptcopyin() returns a 2006-05-21 17:52:08 +00:00
ip_var.h Fix a long-standing limitation in IPv4 multicast group membership. 2006-05-14 14:22:49 +00:00
ip.h
ipprotosw.h
pim_var.h
pim.h
raw_ip.c o In udp|rip_disconnect() acquire a socket lock before the socket 2006-05-21 19:28:46 +00:00
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_hostcache.c
tcp_input.c When we receive an out-of-window SYN for an "ESTABLISHED" connection, 2006-06-19 12:33:52 +00:00
tcp_output.c This patch fixes the problem where the current TCP code can not handle 2006-02-23 21:14:34 +00:00
tcp_reass.c When we receive an out-of-window SYN for an "ESTABLISHED" connection, 2006-06-19 12:33:52 +00:00
tcp_sack.c Eliminate debug code that catches bugs in the hinting of sack variables 2006-04-06 17:21:16 +00:00
tcp_seq.h Remove T/TCP RFC1644 Connection Count comparison macros. They are no longer 2006-06-18 14:24:12 +00:00
tcp_subr.c Abstract inpcb drop logic, previously just setting of INP_DROPPED in TCP, 2006-04-25 11:17:35 +00:00
tcp_syncache.c Decrement the global syncache counter in syncache_expand() when the entry 2006-06-25 11:11:33 +00:00
tcp_timer.c When entering a timer on a tcpcb, don't continue processing if it has been 2006-06-03 19:37:08 +00:00
tcp_timer.h Have TCP Inflight disable itself if the RTT is below a certain 2006-02-16 19:38:07 +00:00
tcp_timewait.c Abstract inpcb drop logic, previously just setting of INP_DROPPED in TCP, 2006-04-25 11:17:35 +00:00
tcp_usrreq.c In tcp6_usr_attach(), return immediately if SS_ISDISCONNECTED, to 2006-06-26 09:38:08 +00:00
tcp_var.h Move all syncache related structures to tcp_syncache.c. They are only used 2006-06-18 12:26:11 +00:00
tcp.h Add missing TH_PUSH to the TH_FLAGS enumeration. 2006-02-18 16:50:08 +00:00
tcpip.h
udp_usrreq.c Acquire udbinfo lock after call to soreserve() rather than before, as it 2006-06-03 19:29:26 +00:00
udp_var.h
udp.h