Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a94f179252d496be43f515e425bd23fa8f8db1ee
a94f179
net: Add ll addresses on net_if_send_data
by Luiz Augusto von Dentz
· 8 years ago
6aae825
net: iface: Fix bad comparisons in net_if
by Julien Chevrier
· 8 years ago
3c95a56
tests: net: rpl: Fix unicast NS sending
by Jukka Rissanen
· 8 years ago
6b069f1
net: tests: Add unit tests for net_nbuf_compact()
by Jukka Rissanen
· 8 years ago
d6cc2c9
net: nbuf: Removing dead code from net_nbuf_compact()
by Jukka Rissanen
· 8 years ago
d8323e1
doc: Include main Network APIs doxygen documentation
by Tomasz Bursztyka
· 8 years ago
cfff5ca
doc: net: Migrate from Zephyr 1.6 to 1.7
by Jukka Rissanen
· 8 years ago
cc9ec34
samples: zperf: Enable TCP for zperf configuration
by Jukka Rissanen
· 8 years ago
48b9b96
samples: zperf: Use native IP stack for TCP support
by Jukka Rissanen
· 8 years ago
56afb10
net: tcp: Only return -ETIMEDOUT if timeout!=0 in connect
by Michael Scott
· 8 years ago
1a21a36
samples: net: irc_bot: add DHCPv4 support
by Michael Scott
· 8 years ago
fab087e
samples: net: irc_bot: add DNS support
by Michael Scott
· 8 years ago
2f10b31
samples: net: irc_bot: add IPv4 support
by Michael Scott
· 8 years ago
8a7e306
samples: net: irc_bot: add FRDM K64F project .conf
by Michael Scott
· 8 years ago
2618fcf
samples: net: irc_bot: add Linaro copyright
by Michael Scott
· 8 years ago
103c1af
samples: net: irc_bot: handle messages across multiple fragments
by Michael Scott
· 8 years ago
50a93d9
samples: net: irc_bot: create semi-unique IRC user names
by Michael Scott
· 8 years ago
fc94432
samples: net: irc_bot: modify disco check in on_context_recv()
by Michael Scott
· 8 years ago
7f90bc7
samples: net: irc_bot: dont hardcode NET_SYS_LOG_LEVEL
by Michael Scott
· 8 years ago
65abcd4
samples: net: irc_bot: use irc parameter's connection
by Michael Scott
· 8 years ago
f6255a7
samples: net: irc_bot: fix null pointer deref
by Michael Scott
· 8 years ago
359ef02
samples: net: irc_bot: expand some char buffers
by Michael Scott
· 8 years ago
267cbd9
samples: net: irc_bot: simplify connect path
by Michael Scott
· 8 years ago
36b551e
samples: net: irc_bot: make some functions more accessible
by Michael Scott
· 8 years ago
f75c1fd
samples: net: irc_bot: use #defines for server and port
by Michael Scott
· 8 years ago
81640ab
samples: net: irc_bot: make panic() more accessible
by Michael Scott
· 8 years ago
a1d6303
samples: net: irc_bot: remove sockaddr globals
by Michael Scott
· 8 years ago
dbe4635
samples: net: irc_bot: add helper function in_addr_set()
by Michael Scott
· 8 years ago
01e3c33
samples: net: irc_bot: remove unneeded typecasts and extra var
by Michael Scott
· 8 years ago
79dc068
samples: net: irc_bot: release net_context reference upon error
by Michael Scott
· 8 years ago
14a6306
samples: net: irc_bot: establish privmsg callback typedef
by Michael Scott
· 8 years ago
ed7ea99
samples: net: irc_bot: run sample process as a thread
by Michael Scott
· 8 years ago
2bcd700
samples: net: Add IRC bot example
by Leandro Pereira
· 8 years ago
3efe6b7
net: tcp: Add optional TIME_WAIT support
by Andy Ross
· 8 years ago
f3cce90
net: net_context: Drop callbacks in net_context_put()
by Andy Ross
· 8 years ago
fece856
net: tcp: Clean up FIN handling
by Andy Ross
· 8 years ago
f16886d
net: tcp: Don't send active close FIN packets synchronously
by Andy Ross
· 8 years ago
5d6e0d4
net: tcp: Clean up net_context lifecycle
by Andy Ross
· 8 years ago
bc406fa
samples/net: Add a simple telnet sample
by Tomasz Bursztyka
· 8 years ago
d689c5e
samples/zoap_server: Add a 802.15.4 case to the test suite
by Vinicius Costa Gomes
· 8 years ago
0ef6579
samples/zoap_server: Allow overriding the BOARD variable
by Vinicius Costa Gomes
· 8 years ago
1997a04
net: Increasing the default number of network contexts
by Jukka Rissanen
· 8 years ago
8b9212d
net/mqtt: Check function return value
by Jorge Ramirez-Ortiz
· 8 years ago
2de8bd9
net: tests: Add unit tests for net_addr_ntop() utils function
by Ravi kumar Veeramally
· 8 years ago
b13f44b
net: utils: Add net_addr_ntop() helper function
by Ravi kumar Veeramally
· 8 years ago
10e5162
net: tests: Add unit tests for net_addr_pton() utils function
by Ravi kumar Veeramally
· 8 years ago
3171610
net: bt: Fix failing to resolve link-local address
by Luiz Augusto von Dentz
· 8 years ago
1bbfd3e
driver: ethernet: Fix typo on enc28j60 driver Kconfig
by Sergio Rodriguez
· 8 years ago
227bf97
samples/net: Fix a tiny mistake in dhcpv4_client README.rst
by Tomasz Bursztyka
· 8 years ago
63e6b60
net: echo_server: Enable TCP for frdm_k64f
by Paul Sokolovsky
· 8 years ago
54c642c
net: ip: stat: fix typo in rpl.dio.sent stat
by Kumar Gala
· 8 years ago
f0f8a99
samples/zoap_server: Enable support for 802.15.4
by Vinicius Costa Gomes
· 8 years ago
ca6a686
net: correct in*_addr parameter of net_addr_pton()
by Michael Scott
· 8 years ago
6d50b47
net: tcp: Call connect callback later
by Jukka Rissanen
· 8 years ago
e440759
tests/kernel/poll: test object runtime init functions
by Benjamin Walsh
· 8 years ago
a304f16
kernel/poll: add k_poll_signal_init() runtime init
by Benjamin Walsh
· 8 years ago
b017986
kernel/poll: add missing poll_event runtime init
by Benjamin Walsh
· 8 years ago
31189d9
tests/kernel/poll: verify tag is untouched by API
by Benjamin Walsh
· 8 years ago
969d4a7
kernel/poll: add user tag to struct k_poll_event
by Benjamin Walsh
· 8 years ago
1eba370
tests: kernel: import pool/heap tests to unified kernel
by Jithu Joseph
· 8 years ago
cacb2ed
tests: kernel: port mutex/priority inheritance test to unified
by Jithu Joseph
· 8 years ago
10e3660
tests: kernel: import libs test to unified kernel
by Jithu Joseph
· 8 years ago
6ca73fb
tests: legacy: resolve conflict with MON defined in HAL
by Anas Nashif
· 8 years ago
2ab4fa2
Revert "[REVERTME]boards: omit frame pointer for ARC boards"
by Anas Nashif
· 8 years ago
9659fec
tests: kernel: import errno test to unified
by Jithu Joseph
· 8 years ago
5800f16
tests: kernel: import floating point sharing tests to unified
by Jithu Joseph
· 8 years ago
d33c42a
kernel: thread: Fix legacy symbol mixup in fp path
by Jithu Joseph
· 8 years ago
f7a6e28
sanitycheck: don't override environment for USE_CCACHE
by Andrew Boie
· 8 years ago
4fc9606
irq: introduce 'direct' interrupt API definition
by Andrew Boie
· 8 years ago
d4dddf7
doc: update intro section with new architectures
by Anas Nashif
· 8 years ago
7bf9055
doc: cc3200_launchxl: fixed bullets
by Anas Nashif
· 8 years ago
1387eff
kernel: Fix k_poll support for k_fifo_put_list
by Johan Hedberg
· 8 years ago
0650911
samples: philosophers: adjust stack size and build by sanitycheck
by Anas Nashif
· 8 years ago
9f004d9
drivers: make ethernet init prio depend on NET_L2_ETHERNET
by Anas Nashif
· 8 years ago
65d7ffe
doc: remove artifacts of doc build recently added
by David B. Kinder
· 8 years ago
ed53624
tests: add poll kernel test
by Benjamin Walsh
· 8 years ago
acc68c1
kernel: add k_poll() API
by Benjamin Walsh
· 8 years ago
fcdb0fd
kernel: add _WAIT_Q_INIT()
by Benjamin Walsh
· 8 years ago
0de9487
kernel: add _THREAD_POLLING thread state
by Benjamin Walsh
· 8 years ago
0a49ba3
kernel: add _is_thread_state_set()
by Benjamin Walsh
· 8 years ago
39b80d8
kernel: add k_fifo_is_empty()
by Benjamin Walsh
· 8 years ago
304c248
doc: use hlist directive for improved output
by David B. Kinder
· 8 years ago
6bd5dff
doc: add CSS support for hlist directive
by David B. Kinder
· 8 years ago
458e2ed
libc/minimal: Fix definition of ssize_t
by Marcus Shawcroft
· 8 years ago
f5b3e2a
samples: net: echo_server .conf for Atmel SMART SAM E70 Xplained board
by Piotr Mienkowski
· 8 years ago
d519ef1
drivers: Add Atmel SAM family GMAC Ethernet driver
by Piotr Mienkowski
· 8 years ago
9d1c6de
drivers: Add basic Atmel SAM USART driver
by Piotr Mienkowski
· 8 years ago
4279960
arch: Add pmc, gpio internal Atmel SAM drivers
by Piotr Mienkowski
· 8 years ago
5e916f1
boards: Add Atmel SAM E70 Xplained board support
by Piotr Mienkowski
· 8 years ago
f604480
arch: Add support for Atmel SAM E70 SoC configuration at boot
by Piotr Mienkowski
· 8 years ago
be468b0
arch: Add Atmel SAM E70 SoC support
by Piotr Mienkowski
· 8 years ago
b54f2a4
ext: Import Atmel SAM3X header files from ASF library
by Piotr Mienkowski
· 8 years ago
1333061
ext: Add missing header files symbols for Atmel SAM E70
by Piotr Mienkowski
· 8 years ago
b94d572
ext: Import Atmel SAM E70 header files from ASF library
by Piotr Mienkowski
· 8 years ago
11f9e48
ext: Integrate Atmel SDK (ASF) files into Zephyr
by Piotr Mienkowski
· 8 years ago
d1805d3
doc: fix broken link in getting started guide docs
by David B. Kinder
· 8 years ago
7e9246a
doc: fix broken links in board documentation
by David B. Kinder
· 8 years ago
0ca9dcf
doc: Bluetooth: fix "Initialization" section
by Marti Bolivar
· 8 years ago
f5eeaf9
i2c/nrf5: Remove r/w to POWER register.
by Marcus Shawcroft
· 8 years ago
b7180a4
tests: benchmarks: put all benchmarks in the same folder
by Jithu Joseph
· 8 years ago
Next »