1. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  2. 0612651 drivers: slip: Consolidate under drivers/net/ by Paul Sokolovsky · 7 years ago
  3. a39ec5f drivers: slip: Rework logging to follow conventions by Paul Sokolovsky · 7 years ago
  4. 1ca4f1a drivers: slip: Consistently log pkt/buf allocation failures by Paul Sokolovsky · 7 years ago
  5. 6bb446e net: slip: Clarify slip settings in Kconfig by Jukka Rissanen · 8 years ago
  6. 4c56b90 drivers: slip: move doxygen header by Anas Nashif · 8 years ago
  7. dfffe4b drivers: slip: escape SLIP special characters in headers too by Ruslan Mstoi · 8 years ago
  8. 93e4d72 spell: fix Kconfig help typos: /boards /drivers by David B. Kinder · 8 years ago
  9. ccad5bf drivers: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
  10. db11fcd net/net_pkt: Fully separate struct net_pkt from struct net_buf by Tomasz Bursztyka · 8 years ago
  11. bf964cd net: Renaming net nbuf API to net pkt API by Tomasz Bursztyka · 8 years ago
  12. f7a5612 drivers: slip: Fix memory corruption when receiving packet by Jukka Rissanen · 8 years ago
  13. 207128a drivers: slip: Use always the initialized network interface by Jukka Rissanen · 8 years ago
  14. e1a6c7d drivers: slip: Allow specifying the MAC address from config file by Inaky Perez-Gonzalez · 8 years ago
  15. 5197266 net: nbuf: Use net_nbuf_get_frag() to allocate a fragment by Jukka Rissanen · 8 years ago
  16. d32503f net: nbuf: Split one global DATA pool to RX and TX DATA pools by Jukka Rissanen · 8 years ago
  17. 84ce2a6 drivers: slip: Skip buffer allocation for incomplete packet by Ravi kumar Veeramally · 8 years ago
  18. eb31179 drivers: slip: Add more comments for slip write scenario by Ravi kumar Veeramally · 8 years ago
  19. 59b310e drivers: slip: Remove unused variables by Ravi kumar Veeramally · 8 years ago
  20. 4eb2020 net: Set the network link address type when setting link address by Jukka Rissanen · 8 years ago
  21. bd3908b net: nbuf: Add timeout to net_buf getters by Jukka Rissanen · 8 years ago
  22. 3587b97 net: slip: Do not remove fragments when sending data by Leandro Pereira · 8 years ago
  23. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  24. 3d8e86c drivers: eliminate nano/micro kernel usage by Anas Nashif · 8 years ago
  25. 15932d4 drivers/slip: Use the right data-type by Flavio Santes · 8 years ago
  26. a9e879e logging: move sys_log to subsys/logging by Anas Nashif · 8 years ago
  27. 1ecaa78 drivers: slip: remove unneeded include path addition by Kumar Gala · 8 years ago
  28. 3eaec41 net: Moved net/ to subsys/net by Jukka Rissanen · 8 years ago
  29. ded457d slip: Fix hexdump print by Jukka Rissanen · 8 years ago
  30. 5f3f331 net: Adapt to new behavior of net_buf_frag_add v2 by Jukka Rissanen · 8 years ago
  31. c90e0ae net: Fix slip compilation issue with debug option enabled by Ravi kumar Veeramally · 8 years ago
  32. 09b2bb0 drivers/slip: Fix circular dependency on NET_SLIP by Vinicius Costa Gomes · 8 years ago
  33. b49d624 net: drivers: slip: Let's cleanup a bit for better readability by Tomasz Bursztyka · 8 years ago
  34. 37d0958 net: driver: SLIP does not need to store ll reserve at any time by Tomasz Bursztyka · 8 years ago
  35. 9c70e1c net: drivers: Slip can get the MTU set on it's interface by Tomasz Bursztyka · 8 years ago
  36. 076235c net: drivers: SLIP should not reserve anything while receiving by Tomasz Bursztyka · 8 years ago
  37. e09b79f net: Fix slip multipackets reception by Ravi kumar Veeramally · 8 years ago
  38. 846bb62 slip: Fix debug printing by Jukka Rissanen · 8 years ago
  39. 9d146ad drivers/slip: Fix warnings when TAP support is disabled by Vinicius Costa Gomes · 8 years ago
  40. a4f56b6 net: Fix compilation if IPv4 is disabled by Jukka Rissanen · 8 years ago
  41. 3560f58 net: L2 might need private data per-interface by Tomasz Bursztyka · 8 years ago
  42. 9d5b0d6 slip: Do not send ethernet header if MTU is large enough by Jukka Rissanen · 8 years ago
  43. b8e3415 net: Let's use inline function for type checking for net_nbuf by Tomasz Bursztyka · 8 years ago
  44. a7e75ba slip: Setup fragments properly if MTU is bigger than frag size by Jukka Rissanen · 8 years ago
  45. eca54f0 slip: Do not try to unref a null pointer by Jukka Rissanen · 8 years ago
  46. c06c5b8 slip: Network stack needs to be up before sending data to it by Jukka Rissanen · 8 years ago
  47. 33a2333 slip: Fix the debug print by Jukka Rissanen · 8 years ago
  48. 682b303 net: Write ethernet header in pdu when using slip and tap by Jukka Rissanen · 8 years ago
  49. 7bfffc3 net: Use debugging net_buf unref function by Jukka Rissanen · 8 years ago
  50. 82a6e96 net: Removing capabilities from net_if api by Tomasz Bursztyka · 8 years ago
  51. 4090b4c net: Add an L2 layer by Tomasz Bursztyka · 8 years ago
  52. b19f26b slip: Fix compiler warnings by Tomasz Bursztyka · 8 years ago
  53. d163804 slip: Support TAP functionality by Jukka Rissanen · 8 years ago
  54. 5729d1c net: Renamed network data receive function by Jukka Rissanen · 8 years ago
  55. d24f673 net: Receive IPv4 packet by Jukka Rissanen · 8 years ago
  56. 2ddb7ce slip: Add driver for host to qemu connectivity by Jukka Rissanen · 8 years ago