summaryrefslogtreecommitdiff
path: root/subsys
AgeCommit message (Expand)Author
2017-04-28kconfig: Move debugging-related options from misc/ to subsys/debug/HEADmasterLeandro Pereira
2017-04-28usb: cdc_acm: Use 2 instead of 4 for IN BULK endpointChrister Weinigel
2017-04-28net/mqtt: return error codes from net_context_sendMichael Scott
2017-04-28net/mqtt: cleanup TX function unref handlingMichael Scott
2017-04-28net/mqtt: use rlen to calculate # of QoS items in SUBACK packetMichael Scott
2017-04-28net/mqtt: combine mqtt_parser for PUBLISHER and SUBSCRIBERMichael Scott
2017-04-28net/mqtt: fix race condition in mqtt_init()Marti Bolivar
2017-04-28net: shell: Make shell commands non-static to allow reuse.Paul Sokolovsky
2017-04-28net: rpl: Fix invalid usage of router addition apiRavi kumar Veeramally
2017-04-28net: rpl: Fix router when it's timer expiresRavi kumar Veeramally
2017-04-28net: ipv6: Use correct API to remove routerRavi kumar Veeramally
2017-04-28net: zoap: Add block wise support for well-known responseRavi kumar Veeramally
2017-04-28net: zoap: Remove unused struct definitionRavi kumar Veeramally
2017-04-28net: zoap: Minor comment style fixesRavi kumar Veeramally
2017-04-28net: zoap: Remove magic numberRavi kumar Veeramally
2017-04-28net: zoap: Add timeout while requesting packetsRavi kumar Veeramally
2017-04-28net: bt: Fix leaking TX packetsLuiz Augusto von Dentz
2017-04-28net: net_pkt_append: Refactor to return length of data actually addedPaul Sokolovsky
2017-04-28net: rpl: Do not crash if DIO message contains garbageJukka Rissanen
2017-04-28net: tcp: Fix TCP trace value debugJukka Rissanen
2017-04-28net: security: Use sys_put_be32() relevantlyAndrei Emeltchenko
2017-04-28net: l2: Clear arp cache when disable interface.june li
2017-04-25kernel: event_logger: convert to using newly introduced integer sized typesKumar Gala
2017-04-25kernel: Add thread events to kernel event loggerLeandro Pereira
2017-04-22spell: Kconfig help typos: /kernel /misc /subsysDavid B. Kinder
2017-04-21subsys: convert to using newly introduced integer sized typesKumar Gala
2017-04-21net: convert to using newly introduced integer sized typesKumar Gala
2017-04-21net: shell: Fix compiler error when printing conn handlersJukka Rissanen
2017-04-21net: context: Connect callback was set too lateJukka Rissanen
2017-04-21net: tcp: Make sure ACK timer is not run if cancelledJukka Rissanen
2017-04-21net: context: Set the local port correctly in acceptJukka Rissanen
2017-04-21net: Print debug info if packet is loopback back to usJukka Rissanen
2017-04-21net: conn: Utility to print connection handlersJukka Rissanen
2017-04-21net: pkt: Make the debug print eye friendlyJukka Rissanen
2017-04-21net: tcp: Avoid unused variable compiler warningJukka Rissanen
2017-04-21net_pkt: Let's make all IPv6 related attributes prefixed with ipv6_Tomasz Bursztyka
2017-04-21net: Rename all *_BUF() macros to *_HDR()Tomasz Bursztyka
2017-04-21net_pkt: Externalize ext_bitmap handlingTomasz Bursztyka
2017-04-21net_pkt: Removing legacy net_dirTomasz Bursztyka
2017-04-21net/net_pkt: Fully separate struct net_pkt from struct net_bufTomasz Bursztyka
2017-04-21net: Renaming net nbuf API to net pkt APITomasz Bursztyka
2017-04-21net: shell: Correct print format specifierAndrei Emeltchenko
2017-04-21net: tcp: Do buf ref when resending a segmentjune li
2017-04-21net: ipv6: Make sure not to access null pointerJukka Rissanen
2017-04-21net: zoap: Prepare and send error response separatelyRavi kumar Veeramally
2017-04-21net: zoap: Remove unused helper functionRavi kumar Veeramally
2017-04-21net: zoap: Fix memory overflow issueRavi kumar Veeramally
2017-04-21net: zoap: Refactor zoap utilitiesRavi kumar Veeramally
2017-04-21net: rpl: Fix rpl header updateRavi kumar Veeramally
2017-04-21net: context: Fixing bug in net context put flowMitul Shah