summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Send control open and close only when cookie is presentMarcel Holtmann2016-09-191-2/+16
* Bluetooth: Use numbers for subsystem version stringMarcel Holtmann2016-09-193-6/+11
* Bluetooth: Introduce helper functions for socket cookie handlingMarcel Holtmann2016-09-191-12/+29
* Bluetooth: add WCNSS dependency for HCI driverArnd Bergmann2016-09-191-1/+1
* Bluetooth: Use command status event for Set IO Capability errorsMarcel Holtmann2016-09-191-2/+2
* Bluetooth: Fix wrong Get Clock Information return parametersMarcel Holtmann2016-09-191-1/+1
* Bluetooth: Use individual flags for certain management eventsMarcel Holtmann2016-09-193-21/+21
* Bluetooth: mgmt: Fix sending redundant event for Advertising InstanceJohan Hedberg2016-09-193-10/+12
* Bluetooth: Add support for sending MGMT commands and events to monitorMarcel Holtmann2016-09-194-3/+162
* Bluetooth: Add support for sending MGMT open and close to monitorMarcel Holtmann2016-09-192-0/+97
* Bluetooth: Introduce helper to pack mgmt version informationMarcel Holtmann2016-09-192-2/+10
* Bluetooth: Store control socket cookie and comm informationMarcel Holtmann2016-09-192-1/+31
* Bluetooth: Check SOL_HCI for raw socket optionsMarcel Holtmann2016-09-191-0/+6
* Bluetooth: bcm203x: don't print error when allocating urb failsWolfram Sang2016-09-191-3/+1
* Bluetooth: btusb: Add support for 0cf3:e009Kai-Heng Feng2016-09-191-0/+1
* Bluetooth: add printf format attribute to hci_set_[fh]w_info()Nicolas Iooss2016-09-191-2/+2
* Bluetooth: btusb, hci_intel: Fix wait_on_bit_timeout() return value checksBart Van Assche2016-09-192-6/+5
* Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driverBjorn Andersson2016-09-193-0/+195
* Bluetooth: Add HCI device identifier for Qualcomm SMDBjorn Andersson2016-09-191-0/+1
* mac802154: use rate limited warnings for malformed framesAristeu Rozanski2016-09-191-2/+2
* mac802154: don't warn on unsupported framesAristeu Rozanski2016-09-191-0/+5
* 6lowpan: ndisc: no overreact if no short address is availableAlexander Aring2016-09-191-2/+0
* mac802154: set phy net namespace for new ifacesAlexander Aring2016-09-191-0/+1
* Bluetooth: Add combined LED trigger for controller powerMarcel Holtmann2016-09-193-0/+42
* Bluetooth: Put led_trigger field behind CONFIG_BT_LEDSMarcel Holtmann2016-09-191-0/+2
* Merge tag 'rxrpc-rewrite-20160917-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-09-1919-150/+740
|\
| * rxrpc: Add config to inject packet lossDavid Howells2016-09-173-0/+24
| * rxrpc: Improve skb tracingDavid Howells2016-09-1714-63/+131
| * rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells2016-09-171-8/+0
| * rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells2016-09-174-8/+91
| * rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-176-1/+73
| * rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2016-09-173-1/+39
| * rxrpc: Add a tracepoint to log received ACK packetsDavid Howells2016-09-172-0/+28
| * rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells2016-09-175-1/+57
| * rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-179-59/+274
| * rxrpc: Add some additional call tracingDavid Howells2016-09-172-4/+17
| * rxrpc: Print the packet type name in the Rx packet traceDavid Howells2016-09-172-5/+6
* | Merge tag 'rxrpc-rewrite-20160917-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-09-198-70/+89
|\|
| * rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells2016-09-171-1/+1
| * rxrpc: Be consistent about switch value in rxrpc_send_call_packet()David Howells2016-09-171-1/+1
| * rxrpc: Don't transmit an ACK if there's no reason setDavid Howells2016-09-171-0/+5
| * rxrpc: Fix retransmission algorithmDavid Howells2016-09-171-8/+4
| * rxrpc: Fix the parsing of soft-ACKsDavid Howells2016-09-171-1/+1
| * rxrpc: Fix unexposed client conn releaseDavid Howells2016-09-171-1/+0
| * rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells2016-09-171-24/+12
| * rxrpc: Fix the putting of client connectionsDavid Howells2016-09-171-15/+13
| * rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells2016-09-171-0/+10
| * rxrpc: Record calls that need to be acceptedDavid Howells2016-09-171-0/+2
| * rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells2016-09-172-17/+36
| * rxrpc: Check the return value of rxrpc_locate_data()David Howells2016-09-171-1/+4