aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* 1. Basic PIM kernel supportJeffrey Hsu2003-08-071-41/+1374
* * makes mfc[MFCTBLSIZ] and vif[MAXVIFS] tables accessible viaJeffrey Hsu2003-08-051-9/+24
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-2/+1
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-1/+6
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Massive cleanup of the ip_mroute code.Luigi Rizzo2002-11-151-864/+522
* Cast a ptrdiff_t to an int to printf.John Baldwin2002-11-081-1/+1
* When a packet is multicast encapsulated, give labeled policies theRobert Watson2002-10-201-0/+5
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-2/+2
* Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GREMaxim Sobolev2002-09-091-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Just a comment on some additional consistency checks that couldLuigi Rizzo2002-06-261-0/+5
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-2/+0
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-0/+2
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-8/+11
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-241-2/+2
* Prevent icmp_reflect() from calling ip_output() with a NULL routeRuslan Ermilov2002-03-221-1/+2
* Remove __P.Alfred Perlstein2002-03-191-14/+14
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-2/+2
* Allow for ip_output() to be called with a NULL route pointer.Ruslan Ermilov2001-12-011-2/+1
* fix int argument used in printf w/ %ld (cast to long)Matthew Dillon2001-10-291-2/+3
* Fixed comment: ipip_input -> mroute_encapcheck.Munechika SUMIKAWA2001-09-201-1/+1
* Removed ipip_input(). No codes calls it anymore due to ip_encap.c'sMunechika SUMIKAWA2001-09-181-4/+0
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-11/+8
* Somewhat modernize ip_mroute.c:Bill Fenner2001-07-251-173/+160
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.Kris Kennaway2001-06-011-0/+5
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-11/+1
* change the evaluation order of the rsvp socket in rsvp_input()Kenjiro Cho2000-09-171-31/+19
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.Ruslan Ermilov2000-09-141-2/+1
* Fixed broken ICMP error generation, unified conversion of IP headerRuslan Ermilov2000-09-011-1/+2
* Include machine/in_cksum.h to unbreak options MROUTING.Kenneth D. Merry2000-05-081-0/+1
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-12/+15
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-4/+5
* Use dynamic memory allocation instead of mbuf's for multicast routingBill Fenner1999-01-181-102/+82
* Remove unused statics.Eivind Eklund1999-01-121-5/+1
* Add missing "break"s to allow multicast routing to work.Bill Fenner1998-12-161-1/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-4/+1
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-146/+151
* Fixed printf format errors.Bruce Evans1998-08-171-34/+36
* Byte count statistics of multicast vifs are invalid.Poul-Henning Kamp1998-06-301-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Staticize.Eivind Eklund1998-02-091-3/+3
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Removed unused #includes.Bruce Evans1997-10-281-5/+1
* Update for new callout interface.Justin T. Gibbs1997-09-211-4/+6
* Remove crufty LBL ifdef that only applies to Suns.Bill Fenner1997-07-191-5/+1