Bluetooth: notify userspace of security level change
[linux-flexiantxendom0-3.2.10.git] / net / bluetooth / l2cap_sock.c
2012-05-14 Gustavo PadovanBluetooth: notify userspace of security level change
2012-03-28 Santosh NayakBluetooth: Fix Endian Bug.
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-23 Andrei EmeltchenkoBluetooth: Remove socket lock check
2012-02-23 Andrei EmeltchenkoBluetooth: Change sk lock to chan lock in L2CAP core
2012-02-23 Andrei EmeltchenkoBluetooth: Revert to mutexes from RCU list
2012-02-17 Andrei EmeltchenkoBluetooth: Use symbolic names for state in debug
2012-02-16 Andrei EmeltchenkoBluetooth: Do not dereference zero sk
2012-02-15 Octavian PurdilaBluetooth: silence lockdep warning
2012-02-15 Andrzej KaczmarekBluetooth: Fix sk_sndtimeo initialization for L2CAP...
2012-02-13 Andrei EmeltchenkoBluetooth: Add alloc_skb chan operator
2012-02-13 Octavian PurdilaBluetooth: silence lockdep warning
2012-02-13 Andrzej KaczmarekBluetooth: Fix sk_sndtimeo initialization for L2CAP...
2012-01-03 Gustavo F. PadovanBluetooth: Keep chan->state and sk->sk_state in sync
2011-12-19 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-12-18 Gustavo F. PadovanBluetooth: Add ProFUSION's copyright
2011-12-18 Gustavo F. PadovanBluetooth: invert locking order in connect path
2011-12-16 Gustavo F. PadovanBluetooth: Use chan instead of l2cap_pi macro
2011-12-06 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-11-22 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-11-17 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-11-10 Gustavo F. PadovanBluetooth: Allow L2CAP to increase the security level
2011-11-09 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
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: set skbuffer priority based on L2CAP socket...
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-19 Paul Moorebluetooth: Properly clone LSM attributes to newly creat...
2011-10-13 Andrei EmeltchenkoBluetooth: EWS: extended window size option support
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-08-11 Chen GanirBluetooth: Fixed wrong L2CAP Sock timer value
2011-08-11 Peter HurleyBluetooth: l2cap: Fix lost wakeups waiting to accept...
2011-07-08 Vinicius Costa GomesBluetooth: Add support for returning the encryption...
2011-07-07 Mat MartineauBluetooth: Use event-driven approach for handling ERTM...
2011-06-16 Gustavo F. PadovanBluetooth: use bit operation on conf_state
2011-06-13 Vinicius Costa GomesBluetooth: Add support for resuming socket when SMP...
2011-06-13 Gustavo F. PadovanBluetooth: Add state tracking to struct l2cap_chan
2011-06-13 Gustavo F. PadovanBluetooth: add close() callback to l2cap_chan_ops
2011-06-13 Gustavo F. PadovanBluetooth: add recv() callback to l2cap_chan_ops
2011-06-13 Gustavo F. PadovanBluetooth: Add l2cap_chan_ops abstraction
2011-06-13 Gustavo F. PadovanBluetooth: Merge l2cap_chan_create() in the l2cap_sock_...
2011-06-09 Gustavo F. PadovanMerge /linux/kernel/git/padovan/bluetooth-2.6
2011-06-09 Filip PalianBluetooth: l2cap and rfcomm: fix 1 byte infoleak to...
2011-06-08 Jaikumar GaneshBluetooth: Add BT_POWER L2CAP socket option.
2011-06-08 Gustavo F. PadovanBluetooth: Rename __l2cap_chan_close() to l2cap_chan_cl...
2011-06-08 Gustavo F. PadovanBluetooth: Remove export of l2cap_chan_clear_timer()
2011-06-08 Gustavo F. PadovanBluetooth: create channel timer to replace sk_timer
2011-06-08 Gustavo F. PadovanBluetooth: Add chan->chan_type struct member
2011-06-08 Gustavo F. PadovanBluetooth: Create l2cap_chan_send()
2011-06-08 Gustavo F. PadovanBluetooth: Create __l2cap_chan_close()
2011-05-16 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-05-05 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-05-05 Gustavo F. PadovanBluetooth: Remove l2cap_sk_list
2011-05-05 Gustavo F. PadovanBluetooth: Handle psm == 0 case inside l2cap_add_psm()
2011-05-05 Gustavo F. PadovanBluetooth: Add l2cap_add_psm() and l2cap_add_scid()
2011-04-28 Gustavo F. PadovanBluetooth: Don't export l2cap_sock_ops
2011-04-28 Gustavo F. PadovanBluetooth: Fix memory leak with L2CAP channels
2011-04-28 Gustavo F. PadovanBluetooth: Move conn to struct l2cap_chan
2011-04-28 Gustavo F. PadovanBluetooth: Move more vars to struct l2cap_chan
2011-04-28 Gustavo F. PadovanBluetooth: Move more channel info to struct l2cap_chan
2011-04-27 Gustavo F. PadovanBluetooth: Move more vars to struct l2cap_chan
2011-04-27 Gustavo F. PadovanBluetooth: Move some more elements to struct l2cap_chan
2011-04-27 Gustavo F. PadovanBluetooth: Rename l2cap_do_connect() to l2cap_chan_conn...
2011-04-27 Gustavo F. PadovanBluetooth: Move conf_state to struct l2cap_chan
2011-04-27 Gustavo F. PadovanBluetooth: Refactor L2CAP channel allocation
2011-04-25 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-04-13 Gustavo F. PadovanBluetooth: Fix wrong comparison in listen()
2011-04-13 Gustavo F. PadovanBluetooth: Move tx queue to struct l2cap_chan
2011-04-13 Gustavo F. PadovanBluetooth: Move SREJ list to struct l2cap_chan
2011-04-07 Gustavo F. PadovanBluetooth: Move srej and busy queues to struct l2cap_chan
2011-04-07 Gustavo F. PadovanBluetooth: Move ERTM timers to struct l2cap_chan
2011-04-07 Gustavo F. PadovanBluetooth: Move remote info to struct l2cap_chan
2011-04-07 Gustavo F. PadovanBluetooth: Move of ERTM *_seq vars to struct l2cap_chan
2011-04-07 Gustavo F. PadovanBluetooth: Move conn_state to struct l2cap_chan
2011-04-07 Gustavo F. PadovanBluetooth: clean up l2cap_sock_recvmsg()
2011-04-07 Gustavo F. PadovanBluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan
2011-04-07 Gustavo F. PadovanBluetooth: Move ident to struct l2cap_chan
2011-04-07 Gustavo F. PadovanBluetooth: Create struct l2cap_chan
2011-04-07 Linus TorvaldsMerge branch 'for-linus2' of git://git.profusion.mobi...
2011-03-31 Andrei EmeltchenkoBluetooth: delete hanging L2CAP channel
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-24 Andrei EmeltchenkoBluetooth: delete hanging L2CAP channel
2011-02-17 Gustavo F. PadovanBluetooth: fix errors reported by checkpatch.pl
2011-02-16 Ville TervoBluetooth: Do not send disconn comand over LE links
2011-02-16 Ville TervoBluetooth: Add server socket support for LE connection
2011-02-16 Ville TervoBluetooth: Add LE connection support to L2CAP
2011-02-11 Vasiliy KulikovBluetooth: l2cap: fix 1 byte infoleak to userspace
2011-02-08 Gustavo F. PadovanBluetooth: move __l2cap_sock_close() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_kill() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move L2CAP sock timers function to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_shutdown() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_connect() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c
next