aboutsummaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2021-10-06Silence some trivial compiler warning in the js2x codeThomas Huth2-2/+2
2016-10-17Do not link libnet to net-snk anymore, and remove net-snk from board-qemuThomas Huth3-3/+2
2016-10-17Add a Forth-to-C wrapper for the ping command, tooThomas Huth1-2/+0
2016-10-17Link libnet code to Paflof and add a wrapper for netboot()Thomas Huth1-2/+0
2016-09-14paflof: Add socket(), send() and recv() functions to paflofThomas Huth1-53/+0
2016-06-27net: Move also files from clients/net-snk/app/netapps/ to lib/libnet/Thomas Huth8-1336/+1
2016-06-27net: Move files from clients/net-snk/app/netlib/ to lib/libnet/Thomas Huth27-6125/+4
2016-06-27net-snk: Get rid of netlib and netapps prefixes in include statementsThomas Huth17-44/+44
2016-05-05ipv6: Replace magic number 1500 with ETH_MTU_SIZE (i.e. 1518)Thomas Huth2-3/+2
2016-05-05ipv6: Fix NULL pointer dereference in ip6addr_add()Thomas Huth1-1/+2
2016-05-05ipv6: Fix memory leak in set_ipv6_address() / ip6_create_ll_address()Thomas Huth2-14/+6
2016-05-05ipv6: Clear memory after malloc if necessaryThomas Huth2-3/+12
2016-05-05ipv6: Fix possible NULL-pointer dereference in send_ipv6()Thomas Huth1-16/+16
2016-05-05ping: use gateway address for routingNikunj A Dadhania1-0/+2
2016-05-05ping: add netmask in the ping argumentNikunj A Dadhania5-6/+82
2016-05-02loaders: Remove netflash commandThomas Huth1-1/+0
2016-04-12ipv6: Indent code with tabs, not with spacesThomas Huth4-16/+14
2016-04-12ipv6: send_ipv6() has to return after doing NDPThomas Huth2-3/+8
2016-04-12ipv6: Do not use unitialized MAC address arrayThomas Huth1-4/+4
2016-04-12ipv6: Add support for sending packets through a routerThomas Huth3-0/+41
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