summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-10-26net: buf: Make net_buf_frag_add take ownership of the bufferLuiz Augusto von Dentz
2016-10-26net: buf: Add SYS_LOG supportLuiz Augusto von Dentz
2016-10-26net: buf: Add separate Kconfig for net_buf_simple debugLuiz Augusto von Dentz
2016-10-21Bluetooth: Fix build with unified kernelSzymon Janc
2016-10-21Bluetooth: ATT: Fix handling of insufficient authenticationLuiz Augusto von Dentz
2016-10-21Bluetooth: L2CAP: Factor out repeatable cleanup callsArkadiusz Lichwa
2016-10-21Bluetooth: L2CAP: Cleanup l2cap_br_conn_req()Arkadiusz Lichwa
2016-10-21Bluetooth: L2CAP: Refactor BR/EDR connection request handlerArkadiusz Lichwa
2016-10-21Bluetooth: L2CAP: Fix 'result' values in BR/EDR connection responseArkadiusz Lichwa
2016-10-21Bluetooth: L2CAP: Add valid BR/EDR connection response errorsArkadiusz Lichwa
2016-10-21Bluetooth: HCI UART app to run Zephyr as a BLE ControllerCarles Cufi
2016-10-21Bluetooth: L2CAP: Handle security procedure non successful pathArkadiusz Lichwa
2016-10-21Bluetooth: L2CAP: Refactor handling connection responseArkadiusz Lichwa
2016-10-21Bluetooth: RFCOMM: Handle security for incoming connectionsJaganath Kanakkassery
2016-10-21Bluetooth: L2CAP: Use MPS for outgoing segmentsLuiz Augusto von Dentz
2016-10-21Bluetooth: L2CAP: Drop extra reference to fragmentsLuiz Augusto von Dentz
2016-10-21Bluetooth: L2CAP: Fix reusing buffer with fragmentsLuiz Augusto von Dentz
2016-10-21Bluetooth: L2CAP: Simplify allocation of buffer fragmentsLuiz Augusto von Dentz
2016-10-21Bluetooth: SDP: Server: Support service record registrationKaustav Dey Biswas
2016-10-21Bluetooth: L2CAP: Protect fixed channelsArkadiusz Lichwa
2016-10-21Bluetooth: L2CAP: Refactor CoC CID rangesArkadiusz Lichwa
2016-10-21Bluetooth: GATT: Fix code styleLuiz Augusto von Dentz
2016-10-21Bluetooth: GATT: Pass CCC attribute to changed callbackLuiz Augusto von Dentz
2016-10-16Bluetooth: SMP: Take advantage of new byte swap helpersJohan Hedberg
2016-10-16Bluetooth: HCI: Set the Page timeoutItankar, Piyush T
2016-10-16Bluetooth: Kconfig: Option to set page timeout valueItankar, Piyush T
2016-10-16Bluetooth: SMP: Check for connection role before BR/EDR pairingSzymon Janc
2016-10-16Bluetooth: L2CAP: Allow receiving fragmented buffersLuiz Augusto von Dentz
2016-10-16Bluetooth: Track role change for BR/EDR connectionsSzymon Janc
2016-10-16Bluetooth: SMP: Fix build without signing supportSzymon Janc
2016-10-16Bluetooth: SMP: Fix build without central role supportSzymon Janc
2016-10-16Bluetooth: L2CAP: Allow sending fragmented buffersLuiz Augusto von Dentz
2016-10-16Bluetooth: L2CAP: Fix sending buffer with not enough spaceLuiz Augusto von Dentz
2016-10-16Bluetooth: Fix Kconfig typoFlavio Santes
2016-10-16Bluetooth: Start SMP over BR/EDR on pairing completeSzymon Janc
2016-10-16Bluetooth: SMP: Use separate pool for BR/EDR connectionsSzymon Janc
2016-10-16Bluetooth: SMP: Fix getting context for BR/EDR pairingSzymon Janc
2016-10-16Bluetooth: L2CAP: Treat fixed channel as connected on incoming dataSzymon Janc
2016-10-16Bluetooth: L2CAP: Connect optional fixed channel only if supportedSzymon Janc
2016-10-16Bluetooth: L2CAP: Move BR/EDR specific code to l2cap_br.cSzymon Janc
2016-10-16Bluetooth: Use proper const type for bt_storage_clear()Johan Hedberg
2016-10-16Bluetooth: L2CAP: Build fixed channels mask on runtimeSzymon Janc
2016-10-16Bluetooth: L2CAP: Initialize iterator inside for statementSzymon Janc
2016-10-14Revert "net: fetch valid conn. to determine MSS in data_is_sent_and_acked()"Anas Nashif
2016-10-08net: fix a potential refcount leak of SYN buffersRohit Grover
2016-10-08net: fetch valid conn. to determine MSS in data_is_sent_and_acked()Rohit Grover
2016-10-04Bluetooth: L2CAP: Rename br_channels to br_fixed_channelsSzymon Janc
2016-10-04Bluetooth: Refactor distribution of security procedure statusArkadiusz Lichwa
2016-10-04Bluetooth: Fix compiler warnings/errors related to string castsJohan Hedberg
2016-10-04Bluetooth: A2DP: Added Connect APIItankar, Piyush T