Martine Lenders
534a2f93bf
Merge pull request #2814 from authmillenon/pktbuf/fix/remove-fix-return
...
pktbuf: fix snip-was-head case for pktbuf_remove_snip
8 years ago
Martine Lenders
480924afc0
Merge pull request #2741 from authmillenon/pktdump/feat/dump-ipv6
...
pktdump: add IPv6 header dump
8 years ago
Martine Lenders
798b9c782a
Merge pull request #2816 from authmillenon/pktdump/fix/reply-to-getset
...
pktdump: reply to netapi get/set
8 years ago
Martine Lenders
62c8d6ba8f
Merge pull request #2697 from authmillenon/pktdump/feat/snip-dump
...
pktdump: dump data of packet snips structured
8 years ago
Peter Kietzmann
e87a345930
Merge pull request #2820 from haukepetersen/fix_stm32f1_gpioint
...
cpu/stm32f1: fixed GPIO interrupt cb arg handling
8 years ago
Oleg Hahm
22689437fb
Merge pull request #2764 from Lotterleben/aodvv2_improve_offers_improvement
...
AODVv2: fix check if a route offers an improvement
8 years ago
Ludwig Ortmann
6a4ee53210
Merge pull request #2813 from PeterKietzmann/extend_test_gpio_exti
...
tests/periph_gpio_exti: extend test to 32 GPIOs
8 years ago
Martine Lenders
39028c7d16
Merge pull request #2802 from haukepetersen/fix_driver_xbee
...
drivers/xbee: declared private functions as static
8 years ago
Lotte Steenbrink
aca795ddb2
Merge pull request #2810 from Lotterleben/aodvv2_na_mcast_init
...
AODVv2: rm unnecessary initialization of na_mcast
8 years ago
Lotte Steenbrink
7f4fc9269d
Merge pull request #2812 from BytesGalore/fib_shell_return_values
...
sys/shell: added missing return values for FIB command handler
8 years ago
Hauke Petersen
5893ca8851
cpu/stm32f1: fixed GPIO interrupt cb arg handling
8 years ago
Oleg Hahm
a18e9bb443
Merge pull request #2809 from authmillenon/netreg_hdr/fix/unused-parameters
...
netreg: ignore payload on default case in header build
8 years ago
Martine Lenders
cc95939050
pktdump: reply to netapi get/set
...
Since some layers need to get options from their neighboring layers the
previous behavior is potentially stack breaking when testing with this
module since no reply is given to this requests, reply blocking the
requesting thread in the process.
8 years ago
Martine Lenders
526d9d7ead
pktdump: add IPv6 header dump
8 years ago
Martine Lenders
f34df829dc
pktdump: dump data of packet snips structured
8 years ago
Martine Lenders
2c46c79fd5
pktbuf: fix snip-was-head case for pktbuf_remove_snip
8 years ago
Kaspar Schleiser
e9fb853a81
Merge pull request #2804 from authmillenon/pktbuf/api/pktbuf_remove
...
pktbuf: add helper function to remove snips from packet
8 years ago
PeterKietzmann
a3c2035834
tests/periph_gpio_exti: extend test to 32 GPIOs
8 years ago
Hauke Petersen
fa0a887dd5
drivers/xbee: declared private functions as static
8 years ago
Lotte Steenbrink
82caf87128
Merge pull request #2796 from BytesGalore/aodv_return_on_socket_fail
...
routing/aodv: added return on failed socket creation for receiver thread
8 years ago
BytesGalore
bbaddc756d
sys/shell: added missing return values
8 years ago
Cenk Gündoğan
ac5e9af4e5
Merge pull request #2607 from cgundogan/rpl_update_rt_table_for_all_dodags
...
rpl: update routing table information for all dodags
8 years ago
Martine Lenders
dde61699f0
netreg: ignore payload on default case in header build
8 years ago
Martine Lenders
67602bb443
Merge pull request #2600 from authmillenon/ipv6_nc/feat/mc-translation
...
[RFC] ng_netif_hdr: add flags for multicast and broadcast
8 years ago
Martine Lenders
37d214ba1a
pktbuf: add helper function to remove snips from packet
8 years ago
Cenk Gündoğan
d27cd45a81
rpl: update routing table information for all dodags
8 years ago
Martine Lenders
1af6126000
Merge pull request #2793 from kushalsingh007/hash_string
...
Tests: Creating unittests for the hash_string module
8 years ago
Peter Kietzmann
95b727cc2e
Merge pull request #2797 from PeterKietzmann/clarify_author_issue
...
doc/drivers/srf: edit author and copyright
8 years ago
PeterKietzmann
9e17d1b9fd
doc/drivers/srf: edit author and copyright
8 years ago
BytesGalore
feff423f07
routing/aodv: added return on failed socket cration for receiver thread
8 years ago
BytesGalore
c47563a745
Merge pull request #2789 from Lotterleben/aodvv2_mutex_fix
...
AODVv2: fix mutex for route message creation
8 years ago
kushalsingh007
b16decdec2
Tests: Creating unittests for the hash_string module
...
-Created unittests for hash_string module present in sys/hash_string
8 years ago
Martine Lenders
e3282923a4
Merge pull request #2784 from authmillenon/core/fix/debug-msg
...
core: Allow debug messages without DEVELHELP
8 years ago
Martine Lenders
d47cd80945
Merge pull request #2779 from kaspar030/fix_ipv6_addr_string_max_length
...
sys: net: ipv6: fix max ipv6 address string length
8 years ago
Lotte Steenbrink
5de25a7bd7
AODVv2: fix check if route offers improvement
8 years ago
Lotte Steenbrink
ae88d122e4
rm unnecessary initialization of na_mcast
8 years ago
Kaspar Schleiser
23074c7870
unittests: tests-ipv6_addr: test for long embedded ipv4 addresses
8 years ago
BytesGalore
580ae0a63d
Merge pull request #2786 from Lotterleben/fib_typos
...
FIB: fix documentation typos
8 years ago
BytesGalore
073f117ad6
Merge pull request #2788 from Lotterleben/fib_parenteses_fix
...
FIB: remove extraneous parentheses
8 years ago
Lotte Steenbrink
436a105ff7
AODVv2: fix mutex for route message creation
8 years ago
Lotte Steenbrink
7e60b654d3
Merge pull request #2771 from OlegHahm/oonf_api_dep
...
oonf_common: add missing dependencies
8 years ago
Lotte Steenbrink
0666827d25
FIB: remove extraneous parentheses
8 years ago
Peter Kietzmann
821cf81608
Merge pull request #2773 from kaspar030/make_pktdump_internals_static
...
sys: net: ng_pktdump: mark internal functions as static
8 years ago
Lotte Steenbrink
d2e6e7ba17
FIB: fix some typos
8 years ago
Oleg Hahm
fce1d4538e
Merge pull request #2703 from cgundogan/rpl_rm_initializers
...
rpl: remove needless initializers
8 years ago
Oleg Hahm
bd828f109e
Merge pull request #2350 from gebart/pr/sixlowpan-buffer-name
...
sixlowpan: rename global buffer->sixlowpan_buffer
8 years ago
Peter Kietzmann
7c870f8730
Merge pull request #2767 from bapclenet/samr21/RTC
...
samr21/RTC
8 years ago
Martine Lenders
4e7a32efc1
core: Allow debug messages without DEVELHELP
8 years ago
Martine Lenders
41ffab78a6
Merge pull request #2746 from authmillenon/dist/enh/tab-test
...
dist: add tab test
8 years ago
Martine Lenders
c94094529d
Merge pull request #2731 from authmillenon/ipv6_hdr/feat/initial
...
ipv6_hdr: Initial import
8 years ago