aboutsummaryrefslogtreecommitdiff
path: root/clients/net-snk
AgeCommit message (Expand)AuthorFilesLines
2014-02-04Make "boot net:dhcp" boot from IPv4 onlyAvik Sil1-3/+7
2014-01-20Reset obp-tftp arguments before parsingAvik Sil1-0/+2
2014-01-20Enable seamless netboot on IPv6 networkAvik Sil7-39/+81
2014-01-20Fix zero checksum in UDP headerAvik Sil2-0/+13
2014-01-20Handle router advertisement message properlyAvik Sil3-8/+20
2013-12-06dhcpv6 and other minor net-snk fixesAvik Sil4-53/+52
2013-11-18Enable IPv6 support in dnsAvik Sil5-43/+94
2013-11-17Add ipv6 support in net-snkAvik Sil14-53/+2191
2013-11-17ipv4: fix frame overwriting following arp_send_requestAvik Sil1-7/+22
2013-11-17Maintain single global packet buffer for tftpAvik Sil1-14/+10
2013-10-04Remove lodable network driver modules and related functionsAvik Sil1-93/+0
2013-10-04Add bcm57xx network driver in libbcmAvik Sil1-1/+0
2013-10-04Add e1000 network driver in libe1kAvik Sil1-1/+0
2013-10-04Add virtio-net driver in libvirtioAvik Sil1-1/+0
2013-10-04Add veth driver in libvethAvik Sil1-1/+0
2013-10-04Get MAC address for client interface moduleAvik Sil1-1/+2
2013-07-25net-snk: Remove exception handlingBenjamin Herrenschmidt12-658/+31
2013-01-04Grammar fix (sent -> send)Stefan Weil1-2/+2
2013-01-04Spelling fixes in comments and debug messagesStefan Weil13-39/+39
2012-02-27Removed obsolete netflash code.Thomas Huth5-305/+4
2011-12-28Enabled -Wmissing-prototypes and -Wstrict-prototypes CFLAGS and cleaned upThomas Huth1-0/+1
2011-12-20Fixed assembler constraints for lwbrx and lhbrxThomas Huth1-2/+4
2011-12-20Added net-snk client-interface moduleThomas Huth4-3/+138
2011-12-20Repeat TFTP read request in case the packet got lost.Thomas Huth1-1/+7
2011-12-20Silenced some compiler warnings that occur when compiling with prototype checksThomas Huth26-69/+106
2011-11-24Support for virtio-net PCI devicesThomas Huth3-17/+19
2011-11-24Check whether local-mac-address property exists before using its valueThomas Huth1-1/+2
2011-11-24Do not disassemble net-snk by defaultThomas Huth1-1/+3
2011-11-17Silenced some compiler warningsThomas Huth1-3/+5
2011-10-12Added PCI DMA functionsThomas Huth2-1/+45
2011-10-12Removed obsolete types.h header filesThomas Huth12-37/+12
2011-10-12Fixed get_puid functionThomas Huth1-8/+8
2011-10-12Fix compiler warningsThomas Huth1-2/+7
2011-10-12Fix for 8-byte wide local-mac-address propertiesThomas Huth1-1/+13
2011-10-12Fixed net-snk Makefiles to only re-built client when something has changedThomas Huth3-5/+10
2011-10-12Fixed a crash with early debug printf statementsThomas Huth1-6/+10
2011-10-12Make net-snk and modules relocatable, too.Thomas Huth10-178/+93
2011-10-12Move functions for byte-swapping into common header file.Thomas Huth3-77/+1
2011-03-22Removed superfluous getchar() function.qemu-slof-20110323Thomas Huth1-11/+0
2011-03-22Do not override CFLAGS and LDFLAGS from main makefile.Thomas Huth3-21/+3
2011-03-22Removed obsolete/unused code.Thomas Huth3-31/+4
2011-03-22Improved make.rules filesThomas Huth1-27/+3
2011-03-22Initial qemu/KVM board supportBenjamin Herrenschmidt8-30/+51
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt83-0/+12826