summaryrefslogtreecommitdiff
path: root/subsys
AgeCommit message (Expand)Author
2017-01-02net: shell: NET_SHELL is not NET_LOG dependentTomasz Bursztyka
2017-01-02net: ip: Improve logging by adding a dedicated sys_log levelTomasz Bursztyka
2017-01-02net: nbuf: Let's remove inner typeTomasz Bursztyka
2017-01-02net: Restructure network protocolsFlavio Santes
2017-01-02net/dhcpv4: Use net_if_ipv4_set_netmask()Marcus Shawcroft
2017-01-02net/dhcpv4: Use router option to set IPv4 GW.Marcus Shawcroft
2017-01-02dhcpv4: Add option parsing diagnostics.Marcus Shawcroft
2017-01-02ethernet/arp: Use gateway for non local ipv4 routing.Marcus Shawcroft
2017-01-02net: rpl: Fix a build issueTomasz Bursztyka
2017-01-02net: ethernet: IPv6 packet length should be relevantly handledTomasz Bursztyka
2017-01-02net: statistics: Expose relevant information through net mgmt APITomasz Bursztyka
2017-01-02net: statistics: Provide specific Kconfig optionsTomasz Bursztyka
2017-01-02net: statistics: Make statistics calculation fully privateTomasz Bursztyka
2017-01-02net: statistics: Move current statistics code to its own fileTomasz Bursztyka
2017-01-02net: buf: Let's make use of func/line parameters when availableTomasz Bursztyka
2017-01-02net: buf: Change NET_BUF_DEBUG to NET_BUF_LOG and add a level optionTomasz Bursztyka
2017-01-02net: log: Do not select STDOUT_CONSOLETomasz Bursztyka
2017-01-02net: buf: Fix a debug message missing a parameterTomasz Bursztyka
2017-01-02net/dhcpv4: Correct spellings in comments.Marcus Shawcroft
2016-12-25shell: move shell to its own subsystemAnas Nashif
2016-12-25logging: move event_logger to subsys/loggingAnas Nashif
2016-12-25kernel: replace all remaining nanokernel occurancesAnas Nashif
2016-12-24net: buf: Add net_buf_add_mem() APIJohan Hedberg
2016-12-24Bluetooth: SDP: Check SDP error when receiving PDU responseArkadiusz Lichwa
2016-12-24Bluetooth: SDP: Start receiving response data on SDP PSMArkadiusz Lichwa
2016-12-24Bluetooth: L2CAP: Fix possible endless loopSzymon Janc
2016-12-24Bluetooth: SDP: Check params validnessArkadiusz Lichwa
2016-12-24Bluetooth: SDP: Reset context on disconnectionArkadiusz Lichwa
2016-12-24Bluetooth: SDP: Queue user UUID to be resolvedArkadiusz Lichwa
2016-12-24Bluetooth: SDP: Refactor bt_sdp_discover APIArkadiusz Lichwa
2016-12-24Bluetooth: RFCOMM: Respond to RPN commandJaganath Kanakkassery
2016-12-24Bluetooth: RFCOMM: Pass session instead of dlc in make_uih_msg()Jaganath Kanakkassery
2016-12-24Bluetooth: L2CAP: Fix use of uninitializer pointerSzymon Janc
2016-12-24Bluetooth: Add timeout to event & ACL buffer allocation functionsJohan Hedberg
2016-12-24Bluetooth: SDP: Attempt reuse existing SDP client sessionArkadiusz Lichwa
2016-12-24Bluetooth: AVDTP: Add AVDTP_Timer & HandlerArun Jagadish
2016-12-24Bluetooth: AVDTP: Add AVDTP Pending RequestArun Jagadish
2016-12-24Bluetooth: SDP: Add connected and disconnected handlersArkadiusz Lichwa
2016-12-24Bluetooth: SDP: Initial implementation of bt_sdp_discover APIArkadiusz Lichwa
2016-12-24Bluetooth: AT: Command parsing for range of valuesSathish Narasimman
2016-12-24Bluetooth: Make BR/EDR discovery be limited only by timeSzymon Janc
2016-12-24Bluetooth: AT: Improve API() to work with buffer incrementSathish Narasimman
2016-12-24Bluetooth: controller: Move call to k_sem_give() out of the ISRCarles Cufi
2016-12-24Bluetooth: RFCOMM: Respond to RLS commandJaganath Kanakkassery
2016-12-24Bluetooth: RFCOMM: Remove unneeded NULL checksJaganath Kanakkassery
2016-12-24Bluetooth: Fix priority event buffer availability when ECC is usedJohan Hedberg
2016-12-24Bluetooth: AVDTP: Fix Coding styleArun Jagadish
2016-12-21arch/arc, usb, ztest: Add the ARG_UNUSED macroFlavio Santes
2016-12-21net/utils: Use the right data-typeFlavio Santes
2016-12-21net: Add ARG_UNUSEDFlavio Santes