aboutsummaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2014-10-29net-snk: Remove redundant prototypesBenjamin Herrenschmidt1-4/+1
2014-10-29net-snk: Remove unused timer functionsBenjamin Herrenschmidt2-32/+0
2014-10-29net-snk: Remove some unused PCI functionsBenjamin Herrenschmidt2-35/+2
2014-10-29net-snk: Remove module systemBenjamin Herrenschmidt15-638/+120
2014-10-29net-snk: Remove insmod/rmmodBenjamin Herrenschmidt2-32/+0
2014-10-29net-snk: Remove snk_kernel_interface and related definitionsBenjamin Herrenschmidt6-65/+13
2014-10-29net-snk: Remove pci/vio_config gunkBenjamin Herrenschmidt4-115/+1
2014-10-29net-snk: Remoe some now unused "kernel" functionsBenjamin Herrenschmidt2-64/+1
2014-06-12dhcparch define missing in compilationNikunj A Dadhania1-2/+3
2014-04-25dhcp: support client architecture code 93Blake Rouse1-0/+25
2014-03-18Workaround to make grub2 assign server ip from dhcp ack packet onlyAvik Sil1-7/+7
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-08-06js2x: Fix build of takeover imageBenjamin Herrenschmidt1-62/+0
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-10-17Update .gitignore filesDavid Gibson1-0/+3
2012-02-27Removed obsolete netflash code.Thomas Huth5-305/+4
2011-12-28Enabled -Wmissing-prototypes and -Wstrict-prototypes CFLAGS and cleaned upThomas Huth3-4/+8
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-20JS2x: Added oco files to be able to built board-js2xThomas Huth1-0/+0
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-11-17JS2x: Add some additional delays to takeover client.Thomas Huth2-7/+17
2011-11-17JS2x: Fixed takeover code to work with GCC 4.6Thomas Huth2-3/+3
2011-10-12Added PCI DMA functionsThomas Huth2-1/+45
2011-10-12Removed obsolete types.h header filesThomas Huth12-37/+12
2011-10-12Cleaned up MakefilesThomas Huth1-4/+4
2011-10-12Fixed get_puid functionThomas Huth1-8/+8
2011-10-12Fix compiler warningsThomas Huth1-2/+7