index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/SLOF.git
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-28
Fix typos in the clients folder
Thomas Huth
8
-11
/
+11
2021-10-06
Silence some trivial compiler warning in the js2x code
Thomas Huth
2
-2
/
+2
2016-10-17
Do not link libnet to net-snk anymore, and remove net-snk from board-qemu
Thomas Huth
3
-3
/
+2
2016-10-17
Add a Forth-to-C wrapper for the ping command, too
Thomas Huth
1
-2
/
+0
2016-10-17
Link libnet code to Paflof and add a wrapper for netboot()
Thomas Huth
1
-2
/
+0
2016-09-14
paflof: Add socket(), send() and recv() functions to paflof
Thomas Huth
1
-53
/
+0
2016-06-27
net: Move also files from clients/net-snk/app/netapps/ to lib/libnet/
Thomas Huth
8
-1336
/
+1
2016-06-27
net: Move files from clients/net-snk/app/netlib/ to lib/libnet/
Thomas Huth
27
-6125
/
+4
2016-06-27
net-snk: Get rid of netlib and netapps prefixes in include statements
Thomas Huth
17
-44
/
+44
2016-05-05
ipv6: Replace magic number 1500 with ETH_MTU_SIZE (i.e. 1518)
Thomas Huth
2
-3
/
+2
2016-05-05
ipv6: Fix NULL pointer dereference in ip6addr_add()
Thomas Huth
1
-1
/
+2
2016-05-05
ipv6: Fix memory leak in set_ipv6_address() / ip6_create_ll_address()
Thomas Huth
2
-14
/
+6
2016-05-05
ipv6: Clear memory after malloc if necessary
Thomas Huth
2
-3
/
+12
2016-05-05
ipv6: Fix possible NULL-pointer dereference in send_ipv6()
Thomas Huth
1
-16
/
+16
2016-05-05
ping: use gateway address for routing
Nikunj A Dadhania
1
-0
/
+2
2016-05-05
ping: add netmask in the ping argument
Nikunj A Dadhania
5
-6
/
+82
2016-05-02
loaders: Remove netflash command
Thomas Huth
1
-1
/
+0
2016-04-12
ipv6: Indent code with tabs, not with spaces
Thomas Huth
4
-16
/
+14
2016-04-12
ipv6: send_ipv6() has to return after doing NDP
Thomas Huth
2
-3
/
+8
2016-04-12
ipv6: Do not use unitialized MAC address array
Thomas Huth
1
-4
/
+4
2016-04-12
ipv6: Add support for sending packets through a router
Thomas Huth
3
-0
/
+41
2016-02-11
dhcp: fix warning messages when calling strtoip()
Nikunj A Dadhania
4
-12
/
+12
2016-01-29
dhcp: Remove duplicated strtoip()
Alexey Kardashevskiy
1
-48
/
+2
2016-01-29
ethernet: Fix gcc warnings
Alexey Kardashevskiy
1
-1
/
+4
2016-01-29
net-snk: Fix gcc warnings
Alexey Kardashevskiy
7
-12
/
+12
2016-01-29
net-snk: Fix coding style
Alexey Kardashevskiy
8
-262
/
+194
2016-01-18
net-snk: Fix memory leak in dhcp6_process_options()
Thomas Huth
2
-16
/
+2
2016-01-18
net-snk: Fix memory leak in ip6_to_multicast_mac() / send_ipv6()
Thomas Huth
1
-8
/
+3
2016-01-18
net-snk: Remove bad NEIGHBOUR_SOLICITATION code in send_ipv6()
Thomas Huth
1
-9
/
+1
2016-01-14
net-snk: Allow stateless autoconfig IPv6 addresses with IP_INIT_IPV6_MANUAL
Thomas Huth
1
-4
/
+11
2016-01-14
net-snk: Simplify the ip6_is_multicast() function
Thomas Huth
1
-2
/
+1
2016-01-14
net-snk: Move global variable definition out of the header file
Thomas Huth
6
-33
/
+38
2016-01-14
net-snk: Prefer non-link-local unicast IPv6 addresses if possible
Thomas Huth
1
-0
/
+16
2016-01-14
net-snk: Fix the check for link-local addresses when receiving RAs
Thomas Huth
2
-2
/
+9
2016-01-14
net-snk: Remove junk at the end of IPv6 TFTP ACK and error packets
Thomas Huth
1
-4
/
+2
2015-12-23
net-snk: Get rid of junk at the end of sent DHCPv6 packets
Thomas Huth
2
-6
/
+6
2015-12-23
net-snk: Use transaction IDs in DHCPv4, too
Thomas Huth
3
-2
/
+18
2015-12-23
net-snk: Make use of DHCPv6 transaction IDs
Thomas Huth
3
-8
/
+13
2015-12-23
net-snk: Seed the pseudo-random number generator
Thomas Huth
1
-0
/
+14
2015-12-23
net-snk: Improve printed text when booting via network
Thomas Huth
2
-13
/
+14
2015-12-01
Clean up pending packet variable in ipv4 code
Thomas Huth
1
-8
/
+8
2015-12-01
Fix tracking of pending outgoing packets when handling ARP replies
Thomas Huth
1
-1
/
+1
2015-11-03
qemu/js2x/client: Support binutils >= 2.25.1
Alexey Kardashevskiy
4
-6
/
+6
2015-09-30
takeover: Fix header includes
Thomas Huth
1
-1
/
+1
2015-03-12
Silence compiler warning when building the biosemu
Thomas Huth
11
-86
/
+46
2014-10-29
ipv4: Fix send packet across a subnet
Nikunj A Dadhania
1
-4
/
+8
2014-10-29
net-snk: Make call_client_interface() a bit more ABI compliant
Benjamin Herrenschmidt
1
-4
/
+6
2014-10-29
net-snk: Remove custom printf version
Benjamin Herrenschmidt
2
-13
/
+1
2014-10-29
net-snk: Sanitize our .lds file
Benjamin Herrenschmidt
3
-30
/
+55
2014-10-29
net-snk: Avoid type clash for stdin & stdout
Benjamin Herrenschmidt
1
-5
/
+6
[next]