summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.c
Commit message (Expand)AuthorAgeFilesLines
...
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Massive cleanup of the ip_mroute code.luigi2002-11-151-864/+522
* Cast a ptrdiff_t to an int to printf.jhb2002-11-081-1/+1
* When a packet is multicast encapsulated, give labeled policies therwatson2002-10-201-0/+5
* Replace aux mbufs with packet tags:sam2002-10-161-2/+2
* Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GREsobomax2002-09-091-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Just a comment on some additional consistency checks that couldluigi2002-06-261-0/+5
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-2/+0
* Lock down a socket, milestone 1.tanimura2002-05-201-0/+2
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-8/+11
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-241-2/+2
* Prevent icmp_reflect() from calling ip_output() with a NULL routeru2002-03-221-1/+2
* Remove __P.alfred2002-03-191-14/+14
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-2/+2
* Allow for ip_output() to be called with a NULL route pointer.ru2001-12-011-2/+1
* fix int argument used in printf w/ %ld (cast to long)dillon2001-10-291-2/+3
* 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
OpenPOWER on IntegriCloud