aboutsummaryrefslogtreecommitdiff
path: root/clients/net-snk/app/netlib/ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27net: Move files from clients/net-snk/app/netlib/ to lib/libnet/Thomas Huth1-775/+0
2016-06-27net-snk: Get rid of netlib and netapps prefixes in include statementsThomas Huth1-5/+5
2016-05-05ipv6: Replace magic number 1500 with ETH_MTU_SIZE (i.e. 1518)Thomas Huth1-2/+1
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 Huth1-13/+5
2016-05-05ipv6: Clear memory after malloc if necessaryThomas Huth1-3/+11
2016-05-05ipv6: Fix possible NULL-pointer dereference in send_ipv6()Thomas Huth1-16/+16
2016-04-12ipv6: Indent code with tabs, not with spacesThomas Huth1-6/+6
2016-04-12ipv6: send_ipv6() has to return after doing NDPThomas Huth1-2/+7
2016-04-12ipv6: Do not use unitialized MAC address arrayThomas Huth1-4/+4
2016-04-12ipv6: Add support for sending packets through a routerThomas Huth1-0/+23
2016-01-29net-snk: Fix gcc warningsAlexey Kardashevskiy1-1/+1
2016-01-29net-snk: Fix coding styleAlexey Kardashevskiy1-41/+22
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: Simplify the ip6_is_multicast() functionThomas Huth1-2/+1
2016-01-14net-snk: Move global variable definition out of the header fileThomas Huth1-13/+9
2016-01-14net-snk: Prefer non-link-local unicast IPv6 addresses if possibleThomas Huth1-0/+16
2014-10-29net-snk: use socket descriptor in the network stackNikunj A Dadhania1-14/+17
2014-01-20Fix zero checksum in UDP headerAvik Sil1-0/+6
2014-01-20Handle router advertisement message properlyAvik Sil1-3/+6
2013-11-17Add ipv6 support in net-snkAvik Sil1-0/+756