summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* Staticize.eivind1998-02-091-3/+3
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Removed unused #includes.bde1997-10-281-5/+1
* Update for new callout interface.gibbs1997-09-211-4/+6
* Remove crufty LBL ifdef that only applies to Suns.fenner1997-07-191-5/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Properly notice error returns from if_allmulti().wollman1997-02-211-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-6/+4
* Allocate a header mbuf for the start of the encapsulated packet.fenner1996-11-231-3/+3
* Fix braino in rev 1.30 fix; m_copy() the mbuf that has the headerfenner1996-07-121-2/+2
* Don't use NULL in non-pointer contexts.bde1996-07-121-2/+2
* Always call ip_output() with a valid route pointer. For igmp, also get thewollman1996-04-181-3/+10
* Make rip_input() take the header lengthfenner1996-03-261-13/+8
* Cleaned up uninitialized 'rt' warning properlyfenner1996-03-111-7/+8
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+2
* Another mega commit to staticize things.phk1995-12-141-7/+7
* Completed function declarations and/or added prototypes.bde1995-12-021-2/+27
* New style sysctl & staticize alot of stuff.phk1995-11-141-21/+20
* Second batch of cleanup changes.phk1995-10-291-8/+2
* Put newline at end of log()ed messages so syslog can't fill up yourwollman1995-10-061-21/+22
* Fix some problems with multicast forwarding:wollman1995-08-231-122/+128
* Fix test for determining when RSVP is inactive in a router. (In thiswollman1995-07-261-3/+3
* Declare rsvp_input() to take the correct set of arguments and figure outwollman1995-07-241-5/+12
* From Bill Fenner:wollman1995-06-261-1/+2
* Fix a resource allocation bug where multicast forwarding would leak mbufswollman1995-06-191-4/+4
* Kernel side of 3.5 multicast routing code, based on work by Bill Fennerwollman1995-06-131-651/+995
* Remove trailing whitespace.rgrimes1995-05-301-53/+53
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-0/+1
* Remove redundant declarations.bde1995-04-021-3/+0
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+0
* This set of patches enables IP multicasting to work under FreeBSD. I amwollman1995-03-161-19/+27
* Fix benign type mismatch.bde1995-02-221-1/+1
* Added missing newlines to calls to log().dg1995-02-201-19/+19
* Bug fixes from John Brezak.wollman1994-10-211-3/+3
* Fix some endianness and packet header bugs found in BSDi's port of this code.wollman1994-10-131-14/+27
* GCC cleanup.phk1994-10-021-9/+4
* Add code to make multicast routing be an LKM.wollman1994-09-141-14/+111
* Shuffle some functions and variables around to make it possible forwollman1994-09-141-12/+46
* Initial get-the-easy-case-working upgrade of the multicast codewollman1994-09-061-657/+1603
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+834
OpenPOWER on IntegriCloud