summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-191-2/+2
* Add back missing copyright and license statement. This is identicalimp2005-06-231-0/+35
* Use NET_CALLOUT_MPSAFE macro.glebius2005-03-011-7/+4
* When running with debug.mpsafenet=0, initialize IP multicast routingrwatson2004-10-071-4/+7
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-1/+1
* When a prison is given the ability to create raw sockets (when thecsjp2004-08-211-0/+8
* White space cleanup for netinet before branch:rwatson2004-08-161-127/+127
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-11/+2
* Fix bug with tracking the previous element in a list.hsu2004-08-031-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Reduce the number of unnecessary unlock-relocks on socket buffer mutexesrwatson2004-06-261-2/+5
* When asserting non-Giant locks in the network stack, also assertrwatson2004-06-241-1/+4
* IP multicast code no longer needs to acquire Giant before appendingrwatson2004-06-201-3/+0
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* To comply with the spec, do not copy the TOS from the outer IPhsu2004-03-081-6/+6
* 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
OpenPOWER on IntegriCloud