summaryrefslogtreecommitdiffstats
path: root/src/proto/igmp.c
Commit message (Collapse)AuthorAgeFilesLines
* [IPv4] Tidy up some header files.Michael Brown2008-03-231-2/+2
|
* Dead code removal.Michael Brown2007-07-141-3/+4
| | | | Kill off use of etherboot.h outside drivers/net.
* Warnings purgeMarty Connor2007-07-021-10/+10
|
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-1/+1
| | | | even when __atribute__ (( unused )) is correctly set...
* IGMP protocol now uses the generic background protocol mechanism.Michael Brown2005-06-021-2/+8
|
* IGMP functions separated out from nic.cMichael Brown2005-06-011-0/+160