summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* IPSEC support in the kernel.shin1999-12-221-12/+15
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-4/+5
* Use dynamic memory allocation instead of mbuf's for multicast routingfenner1999-01-181-102/+82
* Remove unused statics.eivind1999-01-121-5/+1
* Add missing "break"s to allow multicast routing to work.fenner1998-12-161-1/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+1
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-146/+151
* Fixed printf format errors.bde1998-08-171-34/+36
* Byte count statistics of multicast vifs are invalid.phk1998-06-301-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* 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
OpenPOWER on IntegriCloud