Martine S. Lenders
|
cee1b7296d
|
gnrc_icmpv6_echo: use gnrc_netif_hdr_set_netif() also for loopback
|
2019-09-10 12:37:32 +02:00 |
|
Benjamin Valentin
|
e8dc1119b8
|
sys: make use of ARRAY_SIZE macro
|
2019-08-06 19:43:54 +02:00 |
|
Martine Lenders
|
60c26648fe
|
Merge pull request #11766 from nmeum/pr/gnrc_tftp_min_len
gnrc_tftp: Add minimum packet length check
|
2019-07-16 14:39:48 +02:00 |
|
Martine S. Lenders
|
1c946a1af4
|
gnrc_tftp: set port on server init
|
2019-07-03 16:49:43 +02:00 |
|
Martine S. Lenders
|
7ba928faa3
|
gnrc_tftp: make it working again with link-local addresses
|
2019-07-03 14:04:26 +02:00 |
|
Martine Lenders
|
2fce0950bf
|
gnrc_tftp: set dst_port when duplicated data received
|
2019-07-03 12:51:10 +02:00 |
|
Martine Lenders
|
3d9c7ee5de
|
gnrc_tftp: set source port for server
|
2019-07-01 22:56:42 +02:00 |
|
Martine Lenders
|
5ec0b1609a
|
gnrc_tftp: initialize unititialized 'tftp_context_t' values to 0
|
2019-07-01 22:55:31 +02:00 |
|
Sören Tempel
|
e8d0fb7685
|
gnrc_tftp: Add minimum packet length check
Fixes #10927
|
2019-07-01 13:49:25 +02:00 |
|
Sören Tempel
|
a26942632a
|
gnrc_tftp: Fix out-of-bounds memory access when comparing modes
|
2019-06-27 10:21:42 +02:00 |
|
Marian Buschsieweke
|
4672368d5a
|
sys/net: NETOPT_MAX_{PACKET_SIZE -> PDU_SIZE}
Updated code to use NETOPT_MAX_PDU_SIZE instead of deprecated
NETOPT_MAX_PACKET_SIZE.
|
2019-02-18 20:15:08 +01:00 |
|
smlng
|
c2b403f4ad
|
gnrc/netreg: remove usages of gnrc_netreg_num
|
2018-02-06 21:39:58 +01:00 |
|
smlng
|
e381317fbf
|
make: fix sign-compare errors
cpu, nrf5x_common: fix sign-compare in periph/flashpage
drivers, periph_common: fix sign-compare in flashpage
cpu, sam0_common: fix sign-compare error in periph/gpio
cpu, cc2538: fix sign-compare in periph/timer
cpu, sam3: fix sign-compare in periph/gpio
cpu, stm32_common: fix sign-compare in periph/pwm
cpu, stm32_common: fix sign-compare in periph/timer
cpu, stm32_common: fix sign-compare in periph/flashpage
cpu, nrf5x_common: fix sign-compare in radio/nrfmin
cpu, samd21: fix sign-compare in periph/pwm
cpu, ezr32wg: fix sign-compare in periph/gpio
cpu, ezr32wg: fix sign-compare in periph/timer
drivers, ethos: fix sign-compare
sys, net: fix sign-compare
cpu, atmega_common: fix sign-compare error
cpu, msp430fxyz: fix sign-compare in periph/gpio
boards, msb-430-common: fix sign-compare in board_init
driver, cc2420: fix sign-compared
sys/net: fix sign-compare in gnrc_tftp
driver, pcd8544: fix sign-compare
driver, pn532: fix sign-compare
driver, sdcard_spi: fix sign-compare
tests: fix sign_compare
sys/net, lwmac: fix sign_compare
pkg, lwip: fix sign-compare
boards, waspmote: make CORECLOCK unsigned long to fix sign_compare error
tests, sock_ip: fix sign compare
tests, msg_avail: fix sign compare
tests, sock_udp: fix sign compare
boards: fix sign-compare for calliope and microbit matrix
|
2017-11-28 11:55:48 +01:00 |
|
Martine Lenders
|
31b1ceb440
|
gnrc_netif2: rename to gnrc_netif
|
2017-11-17 10:41:54 +01:00 |
|
Martine Lenders
|
861035f22d
|
gnrc: integrate gnrc_netif2
Not link-able, since NDP and NC are missing (intentionally)
|
2017-11-07 19:08:44 +01:00 |
|
kYc0o
|
e2e1500c6d
|
f tftp: address @aabadie comments.
|
2017-04-04 14:02:36 +02:00 |
|
kYc0o
|
9ee1e1f156
|
tftp: send DACK until server receives it
|
2017-04-04 01:55:46 +02:00 |
|
kYc0o
|
1f70d172c6
|
tftp: disable debug
|
2017-04-04 01:55:46 +02:00 |
|
Oleg Hahm
|
4f4214235b
|
timex: unambiguous time conversion macros
|
2017-01-19 13:18:08 +01:00 |
|
Hauke Petersen
|
bc232a5642
|
Merge pull request #5524 from miri64/gnrc_netreg/api/helper-macro
gnrc_netreg: introduce helper macro/function for entry init
|
2016-10-25 21:21:25 +02:00 |
|
Martine Lenders
|
dc45cd2610
|
gnrc: use new netreg helper functions everywhere
|
2016-10-25 18:47:30 +02:00 |
|
Oleg Hahm
|
b428979a1d
|
debug: add missing line breaks
|
2016-09-27 23:38:41 +02:00 |
|
|
7718f114cb
|
all: remove pointer casts for msg.content.ptr
|
2016-06-02 23:13:42 +02:00 |
|
Oleg Hahm
|
991c71cf27
|
gnrc ipv6: use ipv6_addr_t ptr for hdr_build
|
2016-03-23 15:20:12 +01:00 |
|
Oleg Hahm
|
360413a033
|
gnrc ipv6 hdr: remove len params from hdr_build
|
2016-03-23 15:20:11 +01:00 |
|
Oleg Hahm
|
487f6e480f
|
gnrc udp: simplify gnrc_udp_hdr_build
Directly using 16 bit port numbers instead of casting uint8_t pointers.
|
2016-03-23 15:20:11 +01:00 |
|
|
ded39b461e
|
sys: random: rename genrand_* to random_*
|
2016-02-29 21:33:17 +01:00 |
|
Martine Lenders
|
379703ae3a
|
gnrc: use gnrc_pkt_search_type instead of LL_SEARCH_SCALAR
|
2016-02-11 01:05:02 +01:00 |
|
Thomas Eichinger
|
a43cbd17ff
|
tfpt: fix formating warnings/errors
|
2016-01-05 14:59:34 +01:00 |
|
DipSwitch
|
ede923bc5c
|
tftp: implement TFTP server and client
Fix: packet size and typo in transfer mode main -> mail
|
2015-12-03 21:45:48 +01:00 |
|