Oleg Hahm
|
86a6b8a552
|
pktbuf: check NULL pointer before merging snips
|
2015-08-18 16:08:09 +02:00 |
|
Oleg Hahm
|
85fe445db8
|
pktbuf: assert for potential null pointer
In practice, this should not happen, since `_first_unused` should be
already set, if `_too_small_hole()` returns true.
|
2015-08-18 16:06:47 +02:00 |
|
Martine Lenders
|
bce1cf618d
|
Merge pull request #3586 from daniel-k/fix/pktbuf_release_check_contains
ng_pktbuf_static: check if pkt is in buffer before derefencing in ng_pktbuf_release
|
2015-08-17 10:22:44 +02:00 |
|
daniel-k
|
420d5e48ca
|
ng_pktbuf_static: check if pkt is in buffer before derefencing in ng_pktbuf_release
|
2015-08-11 23:40:04 +02:00 |
|
Hauke Petersen
|
219fd0641f
|
net/ng_pktbuf: added IOVEC export function
|
2015-08-10 10:37:55 +02:00 |
|
Martine Lenders
|
4d5d65a718
|
Merge pull request #3534 from cgundogan/pr/ng_pktbuf_static/minor_style_fix
ng_pktbuf_static: remove unnecessary parens
|
2015-07-31 19:45:07 +02:00 |
|
Cenk Gündoğan
|
aec0a703c6
|
ng_pktbuf_static: remove unnecessary parens
|
2015-07-31 19:14:49 +02:00 |
|
Cenk Gündoğan
|
b475bfd8f0
|
ng_pktbuf_static: enhance _pktbuf_contains
|
2015-07-31 18:44:39 +02:00 |
|
Martine Lenders
|
377f5ccbee
|
gnrc: replace ng_pktbuf_add() with ng_pktbuf_mark() where it's needed
|
2015-07-29 00:47:30 +02:00 |
|
Martine Lenders
|
9e823076f4
|
ng_pktbuf: new default packet buffer implementation
|
2015-07-29 00:47:30 +02:00 |
|