summaryrefslogtreecommitdiffstats
path: root/src/net/ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* [tcpip] Allow for transmission to multicast IPv4 addressesMichael Brown2009-01-211-0/+1
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
* Merge commit 'holger/strings'Michael Brown2007-08-231-5/+4Star
|\
| * use malloc attributeHolger Lubitz2007-08-201-5/+4Star
* | fix gcc 4.2.1 warning: initialized field overwrittenHolger Lubitz2007-08-021-4/+1Star
|/
* Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-031-4/+4
* Kill off hotplug.h and just make net devices normal reference-countedMichael Brown2007-06-271-22/+2Star
* pkbuff->iobuf changeoverMichael Brown2007-05-191-25/+25
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Include stdlib.h rather than malloc.hMichael Brown2007-01-181-1/+0Star
* Use -ENETUNREACH to mean "no reachable network device exists, don't botherMichael Brown2007-01-141-1/+1
* Allow an explicit network device to be specified for IP-layerMichael Brown2007-01-101-1/+1
* IPv6 minirouting table entries hold persistent references to net devices.Michael Brown2007-01-041-17/+78
* Verify checksums on the RX datapath.Michael Brown2007-01-031-9/+7Star
* IP6 supportNikhil Chandru Rao2006-08-191-14/+309
* Remove _PROTOCOL macros for gcc 3.2 compatibilityMarty Connor2006-08-091-6/+2Star
* Added features that will be required for PXE UDP support.Michael Brown2006-08-021-11/+8Star
* Minor changes to the network layer rx() functionsNikhil Chandru Rao2006-08-011-2/+36
* Split ipv6 functions out from ipv4.cMichael Brown2006-06-261-0/+24