]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2012-05-16 Gustavo PadovanBluetooth: Fix skb length calculation
2012-05-16 Gustavo PadovanBluetooth: Fix packet size provided to the controller
2012-05-16 Gustavo PadovanBluetooth: Fix wrong set of skb fragments
2012-05-16 Gustavo PadovanMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2012-05-15 Mat MartineauBluetooth: Initialize the transmit queue for L2CAP...
2012-05-14 Mat MartineauBluetooth: Update tx_send_head when sending ERTM data
2012-05-14 Johan HedbergBluetooth: mgmt: Fix device_connected sending order
2012-05-14 Gustavo PadovanBluetooth: notify userspace of security level change
2012-05-14 Larry Fingerrtlwifi: fix for race condition when firmware is cached
2012-05-09 Cristian ChilipireaBluetooth: Fixed checkpatch warnings
2012-05-09 Eldad ZackBluetooth: bnep: use constant for ethertype
2012-05-09 Mat MartineauBluetooth: Refactor L2CAP ERTM and streaming transmit...
2012-05-09 Andrei EmeltchenkoBluetooth: Remove unneeded calculation and magic number
2012-05-09 Gustavo PadovanBluetooth: Remove hlen variable
2012-05-09 Marcel HoltmannBluetooth: Enable Low Energy support by default
2012-05-09 Syam SidhardhanBluetooth: Remove unused hci_le_ltk_neg_reply()
2012-05-09 Amitkumar KarwarBluetooth: btmrvl: add support for SDIO suspend/resume...
2012-05-09 Gustavo PadovanBluetooth: Remove unneeded elements from size calculation
2012-05-09 Syam SidhardhanBluetooth: Remove unused hci_le_ltk_reply()
2012-05-09 Mat MartineauBluetooth: Add Code Aurora Forum copyright
2012-05-09 Mat MartineauBluetooth: Make better use of l2cap_chan reference...
2012-05-09 Mat MartineauBluetooth: Remove unused function
2012-05-09 Mat MartineauBluetooth: Initialize new l2cap_chan structure members
2012-05-09 Mat MartineauBluetooth: Move recently-added ERTM header packing...
2012-05-09 Mat MartineauBluetooth: Remove duplicate structure members from...
2012-05-09 Mat MartineauBluetooth: Improve ERTM sequence number offset calculation
2012-05-09 Amitkumar KarwarBluetooth: btmrvl: configure default host sleep parameters
2012-05-09 Andre GuedesBluetooth: Remove advertising cache
2012-05-09 Andre GuedesBluetooth: Use address type info from user-space
2012-05-09 Andre GuedesBluetooth: Add dst_type parameter to hci_connect
2012-05-09 Andre GuedesBluetooth: Move bdaddr_to_le to hci_core
2012-05-09 Andre GuedesBluetooth: Rename mgmt_to_le to bdaddr_to_le
2012-05-09 Andre GuedesBluetooth: Add address type to struct sockaddr_l2
2012-05-09 Andre GuedesBluetooth: Rename link_to_mgmt to link_to_bdaddr
2012-05-09 Andre GuedesBluetooth: Move address type macros to bluetooth.h
2012-05-09 Andrei EmeltchenkoBluetooth: trivial: Remove empty line
2012-05-09 Andre GuedesBluetooth: Remove useless code in hci_connect
2012-05-09 Vinicius Costa... Bluetooth: Add support for reusing the same hci_conn...
2012-05-09 Ido YarivBluetooth: Search global l2cap channels by src/dst...
2012-05-09 David HerrmannBluetooth: Remove unneeded initialization in hci_alloc_...
2012-05-09 David HerrmannBluetooth: Move device initialization to hci_alloc_dev()
2012-05-09 David HerrmannBluetooth: Move hci_alloc/free_dev close to hci_registe...
2012-05-09 Marcel HoltmannBluetooth: Restrict to one SCO listening socket
2012-05-09 Marcel HoltmannBluetooth: Don't check source address in SCO bind function
2012-05-09 Ulisses FurquimBluetooth: Fix registering hci with duplicate name
2012-05-09 Lukasz RymanowskiBluetooth: Remove not needed status parameter
2012-05-09 Marcel HoltmannBluetooth: Split error handling for SCO listen sockets
2012-05-09 Marcel HoltmannBluetooth: Split error handling for L2CAP listen sockets
2012-05-09 Hemant GuptaBluetooth: Don't distribute keys in case of Encryption...
2012-05-09 Mikel AstizBluetooth: btusb: Dynamic alternate setting
2012-05-09 Andrei EmeltchenkoBluetooth: Fix debug printing unallocated name
2012-05-09 Syam SidhardhanBluetooth: Remove strtoba header declared but not defined
2012-05-09 Syam SidhardhanBluetooth: remove header declared but not defined
2012-05-09 Hemant GuptaBluetooth: mgmt: Fix address type while loading Long...
2012-05-09 Syam SidhardhanBluetooth: mgmt: Remove unwanted goto statements
2012-05-09 Gustavo PadovanBluetooth: remove unneeded declaration of sco_conn_del()
2012-05-09 Mikel AstizBluetooth: Remove unnecessary check
2012-05-09 Mikel AstizBluetooth: Use unsigned int instead of signed int
2012-05-09 Jesper JuhlBluetooth: btmrvl_sdio: remove pointless conditional...
2012-05-09 Mat MartineauBluetooth: Functions for handling ERTM control fields
2012-05-09 Mat MartineauBluetooth: Add the l2cap_seq_list structure for trackin...
2012-05-09 Gustavo PadovanBluetooth: Remove err parameter from alloc_skb()
2012-05-09 Andrei EmeltchenkoBluetooth: Adds set_default function in L2CAP setup
2012-05-09 Andrei EmeltchenkoBluetooth: Add Read Local AMP Info to init
2012-05-09 Hemant GuptaBluetooth: mgmt: Fix missing connect failed event for LE
2012-05-09 Hemant GuptaBluetooth: Fix clearing discovery type when stopping...
2012-05-09 Andre GuedesBluetooth: Remove MGMT_ADDR_INVALID macro
2012-05-09 Hemant GuptaBluetooth: Send correct address type for LTK
2012-05-09 Andrei EmeltchenkoBluetooth: Remove unneeded zero initialization
2012-05-09 David HerrmannBluetooth: vhci: Ignore return code of nonseekable_open()
2012-05-09 Marcel HoltmannBluetooth: Update management interface revision
2012-05-09 Gustavo PadovanBluetooth: Remove sk parameter from l2cap_chan_create()
2012-05-09 Andrei EmeltchenkoBluetooth: Make L2CAP chan_add functions static
2012-05-09 Andrei EmeltchenkoBluetooth: Remove unneeded timer clear
2012-05-09 Mat MartineauBluetooth: Add a structure to carry ERTM data in skb...
2012-05-09 Mat MartineauBluetooth: Add definitions and struct members for new...
2012-05-09 Andrei EmeltchenkoBluetooth: Comments and style fixes
2012-05-09 Andre GuedesBluetooth: Add HCI_PERIODIC_INQ to dev_flags
2012-05-09 Andre GuedesBluetooth: Add Periodic Inquiry command complete handler
2012-05-09 Andre GuedesBluetooth: Ignore inquiry results from periodic inquiry
2012-05-09 Andre GuedesBluetooth: Check HCI_PERIODIC_INQ in start_discovery
2012-05-09 Andre GuedesBluetooth: Add HCI_PERIODIC_INQ to dev_flags
2012-05-09 Andre GuedesBluetooth: Add Periodic Inquiry command complete handler
2012-05-09 Andre GuedesBluetooth: Refactor stop_discovery
2012-05-09 Andre GuedesBluetooth: Replace EPERM by EALREADY in hci_cancel_inquiry
2012-05-09 Andrei EmeltchenkoBluetooth: Silence sparse warning
2012-05-09 Szymon JancBluetooth: mgmt: Don't allow to set invalid value to...
2012-05-09 Szymon JancBluetooth: mgmt: Fix some code style and indentation...
2012-05-09 Andre GuedesBluetooth: LE support for MGMT stop discovery
2012-05-09 Andre GuedesBluetooth: Add hci_cancel_le_scan() to hci_core
2012-05-09 Andrei EmeltchenkoBluetooth: trivial: Remove sparse warnings
2012-05-09 Marcel HoltmannBluetooth: Fix broken usage of get_unaligned_le16
2012-05-09 Andrei EmeltchenkoBluetooth: Fix opcode access in hci_complete
2012-05-09 Andrei EmeltchenkoBluetooth: Fix type in cpu_to_le conversion
2012-05-09 Andrei EmeltchenkoBluetooth: trivial: Correct types
2012-05-09 Andrei EmeltchenkoBluetooth: trivial: Fix endian conversion mode
2012-05-09 Andrei EmeltchenkoBluetooth: Convert error codes to le16
2012-05-09 Andrei EmeltchenkoBluetooth: Correct CID endian notation
2012-05-09 Andrei EmeltchenkoBluetooth: Correct length calc in L2CAP conf rsp
2012-05-09 Andrei EmeltchenkoBluetooth: Correct ediv in SMP
next