Bluetooth: Add definitions for L2CAP fixed channels
[firefly-linux-kernel-4.4.55.git] / net /
2011-11-07 Mat MartineauBluetooth: Add signal handlers for channel creation
2011-11-07 Mat MartineauBluetooth: Add channel policy to getsockopt/setsockopt
2011-11-07 Andrei EmeltchenkoBluetooth: Initialize tx_win_max for fixed channel
2011-11-07 Luiz Augusto von... Bluetooth: recalculate priorities when channels are...
2011-11-07 Luiz Augusto von... Bluetooth: handle priority change within quote
2011-11-07 Luiz Augusto von... Bluetooth: prioritizing data over HCI
2011-11-07 Gustavo F. PadovanBluetooth: Fix hidp_get_connection()
2011-11-07 David HerrmannBluetooth: hidp: Fix module reference cleanup
2011-11-07 Johan HedbergBluetooth: Set HCI_MGMT flag only in read_controller_info
2011-11-07 Szymon JancBluetooth: Increase HCI reset timeout in hci_dev_do_close
2011-11-07 Szymon JancBluetooth: rfcomm: Fix sleep in invalid context in...
2011-11-07 Johan HedbergBluetooth: Fix command complete/status for discovery...
2011-11-07 Luiz Augusto von... Bluetooth: make use sk_priority to priritize RFCOMM...
2011-11-07 Luiz Augusto von... Bluetooth: set skbuffer priority based on L2CAP socket...
2011-11-07 Luiz Augusto von... Bluetooth: replace list_for_each with list_for_each_ent...
2011-11-07 Andrei EmeltchenkoBluetooth: correct debug output
2011-11-07 Andrei EmeltchenkoBluetooth: remove magic offset and size
2011-11-07 Gustavo F. PadovanBluetooth: small styles clean ups to l2cap_core.c
2011-11-07 Andrei EmeltchenkoBluetooth: EFS: implement L2CAP config pending state
2011-11-07 David HerrmannBluetooth: Make hci_unregister_dev return void
2011-11-07 David HerrmannBluetooth: Replace rfcomm tty tasklet by workqueue
2011-11-07 David HerrmannBluetooth: Return proper error codes on rfcomm tty...
2011-10-17 Andrei EmeltchenkoBluetooth: EFS: parse L2CAP config request
2011-10-17 Andrei EmeltchenkoBluetooth: EWS: fix max_pdu calculation
2011-10-17 Andrei EmeltchenkoBluetooth: EWS: remove magic numbers in l2cap
2011-10-17 Andrei EmeltchenkoBluetooth: EWS: support extended seq numbers
2011-10-17 Andrei EmeltchenkoBluetooth: EWS: handling different Control fields
2011-10-15 Gustavo F. PadovanBluetooth: Fix missing cmd_status in mgmt
2011-10-14 Gustavo F. PadovanBluetooth: Use list_for_each_entry() in mgmt
2011-10-14 Gustavo F. PadovanBluetooth: Add missing cmd_status() in mgmt
2011-10-14 Gustavo F. PadovanBluetooth: return proper error if sock_queue_rcv_skb...
2011-10-14 David HerrmannBluetooth: Forward errors from hci_register_dev
2011-10-14 David HerrmannBluetooth: Rename sysfs un/register to add/del
2011-10-14 David HerrmannBluetooth: Fix hci core device initialization
2011-10-13 Andrei EmeltchenkoBluetooth: AMP: read local amp info HCI command
2011-10-13 Andrei EmeltchenkoBluetooth: EFS: add efs option in L2CAP conf req
2011-10-13 Andrei EmeltchenkoBluetooth: EFS: assign default values in chan add
2011-10-13 Andrei EmeltchenkoBluetooth: EWS: recalculate L2CAP header size
2011-10-13 Andrei EmeltchenkoBluetooth: EWS: rewrite handling POLL (P) bit
2011-10-13 Andrei EmeltchenkoBluetooth: EWS: rewrite handling FINAL (F) bit
2011-10-13 Andrei EmeltchenkoBluetooth: EWS: rewrite check frame type function
2011-10-13 Andrei EmeltchenkoBluetooth: EWS: rewrite L2CAP ERTM txseq calculation
2011-10-13 Andrei EmeltchenkoBluetooth: EWS: rewrite reqseq calculation
2011-10-13 Andrei EmeltchenkoBluetooth: EWS: rewrite handling SAR bits
2011-10-13 Andrei EmeltchenkoBluetooth: EWS: rewrite handling Supervisory (S) bits
2011-10-13 Andrei EmeltchenkoBluetooth: EWS: extended window size option support
2011-10-11 Gustavo F. PadovanBluetooth: Fix permission of enable_le param
2011-10-11 Andrei EmeltchenkoBluetooth: convert role_switch variable to flag in...
2011-10-11 Andrei EmeltchenkoBluetooth: convert force_active variable to flag in...
2011-10-11 Andrei EmeltchenkoBluetooth: convert force_reliable variable to flag...
2011-10-11 Andrei EmeltchenkoBluetooth: convert flushable variable to flag in l2cap...
2011-10-07 Gustavo F. PadovanBluetooth: Rename hidp_find_connection()
2011-10-07 Gustavo F. PadovanBluetooth: Delay session allocation in hidp
2011-10-07 Peter HurleyBluetooth: hidp: safely acquire hci connection
2011-10-07 Gustavo F. PadovanBluetooth: Uses test_and_clear_bit() when possible
2011-10-07 Gustavo F. PadovanBluetooth: Remove wrong error check
2011-10-07 Gustavo F. PadovanBluetooth: Fix input device registration
2011-10-07 Gustavo F. PadovanBluetooth: Trasmit interrupt channel messages first
2011-10-07 Gustavo F. PadovanBluetooth: prioritize the interrupt channel in hidp
2011-10-07 Gustavo F. PadovanBluetooth: use list_for_each_entry() in hidp
2011-10-07 David HerrmannBluetooth: hidp: Stop I/O on shutdown
2011-10-06 Andrei EmeltchenkoBluetooth: EFS: add enable_hs kernel param
2011-09-29 Andre GuedesBluetooth: hci_le_adv_report_evt code refactoring
2011-09-29 Waldemar RymarkiewiczBluetooth: Fix possible NULL pointer dereference
2011-09-27 Szymon JancBluetooth: Mark not declared l2cap_core functions as...
2011-09-27 Anderson LizardoBluetooth: use recommended LE connection parameters
2011-09-27 Mat MartineauBluetooth: Perform L2CAP SDU reassembly without copying...
2011-09-27 Mat MartineauBluetooth: Handle fragmented skbs in bt_sock_stream_rec...
2011-09-27 Mat MartineauBluetooth: Linearize skbs for use in BNEP, CMTP, HIDP...
2011-09-21 Luiz Augusto von... Bluetooth: mark l2cap_create_iframe_pdu as static
2011-09-21 Andre GuedesBluetooth: Check 'dev_class' in mgmt_device_found()
2011-09-21 Andre GuedesBluetooth: Reduce critical region.
2011-09-21 Anderson BrigliaBluetooth: Fix wrong memcpy size on LE start encryption
2011-09-21 Vinicius Costa GomesBluetooth: Remove support for other SMP keys than the LTK
2011-09-21 Vinicius Costa GomesBluetooth: Fix not setting a pending security level
2011-09-21 Vinicius Costa GomesRevert "Bluetooth: Add support for communicating keys...
2011-09-21 Vinicius Costa GomesBluetooth: Use the LTK after receiving a LE Security...
2011-09-21 Vinicius Costa GomesBluetooth: Fix sending wrong authentication requirements
2011-09-21 Antti JulkuBluetooth: Add mgmt events for blacklisting
2011-09-21 Vinicius Costa GomesBluetooth: Use the MEDIUM security level for pairings
2011-09-21 Vinicius Costa GomesBluetooth: Require authentication if MITM protection...
2011-09-21 Vinicius Costa GomesBluetooth: Move SMP crypto functions to a workqueue
2011-09-21 Vinicius Costa GomesBluetooth: Move SMP fields to a separate structure
2011-09-21 David HerrmannBluetooth: hidp: Add support for NO_INIT_REPORTS quirk
2011-09-21 Peter HurleyBluetooth: Add LE link type for debugfs output
2011-09-21 Antti JulkuBluetooth: Add mgmt command for fast connectable mode
2011-09-21 Vinicius Costa GomesBluetooth: Add link_type information to the mgmt Connec...
2011-09-21 Vinicius Costa GomesBluetooth: Add support for running SMP without a socket
2011-09-21 Vinicius Costa GomesBluetooth: Add support for pairing via mgmt over LE
2011-09-21 Vinicius Costa GomesBluetooth: Add a flag to indicate that SMP is going on
2011-09-21 Vinicius Costa GomesBluetooth: Reset the security timer when a command...
2011-09-21 Luiz Augusto von... Bluetooth: make use of connection number to optimize...
2011-09-20 Ilan EliasNFC: basic NCI protocol implementation
2011-09-20 Ilan EliasNFC: move nfc.h from include/net to include/net/nfc
2011-09-20 Ilan EliasNFC: Add dev_up and dev_down control operations
2011-09-20 Alexander Simonmac80211: fix indentation
2011-09-20 Rajkumar Manoharanwireless: Do not allow disabled channel in scan request
2011-09-20 John W. LinvilleMerge branch 'master' of git://git.infradead.org/users...
2011-09-19 Jouni Malinencfg80211/nl80211: Add PMKSA caching candidate event
2011-09-19 Mohammed Shafi Sha... rfkill: properly assign a boolean type
next