1. b4324b5 Bluetooth: Remove pointless endian conversion helpers by Marcel Holtmann · 15 years ago
  2. 47ec1dcd Bluetooth: Add basic constants for L2CAP ERTM support and use them by Marcel Holtmann · 15 years ago
  3. af05b30b Bluetooth: Fix errors and warnings in L2CAP reported by checkpatch.pl by Gustavo F. Padovan · 15 years ago
  4. 44d0e48 Bluetooth: Remove unnecessary variable initialization by Marcel Holtmann · 15 years ago
  5. 589d274 Bluetooth: Use macro for L2CAP hint mask on receiving config request by Gustavo F. Padovan · 15 years ago
  6. 8db4dc4 Bluetooth: Use macros for L2CAP channel identifiers by Gustavo F. Padovan · 15 years ago
  7. 7585b97 Bluetooth: Remove some pointless conditionals before kfree_skb() by Wei Yongjun · 16 years ago
  8. 2526d3d Bluetooth: Permit BT_SECURITY also for L2CAP raw sockets by Marcel Holtmann · 16 years ago
  9. 2a517ca Bluetooth: Disallow usage of L2CAP CID setting for now by Marcel Holtmann · 16 years ago
  10. 00ae4af Bluetooth: Fix authentication requirements for L2CAP security check by Marcel Holtmann · 16 years ago
  11. 2950f21 Bluetooth: Ask upper layers for HCI disconnect reason by Marcel Holtmann · 16 years ago
  12. f29972d Bluetooth: Add CID field to L2CAP socket address structure by Marcel Holtmann · 16 years ago
  13. e1027a7 Bluetooth: Request L2CAP fixed channel list if available by Marcel Holtmann · 16 years ago
  14. 435fef2 Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3 by Marcel Holtmann · 16 years ago
  15. 6a8d301 Bluetooth: Fix double L2CAP connection request by Marcel Holtmann · 16 years ago
  16. 984947d Bluetooth: Fix race condition with L2CAP information request by Marcel Holtmann · 16 years ago
  17. 0684e5f Bluetooth: Use general bonding whenever possible by Marcel Holtmann · 16 years ago
  18. 255c760 Bluetooth: Don't check encryption for L2CAP raw sockets by Marcel Holtmann · 16 years ago
  19. 5f9018a Bluetooth: Update version numbers by Marcel Holtmann · 16 years ago
  20. 0588d94 Bluetooth: Restrict application of socket options by Marcel Holtmann · 16 years ago
  21. f62e432 Bluetooth: Disconnect L2CAP connections without encryption by Marcel Holtmann · 16 years ago
  22. 2af6b9d Bluetooth: Replace L2CAP link mode with security level by Marcel Holtmann · 16 years ago
  23. 8c1b235 Bluetooth: Add enhanced security model for Simple Pairing by Marcel Holtmann · 16 years ago
  24. f66dc81 Bluetooth: Add support for deferring L2CAP connection setup by Marcel Holtmann · 16 years ago
  25. d58daf4 Bluetooth: Preparation for usage of SOL_BLUETOOTH by Marcel Holtmann · 16 years ago
  26. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  27. e7c29cb [Bluetooth] Reject L2CAP connections on an insecure ACL link by Marcel Holtmann · 16 years ago
  28. 09ab6f4 [Bluetooth] Enforce correct authentication requirements by Marcel Holtmann · 16 years ago
  29. 63fbd24 [Bluetooth] Consolidate maintainers information by Marcel Holtmann · 16 years ago
  30. b1235d7 [Bluetooth] Allow security for outgoing L2CAP connections by Marcel Holtmann · 16 years ago
  31. 3241ad8 [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO by Marcel Holtmann · 16 years ago
  32. 40be492 [Bluetooth] Export details about authentication requirements by Marcel Holtmann · 16 years ago
  33. 9719f8a [Bluetooth] Disconnect when encryption gets disabled by Marcel Holtmann · 16 years ago
  34. 79d554a [Bluetooth] Change retrieval of L2CAP features mask by Marcel Holtmann · 16 years ago
  35. 8398531 bluetooth: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  36. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  37. d5fb296 bluetooth: replace deprecated RW_LOCK_UNLOCKED macros by Robert P. J. Day · 16 years ago
  38. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  39. 8e8440f [BLUETOOTH]: l2cap info_timer delete fix in hci_conn_del by Dave Young · 17 years ago
  40. 3ab2273 bluetooth: delete timer in l2cap_conn_del() by Thomas Gleixner · 17 years ago
  41. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  42. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  43. 6464f35 [Bluetooth] Fall back to L2CAP in basic mode by Marcel Holtmann · 17 years ago
  44. f0709e0 [Bluetooth] Advertise L2CAP features mask support by Marcel Holtmann · 17 years ago
  45. 4e8402a [Bluetooth] Retrieve L2CAP features mask on connection setup by Marcel Holtmann · 17 years ago
  46. 861d688 [Bluetooth] Remove global conf_mtu variable from L2CAP by Marcel Holtmann · 17 years ago
  47. 876d948 [Bluetooth] Finish L2CAP configuration only with acceptable settings by Marcel Holtmann · 17 years ago
  48. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  49. d838528 [BLUETOOTH] l2cap: don't mangle cmd.len by Al Viro · 17 years ago
  50. 88219a0 [BLUETOOTH]: pass (host-endian) cmd length as explicit argument to l2cap_conf_req() by Al Viro · 17 years ago
  51. 8e036fc [BLUETOOTH] l2cap: endianness annotations by Al Viro · 17 years ago
  52. 6dc0c20 [BLUETOOTH]: Fix endianness bug in l2cap_sock_listen() by Al Viro · 17 years ago
  53. 5dee9e7 [Bluetooth] Fix L2CAP configuration parameter handling by Marcel Holtmann · 17 years ago
  54. 0878b66 [Bluetooth] Fix L2CAP and HCI setsockopt() information leaks by Marcel Holtmann · 17 years ago
  55. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  56. aca3192 [NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  57. 8e87d14 [NET] BLUETOOTH: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  58. 847641d [Bluetooth] Restrict well known PSM to privileged users by Marcel Holtmann · 18 years ago
  59. 7386397 [Bluetooth] Missing endian swapping for L2CAP socket list by Marcel Holtmann · 18 years ago
  60. fcc70d5 [BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTH by Peter Zijlstra · 18 years ago
  61. 354f60a [Bluetooth] Ignore L2CAP config requests on disconnect by Marcel Holtmann · 18 years ago
  62. 820ae1b [Bluetooth] Always include MTU in L2CAP config responses by Marcel Holtmann · 18 years ago
  63. 74da626 [Bluetooth] Add locking for bt_proto array manipulation by Marcel Holtmann · 18 years ago
  64. df5c37e [Bluetooth] Handle return values from driver core functions by Marcel Holtmann · 18 years ago
  65. fd1278d [Bluetooth] Fix deadlock in the L2CAP layer by Marcel Holtmann · 18 years ago
  66. 0139418 [Bluetooth] Small cleanup of the L2CAP source code by Marcel Holtmann · 18 years ago
  67. a91f2e3 [Bluetooth] Use real devices for host controllers by Marcel Holtmann · 18 years ago
  68. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  69. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  70. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  71. c1cbe4b [NET]: Avoid atomic xchg() for non-error case by Benjamin LaHaise · 19 years ago
  72. be9d122 [Bluetooth]: Remove the usage of /proc completely by Marcel Holtmann · 19 years ago
  73. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  74. 2eb25a6 [Bluetooth]: Fix sparse warnings (__nocast type) by Victor Fusco · 19 years ago
  75. b453257 [PATCH] kill gratitious includes of major.h under net/* by Al Viro · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago