summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-03-03net: 802.15.4: Fix the dummy driverRavi kumar Veeramally
2016-03-03net: Fix NETWORKING_WITH_15_4_TI_CC2520 config optionRavi kumar Veeramally
2016-03-01net: License information was missingJukka Rissanen
2016-03-01net: Use the existing logging option in Kconfig for debuggingJukka Rissanen
2016-03-01net: Fix Bluetooth driver warningLuiz Augusto von Dentz
2016-03-01net: Print the stack usage in timer fiber less oftenJukka Rissanen
2016-03-01net: Timer fiber now sleeps until next eventJukka Rissanen
2016-02-26Bluetooth: BR/EDR: Add initial SSP CompleteArkadiusz Lichwa
2016-02-26Bluetooth: BR/EDR: Initial IO Capability reply to remoteArkadiusz Lichwa
2016-02-26Bluetooth: SMP: Clear keys on SMP Timeout and Pairing FailedMariusz Skamra
2016-02-26Bluetooth: BR/EDR: Handle IO Capability Response eventArkadiusz Lichwa
2016-02-26Bluetooth: BR/EDR: Enable SSP mode in controllerArkadiusz Lichwa
2016-02-25net: ip: Enable Kconfig based debug options for the IP stackTomasz Bursztyka
2016-02-25Bluetooth: BR/EDR: Rename local variableArkadiusz Lichwa
2016-02-25net: Kconfig: Auto select mandatory features for BluetoothLuiz Augusto von Dentz
2016-02-24net: contiki: Original copyright notice was missingJukka Rissanen
2016-02-24net: contiki: Fix the description of 6lowpan filesJukka Rissanen
2016-02-23nanokernel: Change fiber_delayed_start() return typePeter Mitsis
2016-02-22net: Selecting Bluetooth IP networking selects BT supportJukka Rissanen
2016-02-20Bluetooth: Change GATT callback return values to ssize_tJohan Hedberg
2016-02-19net: contiki: Enable packet queueingJukka Rissanen
2016-02-19net: ip: Make sure CONFIG_NETWORKING_WITH_LOGGING is properly handledTomasz Bursztyka
2016-02-19net: ip: Fix a build issue when CONFIG_NETWORKING_WITH_LOGGING=nTomasz Bursztyka
2016-02-19Bluetooth: GATT: Fix error response to bt_gatt_attr_read()Johan Hedberg
2016-02-19Bluetooth: Use BIT() macro wherever possibleJohan Hedberg
2016-02-19net: Include only the necessary headersIván Briano
2016-02-18Bluetooth: GATT: Fix check if device is bondedSzymon Janc
2016-02-18Bluetooth: SMP: Add support for no bond pairingSzymon Janc
2016-02-18Bluetooth: L2CAP: Log an error if data cannot be sentLuiz Augusto von Dentz
2016-02-17Bluetooth: GATT: Expose ATT error codes to application callbacksJohan Hedberg
2016-02-17Bluetooth: Add public att.h header fileJohan Hedberg
2016-02-17Bluetooth: Rename att.h to att_internal.hJohan Hedberg
2016-02-17Bluetooth: Fix tracking of advertising stateSzymon Janc
2016-02-17Bluetooth: Fix not calling connected callback on connect failedSzymon Janc
2016-02-17Bluetooth: L2CAP: Fix use of '/n' with BT_DBGLuiz Augusto von Dentz
2016-02-16net: Select NETWORKING_IPV6_NO_ND in case of NETWORKING_WITH_BTLuiz Augusto von Dentz
2016-02-16Bluetooth: GATT: Fix possible bt_conn leakSzymon Janc
2016-02-16Bluetooth: ATT: Fix notifying GATT on disconnectionSzymon Janc
2016-02-16Bluetooth: BR/EDR: Validate security on encryption key refresh evtArkadiusz Lichwa
2016-02-16Bluetooth: BR/EDR: Validate security on encryption change evtArkadiusz Lichwa
2016-02-15Bluetooth: BR/EDR: Validate security on connection complete evtArkadiusz Lichwa
2016-02-15Bluetooth: BR/EDR: Move part of BR/EDR core code upArkadiusz Lichwa
2016-02-15Bluetooth: BR/EDR: Add user I/O context during pairingArkadiusz Lichwa
2016-02-15Bluetooth: BR/EDR: Track 16 digits PIN codeArkadiusz Lichwa
2016-02-15net: contiki: If outgoing packet is dropped then print more infoJukka Rissanen
2016-02-12Bluetooth: Add missing print format specifierAndrei Emeltchenko
2016-02-12Bluetooth: Fix checking wrong variableAndrei Emeltchenko
2016-02-12Bluetooth: Take advantage of the new net_buf_pull_u8() helperJohan Hedberg
2016-02-12net: buf: Add net_buf_pull_u8() helper APIJohan Hedberg
2016-02-12Bluetooth: Kconfig: Introduce BLUETOOTH_RX_STACK_SIZEJohan Hedberg