1. e00cf3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  2. a70171d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  3. 23691d7 Bluetooth: Remove l2cap_sk_list by Gustavo F. Padovan · 13 years ago
  4. 73b2ec1 Bluetooth: Handle psm == 0 case inside l2cap_add_psm() by Gustavo F. Padovan · 13 years ago
  5. 9e4425f Bluetooth: Add l2cap_add_psm() and l2cap_add_scid() by Gustavo F. Padovan · 13 years ago
  6. cf2f90f Bluetooth: Don't export l2cap_sock_ops by Gustavo F. Padovan · 13 years ago
  7. 6ff5abb Bluetooth: Fix memory leak with L2CAP channels by Gustavo F. Padovan · 13 years ago
  8. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  9. fe4128e Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  10. 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  11. 47d1ec6 Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  12. 4343478 Bluetooth: Move some more elements to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  13. 77a74c7 Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect() by Gustavo F. Padovan · 13 years ago
  14. b445003 Bluetooth: Move conf_state to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  15. 5d41ce1 Bluetooth: Refactor L2CAP channel allocation by Gustavo F. Padovan · 13 years ago
  16. cfef604 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  17. cd69a03 Bluetooth: Fix wrong comparison in listen() by Gustavo F. Padovan · 14 years ago
  18. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  19. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  20. f1c6775 Bluetooth: Move srej and busy queues to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  21. e92c8e7 Bluetooth: Move ERTM timers to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  22. 2c03a7a Bluetooth: Move remote info to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  23. 42e5c80 Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  24. 525cd18 Bluetooth: Move conn_state to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  25. 710f9b0a Bluetooth: clean up l2cap_sock_recvmsg() by Gustavo F. Padovan · 14 years ago
  26. 73ffa90 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  27. fc7f8a7 Bluetooth: Move ident to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  28. 4845407 Bluetooth: Create struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  29. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  30. 34bd027 Bluetooth: delete hanging L2CAP channel by Andrei Emeltchenko · 14 years ago
  31. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  32. a0cc9a1 Bluetooth: delete hanging L2CAP channel by Andrei Emeltchenko · 14 years ago
  33. e2174ca Bluetooth: fix errors reported by checkpatch.pl by Gustavo F. Padovan · 14 years ago
  34. 5589fa9 Bluetooth: Do not send disconn comand over LE links by Ville Tervo · 14 years ago
  35. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 14 years ago
  36. acd7d37 Bluetooth: Add LE connection support to L2CAP by Ville Tervo · 14 years ago
  37. e3fb592 Bluetooth: l2cap: fix 1 byte infoleak to userspace by Vasiliy Kulikov · 14 years ago
  38. 6de0702 Bluetooth: move __l2cap_sock_close() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  39. 05fc157 Bluetooth: move l2cap_sock_kill() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  40. 6ddc048 Bluetooth: move L2CAP sock timers function to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  41. fd83ccd Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  42. dcba0db Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  43. 6898325 Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  44. 4e34c50 Bluetooth: move l2cap_sock_connect() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  45. 99f4808 Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  46. 33575df Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  47. d7175d5 Bluetooth: move l2cap_sock_getname() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  48. c47b7c7 Bluetooth: move l2cap_sock_accept() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  49. af6bcd8 Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  50. 554f05b Bluetooth: move l2cap_sock_release() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  51. 6539058 Bluetooth: move l2cap_sock_ops to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  52. bb58f74 Bluetooth: Initial work for L2CAP split. by Gustavo F. Padovan · 14 years ago