freebsd_amp_hwpstate/sys/netinet
Garrett Wollman d99c7a23fa This set of patches enables IP multicasting to work under FreeBSD. I am
submitting them as context diffs for the following files:

sys/netinet/ip_mroute.c
sys/netinet/ip_var.h
sys/netinet/raw_ip.c
usr.sbin/mrouted/igmp.c
usr.sbin/mrouted/prune.c

The routine rip_ip_input in raw_ip.c is suggested by Mark Tinguely
(tinguely@plains.nodak.edu). I have been running mrouted with these patches
for over a week and nothing has seemed seriously wrong. It is being run in
two places on our network as a tunnel on one and a subnet querier on the
other. The only problem I have run into is that mrouted on the tunnel must
start up last or the pruning isn't done correctly and multicast packets
flood your subnets.

Submitted by:	Soochon Radee <slr@mitre.org>
1995-03-16 16:25:55 +00:00
..
icmp_var.h Add lots of useful MIB variables and a few not-so-useful ones for 1995-02-16 00:27:47 +00:00
if_ether.c Added missing newlines to calls to log(). 1995-02-20 15:48:46 +00:00
if_ether.h Make arp_rtrequest() static since nobody needs to referene it any more. 1994-12-22 22:00:30 +00:00
if_fddi.h Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters. 1995-03-14 09:16:07 +00:00
igmp.c Add lots of useful MIB variables and a few not-so-useful ones for 1995-02-16 00:27:47 +00:00
igmp.h Initial get-the-easy-case-working upgrade of the multicast code 1994-09-06 22:42:31 +00:00
igmp_var.h Add lots of useful MIB variables and a few not-so-useful ones for 1995-02-16 00:27:47 +00:00
in.c YFfix. 1995-02-14 06:28:25 +00:00
in.h Attempt to make the host route cache a bit smarter under conditions of 1995-02-14 23:04:52 +00:00
in_cksum.c Added $Id$ 1994-08-02 07:55:43 +00:00
in_pcb.c pcb allocations are not always done on behalf of a process; it is not 1995-03-14 21:50:55 +00:00
in_pcb.h Made idempotent. 1994-08-21 05:27:42 +00:00
in_proto.c Transaction TCP support now standard. Hack away! 1995-02-16 00:55:44 +00:00
in_rmx.c Added missing newlines to calls to log(). 1995-02-20 15:48:46 +00:00
in_systm.h Made idempotent. 1994-08-21 05:27:42 +00:00
in_var.h Patch for proper multicast support on point-to-point links. 1994-10-25 22:13:32 +00:00
ip.h Made idempotent. 1994-08-21 05:27:42 +00:00
ip_fw.c Allocate memory as M_IPFW,now we can watch firewall memory usage 1995-03-12 13:28:13 +00:00
ip_fw.h Allow "via" to be specified ever as IP adress or 1995-02-24 14:33:54 +00:00
ip_fwdef.c ip_fwdef.c was missing some assignments , and this 1995-01-26 10:26:15 +00:00
ip_icmp.c Add lots of useful MIB variables and a few not-so-useful ones for 1995-02-16 00:27:47 +00:00
ip_icmp.h Made idempotent. 1994-08-21 05:27:42 +00:00
ip_input.c Attempt to make the host route cache a bit smarter under conditions of 1995-02-14 23:04:52 +00:00
ip_mroute.c This set of patches enables IP multicasting to work under FreeBSD. I am 1995-03-16 16:25:55 +00:00
ip_mroute.h Shuffle some functions and variables around to make it possible for 1994-09-14 03:10:15 +00:00
ip_output.c Actual firewall change. 1995-01-12 13:06:32 +00:00
ip_var.h This set of patches enables IP multicasting to work under FreeBSD. I am 1995-03-16 16:25:55 +00:00
raw_ip.c This set of patches enables IP multicasting to work under FreeBSD. I am 1995-03-16 16:25:55 +00:00
tcp.h Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some 1995-02-14 02:35:19 +00:00
tcp_debug.c Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and 1995-02-09 23:13:27 +00:00
tcp_debug.h Made idempotent. 1994-08-21 05:27:42 +00:00
tcp_fsm.h Don't need to retransmit FIN bit in CLOSING state. 1995-02-16 01:53:31 +00:00
tcp_input.c Avoid deadlock situation described by Stevens using his suggested replacement 1995-02-16 01:39:19 +00:00
tcp_output.c Transaction TCP support now standard. Hack away! 1995-02-16 00:55:44 +00:00
tcp_reass.c Avoid deadlock situation described by Stevens using his suggested replacement 1995-02-16 01:39:19 +00:00
tcp_seq.h Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some 1995-02-14 02:35:19 +00:00
tcp_subr.c Removed unnecessary define for TCPOUTFLAGS since they are not used. 1995-03-06 02:49:24 +00:00
tcp_timer.c Transaction TCP support now standard. Hack away! 1995-02-16 00:55:44 +00:00
tcp_timer.h Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some 1995-02-14 02:35:19 +00:00
tcp_timewait.c Removed unnecessary define for TCPOUTFLAGS since they are not used. 1995-03-06 02:49:24 +00:00
tcp_usrreq.c Include missing <sys/kernel.h> for `hz'. 1995-02-17 00:29:42 +00:00
tcp_var.h Transaction TCP support now standard. Hack away! 1995-02-16 00:55:44 +00:00
tcpip.h Merge in T/TCP TCP header file changes. 1995-02-08 20:18:48 +00:00
udp.h Made idempotent. 1994-08-21 05:27:42 +00:00
udp_usrreq.c spl back down in unusual out-of-memory condition in udp_output(). 1995-02-16 01:47:36 +00:00
udp_var.h Add lots of useful MIB variables and a few not-so-useful ones for 1995-02-16 00:27:47 +00:00