Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()
[linux-flexiantxendom0-3.2.10.git] / net / bluetooth / l2cap_sock.c
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
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_getname() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_accept() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_release() to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: move l2cap_sock_ops to l2cap_sock.c
2011-02-08 Gustavo F. PadovanBluetooth: Initial work for L2CAP split.