Commit graph

  • 08f6f5507b net: todo: Remove TCP from TODO Jesus Sanchez-Palencia 2017-03-01 14:19:13 -0800
  • 46eaa94ec5 net: context: Check if conn_handler exists when binding Paul Sokolovsky 2017-03-01 22:22:25 +0300
  • 141c0a5f1a samples: net: NATS protocol sample Leandro Pereira 2017-02-24 11:03:30 -0800
  • fb192c5da0 lib: Add minimal JSON library Leandro Pereira 2017-02-16 15:51:31 -0800
  • 760c1f1214 samples/net: Fix error handling issues in IRC bot Flavio Santes 2017-02-28 22:35:40 -0600
  • c406be6360 samples/net: Fix uninitialized variable error Flavio Santes 2017-02-28 22:20:47 -0600
  • 58d6e20493 net: nbuf: Print more info when trying double free net_buf Jukka Rissanen 2017-03-01 15:31:28 +0200
  • aeb08874af net: samples: echo-client: Allow UDP and TCP run at the same time Jukka Rissanen 2017-03-01 13:59:08 +0200
  • a616aa1f58 net: 6lo: ieee802154: Memory leak when unfragmenting received data Jukka Rissanen 2017-03-01 14:32:14 +0200
  • ac7a05bbba net: 6lo: ieee802154: Do no try to unref NULL net_buf Jukka Rissanen 2017-03-01 14:30:55 +0200
  • f8ae384dae net: nbuf: Print adjust value if we fail in read or write Jukka Rissanen 2017-03-01 13:57:01 +0200
  • f031c2be37 net: nbuf: Do not delete the fragments in net_nbuf_unref() Jukka Rissanen 2017-02-28 14:07:34 +0200
  • 93f7f9f3e6 net: shell: Show also ISR and main stack usage Jukka Rissanen 2017-02-28 10:58:55 +0200
  • f8c60de061 net: nbuf: Create net_nbuf_frag_del() for tracking allocations Jukka Rissanen 2017-02-27 22:56:14 +0200
  • 99097e53cb net: shell: Add cmd to see net_buf allocations Jukka Rissanen 2017-02-27 22:35:58 +0200
  • 38d26d07e9 net: nbuf: Track memory allocations Jukka Rissanen 2017-02-27 22:34:50 +0200
  • 573eea0884 net: nbuf: Remove unnecessary buf init Jukka Rissanen 2017-02-27 17:30:04 +0200
  • 038664ac6f net: if: Clarify the documentation in net_if_send_data() Jukka Rissanen 2017-02-27 16:33:34 +0200
  • 57150538bd net: nbuf: Remove obsolete reserve variable from net_nbuf Jukka Rissanen 2017-02-27 16:12:46 +0200
  • 5032bdc46d net: nbuf: Pass ll_reserve when creating TX buffer Jukka Rissanen 2017-02-24 15:28:17 +0200
  • 189ec2b6ad net: Remove link layer reserve param from IP packet creator Jukka Rissanen 2017-02-24 14:10:08 +0200
  • 5197266768 net: nbuf: Use net_nbuf_get_frag() to allocate a fragment Jukka Rissanen 2017-02-24 13:32:56 +0200
  • 0fdee2ef5d net: nbuf: Print pool name instead of address in debug prints Jukka Rissanen 2017-02-24 10:48:27 +0200
  • 4111b994b7 net: shell: Fix the info prints for net_buf pools Jukka Rissanen 2017-02-24 10:39:50 +0200
  • d32503f57e net: nbuf: Split one global DATA pool to RX and TX DATA pools Jukka Rissanen 2017-02-23 23:53:59 +0200
  • 2478dd250b net: context: TCP packets must be send via net_tcp_send_data() Jukka Rissanen 2017-02-21 14:44:09 +0200
  • 93533b37d8 net: tcp: Fix the issues with 6lo Jukka Rissanen 2017-02-17 15:39:55 +0200
  • e18f76ce60 net: conn: Print UDP and TCP checksum after receiving pkt Jukka Rissanen 2017-02-21 15:33:45 +0200
  • 30a3f5ce88 net: 6lo: Change how net_buf is allocated in RX side Jukka Rissanen 2017-02-21 10:34:39 +0200
  • 10979d8326 net: 6lo: Use dedicated buf pool if enabled Jukka Rissanen 2017-02-17 15:33:12 +0200
  • eb35c8dcae net: nbuf: Add helper function to copy buf user_data Jukka Rissanen 2017-02-17 14:44:55 +0200
  • 4bcc2a47d0 net: nbuf: Fix net_nbuf_copy() so that original nbuf is not modified Jukka Rissanen 2017-02-21 11:20:35 +0200
  • 6a4372b0df net: nbuf: Fix the net_nbuf_copy() buf parameter Jukka Rissanen 2017-02-17 14:26:31 +0200
  • a5dbf31b3a net: shell: Print network buffer pool information Jukka Rissanen 2017-02-23 16:50:42 +0200
  • 230de764a9 net: buf: Store name of the buffer pool Jukka Rissanen 2017-02-23 16:49:30 +0200
  • ee0cff9ac7 samples: net: Use context specific net_buf pools in echo_* Jukka Rissanen 2017-02-15 23:02:56 +0200
  • 7719cee113 net: Add net_buf pool support to each context Jukka Rissanen 2017-02-15 21:41:44 +0200
  • 9fce1626d7 net: nbuf: Remove unnecessary debugging code Jukka Rissanen 2017-02-23 14:53:10 +0200
  • 7218d0d64b net: buf: Add more accounting info to net_buf pool Jukka Rissanen 2017-02-23 14:50:32 +0200
  • e82818c59b eth/eth_mcux: Make promiscous mode configurable. Marcus Shawcroft 2017-02-21 16:25:23 +0000
  • 7c193b7f9f net/dhcpv4: Support REBINDING Marcus Shawcroft 2017-02-11 12:16:04 +0000
  • f8cc065d13 net/dhcpv4: Refactor t1 handler. Marcus Shawcroft 2017-02-22 12:00:10 +0000
  • b42a6b3192 net/dhcpv4: Remove !iface checks from timeout handlers. Marcus Shawcroft 2017-02-22 11:58:29 +0000
  • b0df4bf260 net/dhcpv4: Fix the behaviour of ciaddr. Marcus Shawcroft 2017-02-11 17:29:16 +0000
  • 045d317b9b net/dhcpv4: Use BROADCAST and UNICAST appropriately. Marcus Shawcroft 2017-02-11 12:23:23 +0000
  • 4b24c18f5f net/dhcpv4: Use server identifier appropriately. Marcus Shawcroft 2017-02-11 12:18:21 +0000
  • 53f0823113 net/dhcpv4: Call net_if_ipv4_addr_rm Marcus Shawcroft 2017-02-13 21:46:21 +0000
  • 3726bb98bd net/dhcpv4: Introduce start/stop API and disabled state. Marcus Shawcroft 2017-02-11 17:45:17 +0000
  • c4f4cb17db net/dhcpv4: Rework initialization. Marcus Shawcroft 2017-02-22 12:36:31 +0000
  • 010102ae02 net/dhcpv4: Refactor REQUESTING state entry. Marcus Shawcroft 2017-02-11 17:15:14 +0000
  • 653d614e1e net/dhcpv4: Refactor SELECTING state entry. Marcus Shawcroft 2017-02-11 17:08:43 +0000
  • 5cfc917617 net/dhcpv4: Refactor send_discover Marcus Shawcroft 2017-02-11 17:05:30 +0000
  • 33bb4c0f21 net/dhcpv4: Refactor send_request state handling. Marcus Shawcroft 2017-02-11 16:59:50 +0000
  • 81c0d5fb3d net/dhcpv4: Explicitly initialize net_if dhcpv4 state. Marcus Shawcroft 2017-02-10 19:10:27 +0000
  • 9dd39e1553 net/dhcpv4: Implement NAK support. Marcus Shawcroft 2017-02-09 21:43:40 +0000
  • 57b24721b2 net/dhcpv4: Refactor handle_reply() Marcus Shawcroft 2017-02-11 11:55:56 +0000
  • b840664c11 net/dhcpv4: Adjust state names to reflect rfc2131 Marcus Shawcroft 2017-02-11 16:40:34 +0000
  • 1f279e13b3 net/dhcpv4: Unify dhcpv4 state name printers Marcus Shawcroft 2017-02-11 16:46:23 +0000
  • 8df38dc55f net/dhcpv4: Move timers inside the net_if dhcpv4 context Marcus Shawcroft 2017-02-14 20:51:25 +0000
  • 5dcc56ebed net/dhcpv4: Refactor dhcpv4 message type representation. Marcus Shawcroft 2017-02-09 15:04:28 +0000
  • 0d0cdc23a6 net/dhcpv4: Refactor packet construction Marcus Shawcroft 2017-02-11 10:02:58 +0000
  • 1559a3b3e8 net/dhcpv4: Add missing const Marcus Shawcroft 2017-02-11 21:44:17 +0000
  • b21cfc2404 net: context: Make packet_received() static Jesus Sanchez-Palencia 2017-02-28 15:18:49 -0800
  • 8f409f28b4 lib/zoap: Fix warning about signedness conversion Vinicius Costa Gomes 2017-02-28 10:52:32 -0800
  • 4a0e008e8d net: tcp: ACK packet should not be forwarded to application Leandro Pereira 2017-02-17 14:40:33 -0800
  • ee8bfe586b samples: mbedtls: Fixing entropy source Sergio Rodriguez 2017-02-24 16:58:57 -0800
  • e5d1d18415 quark_se_ss: disable x86 GPIO driver by default Anas Nashif 2017-03-09 14:52:06 +0100
  • f98cb40179 soc: defconfig: Enable WDT for ATMEL SAM MCUs Souvik K Chakravarty 2017-02-27 10:39:28 +0530
  • 8fa2f82524 watchdog: Add WDT driver for Atmel SAM SoCs Souvik K Chakravarty 2017-03-07 08:56:58 +0530
  • b08d655286 quark_se: do not enable x86 SPI on ARC Anas Nashif 2017-03-08 21:41:50 +0100
  • 945517205f Revert "build: Fix qemugdb target" Kumar Gala 2017-03-09 01:20:20 -0600
  • 69d9985429 Merge bluetooth branch into master Johan Hedberg 2017-03-08 22:20:51 +0100
  • e51a19fdc2 Bluetooth: HFP HF: SCO: Accept eSCO conn request Sathish Narasimman 2017-02-15 14:29:11 +0530
  • 5490c80383 Bluetooth: HFP HF: SCO: Add esco supported pkt type Sathish Narasimman 2017-02-13 11:47:11 +0530
  • 83bb08fbd9 Bluetooth: HFP HF: Handling AG Network error Sathish Narasimman 2017-01-30 18:43:25 +0530
  • 1d44e345be Bluetooth: AT: Fix 'signed' warning Sathish Narasimman 2017-03-08 15:53:18 +0530
  • 16608e9a51 Bluetooth: Controller: mayfly enable to supercede over disable Vinayak Chettimada 2017-03-08 13:42:34 +0100
  • ecc0f83d92 Bluetooth: Controller: Fix assert on role stop/abort Vinayak Chettimada 2017-03-04 16:06:02 +0100
  • 0c6df2d55c include/zephyr.h: Define __ZEPHYR__ if not already. Paul Sokolovsky 2017-03-08 12:37:57 +0100
  • c76c050bbd doc: board porting guide Anas Nashif 2017-02-08 08:04:04 +0530
  • 0877517ca4 ext qmsi: Update QMSI to 1.4 RC4 Jesus Sanchez-Palencia 2017-03-07 14:57:43 -0800
  • 75d17fa3db doc: move IP porting guide to porting section David B. Kinder 2017-02-28 15:29:16 -0800
  • 6754f8eaaf boards: arduino_101: enable GPIO by default Jithu Joseph 2017-02-16 16:43:20 -0800
  • 5873fee475 samples: pwm: change hard-coded device name Kuo-Lang Tseng 2017-02-21 14:29:10 -0800
  • 8d4f1bcb78 tests/gpio: enable gpio cases to run on more platforms Qiu Peiyang 2017-01-18 11:14:25 +0800
  • 935663f05e tests: fix disabling of GPIO interrupt issue Qiu Peiyang 2017-03-03 14:52:33 +0800
  • 2d033483de tests: add zephyr pinmux driver api test case Qiu Peiyang 2017-02-14 14:07:39 +0800
  • 1124da16de tests: add zephyr SPI driver api test case Qiu Peiyang 2017-02-15 14:14:03 +0800
  • 3b3659c0d2 sanitycheck: run legacy tests only on daily basis Anas Nashif 2017-03-04 11:08:07 -0500
  • fbde97d44a tests: drivers: uart: fix variable type mismatches Jithu Joseph 2017-03-07 12:00:33 -0800
  • 8747090426 Bluetooth: Controller: Kconfig option to set public address Vinayak Chettimada 2017-03-07 10:06:00 +0100
  • 370571b563 build: Fix qemugdb target Vinicius Costa Gomes 2017-02-28 13:34:28 -0800
  • 10c41eea00 samples/logger-hook: fix usage of ring buffer Andrew Boie 2017-03-06 09:31:50 -0800
  • a9655eee4b Bluetooth: L2CAP: Add TX queueing for LE CoC Luiz Augusto von Dentz 2017-03-07 10:20:15 +0200
  • 03ff07ea7f Bluetooth: L2CAP: Move functions in preparation for queuing Luiz Augusto von Dentz 2017-02-16 16:37:41 +0200
  • 966fbbcd04 Bluetooth: Controller: Run all enqueued mayfly before disable Vinayak Chettimada 2017-03-04 04:58:22 +0100
  • 9cf9a2f1f2 Bluetooth: samples: Add combined observer & broadcaster app Johan Hedberg 2017-03-03 13:08:00 +0200
  • 0ed68c7680 Bluetooth: Relax minimum advertising interval for 5.0 controllers Johan Hedberg 2017-03-03 09:50:51 +0200
  • ff3e6e333f Bluetooth: controller: Report 5.0 compliant controller Carles Cufi 2017-03-02 17:33:24 +0100
  • f253f4e14c Bluetooth: Add support for Bluetooth 5.0 version specifier Johan Hedberg 2017-03-02 18:11:50 +0200