summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-5/+5
* Diff reduction with NetBSD; use IN_LOCAL_GROUP() to check if an addressbms2007-03-151-1/+1
* Purge an out-of-date comment.bms2007-03-041-1/+0
* Style: Move declaration of subsystem mutex to where otherbms2007-02-281-16/+25
* Unlock a mutex which should be unlocked before returning.bms2007-02-251-1/+3
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.bms2007-02-241-3/+76
* Use MAXTTL.bms2007-02-101-1/+1
* If the rendezvous point for a group is not specified, do not sendbms2007-02-101-0/+15
* Build PIM by default as part of the IPv4 multicast forwarding path.bms2007-02-101-30/+53
* Store the cached route in vifp in the normal send_packet() case.bms2007-02-081-2/+1
* Nuke the token bucket filter code. Attempting to request rate limitingbms2007-02-081-291/+17
* eliminate redundant macro MC_SEND()bms2007-02-071-11/+2
* Remove support for IPIP tunnels in IPv4 multicast forwarding. XORP hasbms2007-02-071-248/+6
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Push removal of mrouted down to the rest of the tree.bms2006-09-291-1/+1
* Fix the IPv4 multicast routing detach path. On interface detach whilstbms2006-09-281-5/+87
* Initialize the new members of struct ip_moptions asbms2006-05-181-0/+4
* In ip_mdq() compute the TV_DELTA the correct way around.andre2006-01-241-1/+1
* Use %t (ptrdiff_t modifier) to print a couple of pointer differences ratherjhb2005-12-151-2/+2
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-0/+1
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-5/+8
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-4/+4
* 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
OpenPOWER on IntegriCloud