summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed comment: ipip_input -> mroute_encapcheck.sumikawa2001-09-201-1/+1
* Removed ipip_input(). No codes calls it anymore due to ip_encap.c'ssumikawa2001-09-181-4/+0
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-11/+8
* Somewhat modernize ip_mroute.c:fenner2001-07-251-173/+160
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.kris2001-06-011-0/+5
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-11/+1
* change the evaluation order of the rsvp socket in rsvp_input()kjc2000-09-171-31/+19
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-141-2/+1
* Fixed broken ICMP error generation, unified conversion of IP headerru2000-09-011-1/+2
* Include machine/in_cksum.h to unbreak options MROUTING.ken2000-05-081-0/+1
* 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
OpenPOWER on IntegriCloud