aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* Always call ip_output() with a valid route pointer. For igmp, also get theGarrett Wollman1996-04-181-3/+10
* Make rip_input() take the header lengthBill Fenner1996-03-261-13/+8
* Cleaned up uninitialized 'rt' warning properlyBill Fenner1996-03-111-7/+8
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-2/+2
* Add more options into the conf/options and i386/conf/options.i386 filesPeter Wemm1996-03-021-1/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-7/+7
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-2/+27
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-21/+20
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-8/+2
* Put newline at end of log()ed messages so syslog can't fill up yourGarrett Wollman1995-10-061-21/+22
* Fix some problems with multicast forwarding:Garrett Wollman1995-08-231-122/+128
* Fix test for determining when RSVP is inactive in a router. (In thisGarrett Wollman1995-07-261-3/+3
* Declare rsvp_input() to take the correct set of arguments and figure outGarrett Wollman1995-07-241-5/+12
* From Bill Fenner:Garrett Wollman1995-06-261-1/+2
* Fix a resource allocation bug where multicast forwarding would leak mbufsGarrett Wollman1995-06-191-4/+4
* Kernel side of 3.5 multicast routing code, based on work by Bill FennerGarrett Wollman1995-06-131-651/+995
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-53/+53
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-091-0/+1
* Remove redundant declarations.Bruce Evans1995-04-021-3/+0
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+0
* This set of patches enables IP multicasting to work under FreeBSD. I amGarrett Wollman1995-03-161-19/+27
* Fix benign type mismatch.Bruce Evans1995-02-221-1/+1
* Added missing newlines to calls to log().David Greenman1995-02-201-19/+19
* Bug fixes from John Brezak.Garrett Wollman1994-10-211-3/+3
* Fix some endianness and packet header bugs found in BSDi's port of this code.Garrett Wollman1994-10-131-14/+27
* GCC cleanup.Poul-Henning Kamp1994-10-021-9/+4
* Add code to make multicast routing be an LKM.Garrett Wollman1994-09-141-14/+111
* Shuffle some functions and variables around to make it possible forGarrett Wollman1994-09-141-12/+46
* Initial get-the-easy-case-working upgrade of the multicast codeGarrett Wollman1994-09-061-657/+1603
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+834