aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* Merge ip_mroute.c:1.109 to RELENG_5:Robert Watson2004-10-091-4/+7
* MFC: Apply error and success logic consistently to the function netisr_queue()Andre Oppermann2004-09-151-1/+1
* MFC netinet/ip_mroute.c v.1.107Christian S.J. Peron2004-09-021-0/+8
* White space cleanup for netinet before branch:Robert Watson2004-08-161-127/+127
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-11/+2
* Fix bug with tracking the previous element in a list.Jeffrey Hsu2004-08-031-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* Reduce the number of unnecessary unlock-relocks on socket buffer mutexesRobert Watson2004-06-261-2/+5
* When asserting non-Giant locks in the network stack, also assertRobert Watson2004-06-241-1/+4
* IP multicast code no longer needs to acquire Giant before appendingRobert Watson2004-06-201-3/+0
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* To comply with the spec, do not copy the TOS from the outer IPJeffrey Hsu2004-03-081-6/+6
* o move mutex init/destroy logic to the module load/unload hooks;Sam Leffler2003-12-201-11/+27
* the sbappendaddr call in socket_send must be protected by GiantSam Leffler2003-11-081-0/+3
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-6/+4
* Potential fix for races shutting down callouts when unloadingSam Leffler2003-10-291-2/+6
* o restructure initialization code so data structures are setupSam Leffler2003-10-241-22/+34
* Add locking.Sam Leffler2003-09-061-135/+237
* Remove redundant bzero.Jeffrey Hsu2003-08-241-1/+0
* * Bug fix in bw_meter_process(): the periodically processed binsJeffrey Hsu2003-08-191-10/+33
* 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-861/+519
* 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-171/+158
* 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