summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Create generic queue_monitor_skb helper functionMarcel Holtmann2015-01-121-22/+29
* Bluetooth: Simplify packet copy in hci_send_to_monitor functionMarcel Holtmann2015-01-121-16/+12
* Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_scoMarcel Holtmann2015-01-121-0/+2
* Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rcMarcel Holtmann2015-01-121-0/+2
* Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_l2Marcel Holtmann2015-01-121-0/+2
* Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hciMarcel Holtmann2015-01-121-0/+2
* Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann2015-01-125-26/+34
* ieee802154: 6lowpan: fix Makefile entryAlexander Aring2015-01-082-2/+2
* ieee802154: 6lowpan: rename to coreAlexander Aring2015-01-082-1/+1
* ieee802154: 6lowpan: move transmit functionalityAlexander Aring2015-01-084-264/+279
* ieee802154: 6lowpan: move receive functionalityAlexander Aring2015-01-084-167/+200
* ieee802154: 6lowpan: rename internal headerAlexander Aring2015-01-083-5/+5
* ieee802154: create 6lowpan sub-directoryAlexander Aring2015-01-087-7/+10
* Bluetooth: btmrvl: fix card reset and suspend race issueAmitkumar Karwar2015-01-081-3/+8
* Bluetooth: btmrvl: use msecs_to_jiffies within macro definitionAmitkumar Karwar2015-01-082-5/+5
* bluetooth: btmrvl: increase the priority of firmware download messageAmitkumar Karwar2015-01-061-1/+1
* Bluetooth: btmrvl: add surprise_removed flagAmitkumar Karwar2015-01-063-2/+12
* Bluetooth: btmrvl: error path handling in setup handlerAmitkumar Karwar2015-01-061-1/+4
* Bluetooth: btmrvl: fix race issue while stopping main threadAmitkumar Karwar2015-01-061-0/+5
* Bluetooth: Use HCI_QUIRK_FIXUP_INQUIRY_MODE for Silicon Wave devicesMarcel Holtmann2015-01-031-1/+3
* Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE optionMarcel Holtmann2015-01-032-1/+14
* Bluetooth: Remove dead code for manufacturer inquiry mode quirksMarcel Holtmann2015-01-031-39/+11
* mac802154: fix kbuild test robot warningAlexander Aring2015-01-031-4/+1
* ieee802154: handle config as menuconfigAlexander Aring2015-01-031-3/+6
* ieee802154: rename af_ieee802154.c to socket.cAlexander Aring2015-01-032-1/+1
* ieee802154: socket: fix checkpatch issueAlexander Aring2015-01-031-1/+1
* ieee802154: socket: put handling into one fileAlexander Aring2015-01-035-856/+760
* ieee802154: socket: change module nameAlexander Aring2015-01-031-2/+2
* ieee802154: handle socket functionality as moduleAlexander Aring2015-01-032-1/+11
* Bluetooth: Fix issue with Roper Class 1 Bluetooth DongleMarcel Holtmann2015-01-021-3/+6
* Bluetooth: Fix SMP channel registration for unconfigured controllersMarcel Holtmann2015-01-021-3/+13
* Bluetooth: Fix for a leftover debug of pairing credentialsMarcel Holtmann2015-01-021-1/+1
* Bluetooth: Fix scope of sc_only_mode debugfs entryMarcel Holtmann2015-01-021-22/+23
* Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann2015-01-024-59/+5
* Bluetooth: Remove broken force_lesc_support debugfs optionMarcel Holtmann2015-01-022-50/+0
* Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann2015-01-023-5/+76
* net: skbuff: don't zero tc members when freeing skbFlorian Westphal2015-01-021-7/+0
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-01-0237-1778/+3082
|\
| * Bluetooth: Add timing information to ECDH test case runsMarcel Holtmann2014-12-301-1/+9
| * Bluetooth: Add timing information to SMP test case runsMarcel Holtmann2014-12-301-1/+9
| * Bluetooth: Add LE Secure Connections tests for SMPJohan Hedberg2014-12-301-0/+186
| * Bluetooth: Add legacy SMP testsJohan Hedberg2014-12-301-0/+95
| * Bluetooth: Add skeleton for SMP self-testsJohan Hedberg2014-12-304-0/+66
| * Bluetooth: Add support for ECDH test casesJohan Hedberg2014-12-302-1/+175
| * Bluetooth: Add support for self testing frameworkMarcel Holtmann2014-12-305-0/+128
| * Bluetooth: Fix const declarations for smp_f5 and smp_f6Johan Hedberg2014-12-301-3/+4
| * cc2520: fix zero perm_extended_addr addressVarka Bhadram2014-12-301-0/+1
| * cc2520: remove 'ret' goto labelVarka Bhadram2014-12-301-10/+4
| * cc2520: use devm_kzalloc(.., sizeof(*pointer), ..) patternVarka Bhadram2014-12-301-2/+1
| * net: ieee802154: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2014-12-301-7/+0