Bluetooth: notify userspace of security level change
[linux-flexiantxendom0-3.2.10.git] / net / bluetooth / l2cap_core.c
2012-05-14 Gustavo PadovanBluetooth: notify userspace of security level change
2012-04-09 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-03-28 David HowellsRemove all #inclusions of asm/system.h
2012-03-28 Andrei EmeltchenkoBluetooth: Fix memory leaks due to chan refcnt
2012-03-08 Gustavo F. PadovanBluetooth: fix conding style issues all over the tree
2012-03-01 Marcel HoltmannBluetooth: Update L2CAP timeout constants to use msecs_...
2012-02-29 Andrei EmeltchenkoBluetooth: Save remote L2CAP fixed channel mask
2012-02-29 Dan CarpenterBluetooth: use kfree_skb() instead of kfree()
2012-02-24 Andrei EmeltchenkoBluetooth: Remove duplicated code in l2cap conn req
2012-02-24 Andrei EmeltchenkoBluetooth: Fix double locking in LE and conless chan
2012-02-23 Andrei EmeltchenkoBluetooth: Change sk lock to chan lock in L2CAP core
2012-02-23 Andrei EmeltchenkoBluetooth: Add unlocked __l2cap_chan_add function
2012-02-23 Andrei EmeltchenkoBluetooth: Add socket error function
2012-02-23 Andrei EmeltchenkoBluetooth: Add locked and unlocked state_change
2012-02-23 Andrei EmeltchenkoBluetooth: Add l2cap_chan_lock
2012-02-23 Andrei EmeltchenkoBluetooth: Revert to mutexes from RCU list
2012-02-23 Andrei EmeltchenkoBluetooth: trivial: Fix long line
2012-02-17 Andrei EmeltchenkoBluetooth: Prefix hex numbers with object name
2012-02-17 Andrei EmeltchenkoBluetooth: Use symbolic names for state in debug
2012-02-17 Andrei EmeltchenkoBluetooth: Move scope of state_to_string
2012-02-15 Ulisses FurquimBluetooth: Fix possible use after free in delete path
2012-02-15 Ulisses FurquimBluetooth: Remove usage of __cancel_delayed_work()
2012-02-15 Andrzej KaczmarekBluetooth: l2cap_set_timer needs jiffies as timeout...
2012-02-15 Johan HedbergBluetooth: Remove bogus inline declaration from l2cap_c...
2012-02-13 Szymon JancBluetooth: Fix double acking I-Frames when sending...
2012-02-13 Szymon JancBluetooth: Fix possible missing I-Frame acknowledgement
2012-02-13 Andrei EmeltchenkoBluetooth: Remove unneeded sk variable
2012-02-13 Andrei EmeltchenkoBluetooth: Clean up l2cap_chan_add
2012-02-13 Andrei EmeltchenkoBluetooth: Change chan_ready param from sk to chan
2012-02-13 Ulisses FurquimBluetooth: Fix possible use after free in delete path
2012-02-13 Ulisses FurquimBluetooth: Remove usage of __cancel_delayed_work()
2012-02-13 Szymon JancBluetooth: Make l2cap_ertm_data_rcv static
2012-02-13 Andrei EmeltchenkoBluetooth: Add alloc_skb chan operator
2012-02-13 Andrei EmeltchenkoBluetooth: trivial: space correction
2012-02-13 Johan HedbergBluetooth: Rename conn->pend to conn->flags
2012-02-13 Andrei EmeltchenkoBluetooth: Change sk to l2cap_chan
2012-02-13 Andrei EmeltchenkoBluetooth: Use chan instead of sk
2012-02-13 Szymon JancBluetooth: Drop L2CAP chan reference if ERTM ack_timer...
2012-02-13 Szymon JancBluetooth: Don't send RNR immediately when entering...
2012-02-13 Szymon JancBluetooth: Clear ack_timer when sending ack
2012-02-13 Szymon JancBluetooth: Set P-bit for SREJ frame only if there are...
2012-02-13 Johan HedbergBluetooth: Remove bogus inline declaration from l2cap_c...
2012-02-13 Andrzej KaczmarekBluetooth: l2cap_set_timer needs jiffies as timeout...
2012-01-10 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-01-03 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-01-03 Gustavo F. PadovanBluetooth: Don't use *_bh locks anymore
2012-01-02 Gustavo F. PadovanBluetooth: Fix bacpy in l2cap_core.c
2011-12-23 David S. MillerMerge git://git./linux/kernel/git/davem/net
2011-12-22 Gustavo F. PadovanBluetooth: add debug output to l2cap_ack_timeout()
2011-12-22 Ulisses FurquimBluetooth: Fix deadlocks with sock lock and L2CAP timer...
2011-12-22 Ulisses FurquimBluetooth: Make HCI call directly into SCO and L2CAP...
2011-12-20 Gustavo F. PadovanBluetooth: Rename info_work to info_timer
2011-12-20 Gustavo F. PadovanBluetooth: convert security timer to delayed_work
2011-12-20 Gustavo F. PadovanBluetooth: Move l2cap_{set,clear}_timer to l2cap.h
2011-12-20 Rusty Russellmodule_param: make bool parameters really bool (net...
2011-12-19 Gustavo F. PadovanMerge git://git./linux/kernel/git/padovan/bluetooth
2011-12-19 Mat MartineauBluetooth: Prevent uninitialized data access in L2CAP...
2011-12-18 Gustavo F. PadovanBluetooth: Add ProFUSION's copyright
2011-12-18 Gustavo F. PadovanBluetooth: Change l2cap chan_list to use RCU
2011-12-18 Gustavo F. PadovanBluetooth: invert locking order in connect path
2011-12-18 Gustavo F. PadovanBluetooth: convert info timer to delayed_work
2011-12-18 Gustavo F. PadovanBluetooth: convert chan_lock to mutex
2011-12-18 Gustavo F. PadovanBluetooth: Remove sk_backlog usage from L2CAP
2011-12-18 Gustavo F. PadovanBluetooth: Don't use spin_lock socket lock anymore
2011-12-18 Gustavo F. PadovanBluetooth: Move L2CAP timers to workqueue
2011-12-18 Gustavo F. PadovanBluetooth: Replace spin_lock by mutex in hci_dev
2011-11-23 Gustavo F. PadovanBluetooth: Add user readable debug for state changes
2011-11-21 Andrei EmeltchenkoBluetooth: making enable_hs independent from L2CAP
2011-11-16 Szymon JancBluetooth: Fix some checkpatch.pl errors and warnings
2011-11-16 Szymon JancBluetooth: Simplify __l2cap_global_chan_by_addr
2011-11-16 Szymon JancBluetooth: Refactor loop in l2cap_retransmit_one_frame
2011-11-16 Szymon JancBluetooth: Simplify l2cap_add_to_srej_queue
2011-11-16 Szymon JancBluetooth: Fix possible NULL pointer derefence in l2cap...
2011-11-10 Gustavo F. PadovanBluetooth: Only set ack_timer if we didn't send and ack
2011-11-10 Gustavo F. PadovanBluetooth: Rename l2cap_check_security()
2011-11-09 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-11-08 Andrei EmeltchenkoBluetooth: EFS: parse L2CAP config response
2011-11-08 Andrei EmeltchenkoBluetooth: Define HCI reasons instead of magic number
2011-11-07 Szymon JancBluetooth: Add debug print to l2cap_chan_create
2011-11-07 Mat MartineauBluetooth: Add signal handlers for channel moves
2011-11-07 Mat MartineauBluetooth: Use symbolic values for the fixed channel map
2011-11-07 Mat MartineauBluetooth: Add signal handlers for channel creation
2011-11-07 Luiz Augusto von... Bluetooth: prioritizing data over HCI
2011-11-07 Luiz Augusto von... Bluetooth: set skbuffer priority based on L2CAP socket...
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 Andrzej KaczmarekBluetooth: Use miliseconds for L2CAP channel timeouts
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-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
next