summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* o move mutex init/destroy logic to the module load/unload hooks;sam2003-12-201-11/+27
* the sbappendaddr call in socket_send must be protected by Giantsam2003-11-081-0/+3
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-6/+4
* Potential fix for races shutting down callouts when unloadingsam2003-10-291-2/+6
* o restructure initialization code so data structures are setupsam2003-10-241-22/+34
* Add locking.sam2003-09-061-135/+237
* Remove redundant bzero.hsu2003-08-241-1/+0
* * Bug fix in bw_meter_process(): the periodically processed binshsu2003-08-191-10/+33
* 1. Basic PIM kernel supporthsu2003-08-071-41/+1374
* * makes mfc[MFCTBLSIZ] and vif[MAXVIFS] tables accessible viahsu2003-08-051-9/+24
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-1/+6
* 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
OpenPOWER on IntegriCloud