aboutsummaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2016-02-11dhcp: fix warning messages when calling strtoip()Nikunj A Dadhania4-12/+12
2016-01-29dhcp: Remove duplicated strtoip()Alexey Kardashevskiy1-48/+2
2016-01-29ethernet: Fix gcc warningsAlexey Kardashevskiy1-1/+4
2016-01-29net-snk: Fix gcc warningsAlexey Kardashevskiy7-12/+12
2016-01-29net-snk: Fix coding styleAlexey Kardashevskiy8-262/+194
2016-01-18net-snk: Fix memory leak in dhcp6_process_options()Thomas Huth2-16/+2
2016-01-18net-snk: Fix memory leak in ip6_to_multicast_mac() / send_ipv6()Thomas Huth1-8/+3
2016-01-18net-snk: Remove bad NEIGHBOUR_SOLICITATION code in send_ipv6()Thomas Huth1-9/+1
2016-01-14net-snk: Allow stateless autoconfig IPv6 addresses with IP_INIT_IPV6_MANUALThomas Huth1-4/+11
2016-01-14net-snk: Simplify the ip6_is_multicast() functionThomas Huth1-2/+1
2016-01-14net-snk: Move global variable definition out of the header fileThomas Huth6-33/+38
2016-01-14net-snk: Prefer non-link-local unicast IPv6 addresses if possibleThomas Huth1-0/+16
2016-01-14net-snk: Fix the check for link-local addresses when receiving RAsThomas Huth2-2/+9
2016-01-14net-snk: Remove junk at the end of IPv6 TFTP ACK and error packetsThomas Huth1-4/+2
2015-12-23net-snk: Get rid of junk at the end of sent DHCPv6 packetsThomas Huth2-6/+6
2015-12-23net-snk: Use transaction IDs in DHCPv4, tooThomas Huth3-2/+18
2015-12-23net-snk: Make use of DHCPv6 transaction IDsThomas Huth3-8/+13
2015-12-23net-snk: Seed the pseudo-random number generatorThomas Huth1-0/+14
2015-12-23net-snk: Improve printed text when booting via networkThomas Huth2-13/+14
2015-12-01Clean up pending packet variable in ipv4 codeThomas Huth1-8/+8
2015-12-01Fix tracking of pending outgoing packets when handling ARP repliesThomas Huth1-1/+1
2015-11-03qemu/js2x/client: Support binutils >= 2.25.1Alexey Kardashevskiy4-6/+6
2015-09-30takeover: Fix header includesThomas Huth1-1/+1
2015-03-12Silence compiler warning when building the biosemuThomas Huth11-86/+46
2014-10-29ipv4: Fix send packet across a subnetNikunj A Dadhania1-4/+8
2014-10-29net-snk: Make call_client_interface() a bit more ABI compliantBenjamin Herrenschmidt1-4/+6
2014-10-29net-snk: Remove custom printf versionBenjamin Herrenschmidt2-13/+1
2014-10-29net-snk: Sanitize our .lds fileBenjamin Herrenschmidt3-30/+55
2014-10-29net-snk: Avoid type clash for stdin & stdoutBenjamin Herrenschmidt1-5/+6
2014-10-29net-snk: use socket descriptor in the network stackNikunj A Dadhania20-136/+172
2014-10-29net-snk: Remove printk() in favor of printf()Benjamin Herrenschmidt4-16/+13
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