summaryrefslogtreecommitdiff
path: root/subsys
AgeCommit message (Expand)Author
2017-01-20net: tcp: Fix TCP states swap when accepted an incoming connectionTomasz Bursztyka
2017-01-20net: context: Add status to connect callbackJukka Rissanen
2017-01-20net: nbuf: Fix debug prints in memory pool init and unrefJukka Rissanen
2017-01-20net: tcp: add timeout wait in net_context_connectMichael Scott
2017-01-20net: tcp: move accept_cb from net_context to net_tcpMichael Scott
2017-01-20net: tcp: fix buffer leak in tcp_synack_receivedMichael Scott
2017-01-20net: tcp: if buffer is TCP_FIN increment send_ack by 1Michael Scott
2017-01-20net: tcp: don't assume TCP_FIN buffers are NET_DROPMichael Scott
2017-01-20net: tcp: handle TCP_FIN after processing any data in the bufferMichael Scott
2017-01-20net: tcp: in tcp_establish save TCP flags for post-processing useMichael Scott
2017-01-20net: in newlib, ESHUTDOWN is considered an extensionAnas Nashif
2017-01-20net: shell: Use lighter printk() instead of printf()Tomasz Bursztyka
2017-01-20iot/zoap: Add a helper to find an observer by addressVinicius Costa Gomes
2017-01-20iot/zoap: Fix wrong byte-order when retrieving integer optionsVinicius Costa Gomes
2017-01-20iot/zoap: Ignore non-request packets in zoap_handle_requestVinicius Costa Gomes
2017-01-20net: tcp: remove unused semaphore tcp_lockMichael Scott
2017-01-20net: dhcpv4: Remove dead codeRavi kumar Veeramally
2017-01-20net: 6lo: Fix dereferencing null pointerRavi kumar Veeramally
2017-01-20net: 6lo: Handle destination address uncompression properlyRavi kumar Veeramally
2017-01-20net: nbuf: Check possible null pointer accessJukka Rissanen
2017-01-20net: ipv6: Check neighbor pointer in NS reply timeoutJukka Rissanen
2017-01-20net: tcp: Allocate space for TCP headerJukka Rissanen
2017-01-20net: icmpv6: Removing dead codeJukka Rissanen
2017-01-20net: Fix possible null pointer dereference in nbufJukka Rissanen
2017-01-20net: tcp: When retransmitting, hold an extra, temporary referenceLeandro Pereira
2017-01-20net: tcp: Reduce size of `state` member from 32 to 4 bitsLeandro Pereira
2017-01-20net: tcp: Get rid of `recv_mss` field from TCP structLeandro Pereira
2017-01-20net: tcp: Remove unused `recv_ack` field from TCP contextLeandro Pereira
2017-01-20net: tcp: Use an uint8_t for retry timeout instead of an uin32_tLeandro Pereira
2017-01-20net: tcp: Ensure all timers are disposed of when releasing contextLeandro Pereira
2017-01-20net: tcp: Destroy net_tcp struct at the same time as the contextAndy Ross
2017-01-20net: tcp: Pass correct user_data pointersAndy Ross
2017-01-20net: route: remove extra variable use in net_route_add()Michael Scott
2017-01-20net: ipv6: fix NULL reference in handle_ra_neighborMichael Scott
2017-01-20net: linkaddr: introduce net_linkaddr_set functionMichael Scott
2017-01-20net: linkaddr: calculate linkaddr storage addr size via configMichael Scott
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-18Bluetooth: Don't select TinyCrypt RNG for combined buildsJohan Hedberg
2017-01-18Bluetooth: L2CAP: Fix always using RX_BUF_COUNT as initial creditsLuiz Augusto von Dentz
2017-01-18Bluetooth: Kconfig: Specify stack size for Bluetooth SPILee Jones
2017-01-18Bluetooth: AVDTP: Added params to AVDTP Request structureArun Jagadish
2017-01-18Bluetooth: L2CAP: Make sure state is correctly updatedLuiz Augusto von Dentz
2017-01-18Bluetooth: SMP: Take advantage of IS_ENABLED whenever possibleJohan Hedberg
2017-01-18Bluetooth: L2CAP: Take advantage of IS_ENABLED whenever possibleJohan Hedberg
2017-01-18Bluetooth: conn: Take advantage of IS_ENABLED whenever possibleJohan Hedberg
2017-01-18Bluetooth: hci_core: Take advantage of IS_ENABLED whenever possibleJohan Hedberg
2017-01-18Bluetooth: Take advantage of IS_ENABLED macro for BT_DBGJohan Hedberg
2017-01-17Bluetooth: Introduce a new connection parameter request callbackJohan Hedberg
2017-01-17Bluetooth: L2CAP: Remove RECV_RESERVE from BT_L2CAP_RX_MTUJohan Hedberg
2017-01-17Bluetooth: Remove ACL details from BT_BUF_RX_SIZEJohan Hedberg