summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-08-02net: contiki: Add NULL check to neighbor pollingJaakko Hannikainen
2016-07-29net: contiki: Prevent a null dereferenceJaakko Hannikainen
2016-07-29net: coap: Add a Kconfig option to enable/disable link format filtersTomasz Bursztyka
2016-07-28net: Fix incorrect IP app data lengthRavi kumar Veeramally
2016-07-27crypto: Update tinycrypt source filesFlavio Santes
2016-07-27Bluetooth: Take advantage of ATOMIC_DEFINE atomic_t based flagsJohan Hedberg
2016-07-27Bluetooth: GATT: Remove unused structLuiz Augusto von Dentz
2016-07-26Bluetooth: GATT: Fix not passing params in the write callbackLuiz Augusto von Dentz
2016-07-25net: buf: Fix compiling with debug optionsJaakko Hannikainen
2016-07-25Bluetooth: L2CAP: Add BR/EDR CoC channel disconnectArkadiusz Lichwa
2016-07-25Bluetooth: L2CAP: Handle BR/EDR configuration deferred by GAPArkadiusz Lichwa
2016-07-25Bluetooth: L2CAP: Reset CoC channel state during cleanupArkadiusz Lichwa
2016-07-25Bluetooth: L2CAP: Split security changed handler for BR/EDRArkadiusz Lichwa
2016-07-25Bluetooth: L2CAP: Introduce security requirements on CoCArkadiusz Lichwa
2016-07-22Bluetooth: Rename connectable_addr member in struct bt_le_oobSzymon Janc
2016-07-22Bluetooth: L2CAP: Refactor channel context by identArkadiusz Lichwa
2016-07-22Bluetooth: Remove nano_work include from internal headerLuiz Augusto von Dentz
2016-07-22Bluetooth: Add warning for bt_pub_key_gen() when missing supportJohan Hedberg
2016-07-22Bluetooth: Remove conn & SMP dependency from BLUETOOTH_TINYCRYPT_ECCJohan Hedberg
2016-07-22Bluetooth: L2CAP: Fix debug message in l2cap_chan_destroyArkadiusz Lichwa
2016-07-22net/yaip: revert mergeInaky Perez-Gonzalez
2016-07-22Bluetooth: use sys_put_le16 macro instead of bswapKumar Gala
2016-07-21net: tinydtls: Use assert.h from minimal libcMaureen Helm
2016-07-20Revert "net: Restructured Ethernet driver menu"Ravi kumar Veeramally
2016-07-20Bluetooth: Add initial support for OOB dataSzymon Janc
2016-07-20Bluetooth: Pass net_buf_simple to scan callbackJohan Hedberg
2016-07-20Bluetooth: Add support for rotating RPASzymon Janc
2016-07-20Bluetooth: GATT: Add write struct parameter to its callbackLuiz Augusto von Dentz
2016-07-19Bluetooth: GATT: Fix using non-ASCII charactersSzymon Janc
2016-07-19net: buf: Add net_buf_add_be32 helperJohan Hedberg
2016-07-15Bluetooth: L2CAP: Set BR/EDR CoC channel as connectedArkadiusz Lichwa
2016-07-15Bluetooth: L2CAP: Mark finishing CoC configuration on BR/EDRArkadiusz Lichwa
2016-07-15Bluetooth: L2CAP: Introduce CoC channel statesArkadiusz Lichwa
2016-07-14Bluetooth: Fix changing advertising random address when scanningSzymon Janc
2016-07-14Bluetooth: Track if active scan is being perfomedSzymon Janc
2016-07-14Bluetooth: SMP: Fix disabling debug logsSzymon Janc
2016-07-13net: Restructured Ethernet driver menuJani Pajarinen
2016-07-13Bluetooth: Get the included service 128bit UUIDMariusz Skamra
2016-07-13net: buf: Add more big endian helpersJohan Hedberg
2016-07-13net: yaip: Print available DATA buffers during nbuf allocJukka Rissanen
2016-07-13net: yaip: Make sure that RX is started before TXJukka Rissanen
2016-07-13net: yaip: Moved ARP helper macro to arp.hJukka Rissanen
2016-07-13net: yaip: Save some bytes on net_if logicTomasz Bursztyka
2016-07-13net: yaip: Tiny comment fixTomasz Bursztyka
2016-07-13net: yaip: Removing capabilities() from net_if apiTomasz Bursztyka
2016-07-13net: yaip: Re-factor Kconfig and move ARP to a better placeTomasz Bursztyka
2016-07-13net: yaip: Add an L2 layerTomasz Bursztyka
2016-07-13net: yaip: Add an helper to queue a buffer in a net_if instanceTomasz Bursztyka
2016-07-13net: yaip: Shorten IPv4/6 config optionsTomasz Bursztyka
2016-07-13net: yaip: The core initialize ARP layer relevantlyTomasz Bursztyka