1. eae38ee Bluetooth: Add RFCOMM option to use L2CAP ERTM mode by Marcel Holtmann · 15 years ago
  2. 5fbcd3d Bluetooth: Add L2CAP option for max transmit value by Marcel Holtmann · 15 years ago
  3. 2ab25cd Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq value by Gustavo F. Padovan · 15 years ago
  4. 4ec10d9 Bluetooth: Implement RejActioned flag by Gustavo F. Padovan · 15 years ago
  5. 9f121a5 Bluetooth: Fix sending ReqSeq on I-frames by Gustavo F. Padovan · 15 years ago
  6. 889a3ca Bluetooth: Fix unset of SrejActioned flag by Gustavo F. Padovan · 15 years ago
  7. 0565c1c Bluetooth: Initialize variables and timers for both channel's sides by Gustavo F. Padovan · 15 years ago
  8. cde9f80 Bluetooth: Fix handling of BNEP setup connection requests by Vikram Kandukuri · 15 years ago
  9. c78ae28 Bluetooth: Unobfuscate tasklet_schedule usage by Marcel Holtmann · 15 years ago
  10. 76bca88 Bluetooth: Turn hci_recv_frame into an exported function by Marcel Holtmann · 15 years ago
  11. 7e21add Bluetooth: Return ENETDOWN when interface is down by Marcel Holtmann · 15 years ago
  12. 2da3193 Bluetooth: Implement raw output support for HIDP layer by Jiri Kosina · 15 years ago
  13. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  14. a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  15. 68ae663 Bluetooth: Fix regression with L2CAP configuration in Basic Mode by Gustavo F. Padovan · 15 years ago
  16. a0e55a3 Bluetooth: Select Basic Mode as default for SOCK_SEQPACKET by Gustavo F. Padovan · 15 years ago
  17. 93f19c9 Bluetooth: Set general bonding security for ACL by default by Andrei Emeltchenko · 15 years ago
  18. c84b326 net: check kern before calling security subsystem by Eric Paris · 15 years ago
  19. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  20. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  21. 45054dc bluetooth: static lock key fix by Dave Young · 15 years ago
  22. f74c77c bluetooth: scheduling while atomic bug fix by Dave Young · 15 years ago
  23. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  24. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  25. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  26. 50223e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  27. c4c259b HID: consolidate connect and disconnect into core code by Jiri Kosina · 15 years ago
  28. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  29. 384912e net: Add DEVTYPE support for Ethernet based devices by Marcel Holtmann · 15 years ago
  30. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  31. 7e74309 Bluetooth: Add support for L2CAP 'Send RRorRNR' action by Gustavo F. Padovan · 15 years ago
  32. 2246b2f Bluetooth: Handle L2CAP case when the remote receiver is busy by Gustavo F. Padovan · 15 years ago
  33. ca42a61 Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1) by Gustavo F. Padovan · 15 years ago
  34. cbe86b9 Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layer by Randy Dunlap · 15 years ago
  35. 1b7bf4e Bluetooth: Use proper *_unaligned_le{16,32} helpers for L2CAP by Gustavo F. Padovan · 15 years ago
  36. e686219 Bluetooth: Add locking scheme to L2CAP timeout callbacks by Gustavo F. Padovan · 15 years ago
  37. 9e726b1 Bluetooth: Fix rejected connection not disconnecting ACL link by Luiz Augusto von Dentz · 15 years ago
  38. ef54fd9 Bluetooth: Full support for receiving L2CAP SREJ frames by Gustavo F. Padovan · 15 years ago
  39. 8f17154 Bluetooth: Add support for L2CAP SREJ exception by Gustavo F. Padovan · 15 years ago
  40. fcc203c Bluetooth: Add support for FCS option to L2CAP by Gustavo F. Padovan · 15 years ago
  41. 6840ed0 Bluetooth: Enable Streaming Mode for L2CAP by Gustavo F. Padovan · 15 years ago
  42. e90bac0 Bluetooth: Add support for Retransmission and Monitor Timers by Gustavo F. Padovan · 15 years ago
  43. 30afb5b Bluetooth: Initial support for retransmission of packets with REJ frames by Gustavo F. Padovan · 15 years ago
  44. c74e560 Bluetooth: Add support for Segmentation and Reassembly of SDUs by Gustavo F. Padovan · 15 years ago
  45. 1c2acff Bluetooth: Add initial support for ERTM packets transfers by Gustavo F. Padovan · 15 years ago
  46. 22121fc Bluetooth: Create separate l2cap_send_disconn_req() function by Gustavo F. Padovan · 15 years ago
  47. f2fcfcd Bluetooth: Add configuration support for ERTM and Streaming mode by Gustavo F. Padovan · 15 years ago
  48. 65c7c49 Bluetooth: Add L2CAP RFC option if ERTM is enabled by Marcel Holtmann · 15 years ago
  49. c6b03cf Bluetooth: Allow setting of L2CAP ERTM via socket option by Marcel Holtmann · 15 years ago
  50. 44dd46d Bluetooth: Add module option to enable L2CAP ERTM support by Marcel Holtmann · 15 years ago
  51. 52d1834 Bluetooth: Coding style cleanup from previous rfcomm_init bug fix by Marcel Holtmann · 15 years ago
  52. a6a67ef Bluetooth: Convert hdev->req_lock to a mutex by Thomas Gleixner · 15 years ago
  53. edad638 Bluetooth: Let HIDP grab the device reference for connections by Marcel Holtmann · 15 years ago
  54. 9eba32b Bluetooth: Add extra device reference counting for connections by Marcel Holtmann · 15 years ago
  55. 364f635 Bluetooth: Disconnect HIDRAW devices on disconnect by Marcel Holtmann · 15 years ago
  56. 981b141 Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received by Vikram Kandukuri · 15 years ago
  57. fd0b3ff Bluetooth: Add proper shutdown support to SCO sockets by Marcel Holtmann · 15 years ago
  58. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  59. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  60. af0d3b1 bluetooth: rfcomm_init bug fix by Dave Young · 15 years ago
  61. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  62. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  63. 1a09718 Bluetooth: Fix Kconfig issue with RFKILL integration by Marcel Holtmann · 15 years ago
  64. bb40080 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by David S. Miller · 15 years ago
  65. 611b30f Bluetooth: Add native RFKILL soft-switch support for all devices by Marcel Holtmann · 15 years ago
  66. b4324b5 Bluetooth: Remove pointless endian conversion helpers by Marcel Holtmann · 15 years ago
  67. 47ec1dcd Bluetooth: Add basic constants for L2CAP ERTM support and use them by Marcel Holtmann · 15 years ago
  68. af05b30b Bluetooth: Fix errors and warnings in L2CAP reported by checkpatch.pl by Gustavo F. Padovan · 15 years ago
  69. 44d0e48 Bluetooth: Remove unnecessary variable initialization by Marcel Holtmann · 15 years ago
  70. 589d274 Bluetooth: Use macro for L2CAP hint mask on receiving config request by Gustavo F. Padovan · 15 years ago
  71. 8db4dc4 Bluetooth: Use macros for L2CAP channel identifiers by Gustavo F. Padovan · 15 years ago
  72. 4e32997 isdn: rename capi_ctr_reseted() to capi_ctr_down() by Tilman Schmidt · 15 years ago
  73. 4c71318 Bluetooth: Remove useless flush_work() causing lockdep warnings by Dave Young · 15 years ago
  74. 3d7a9d1 Bluetooth: Don't trigger disconnect timeout for security mode 3 pairing by Marcel Holtmann · 15 years ago
  75. 1b0336b Bluetooth: Don't use hci_acl_connect_cancel() for incoming connections by Marcel Holtmann · 15 years ago
  76. 384943e Bluetooth: Fix wrong module refcount when connection setup fails by Marcel Holtmann · 15 years ago
  77. 457ca7b Bluetooth: Move dev_set_name() to a context that can sleep by Marcel Holtmann · 15 years ago
  78. a67e899 Bluetooth: Fix issue with sysfs handling for connections by Marcel Holtmann · 15 years ago
  79. 3fdca1e Bluetooth: Fix connection establishment with low security requirement by Marcel Holtmann · 15 years ago
  80. 052b30b Bluetooth: Add different pairing timeout for Legacy Pairing by Marcel Holtmann · 15 years ago
  81. f3784d8 Bluetooth: Ensure that HCI sysfs add/del is preempt safe by Roger Quadros · 15 years ago
  82. 9499237 Bluetooth: Add workaround for wrong HCI event in eSCO setup by Marcel Holtmann · 15 years ago
  83. 732547f Bluetooth: Fallback from eSCO to SCO on unspecified error by Marcel Holtmann · 15 years ago
  84. e2139b3 Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUP by Johan Hedberg · 15 years ago
  85. 0f043a8 proc tty: remove struct tty_operations::read_proc by Alexey Dobriyan · 15 years ago
  86. 08abe18 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  87. ffa6a70 Driver core: Fix device_move() vs. dpm list ordering, v2 by Cornelia Huck · 15 years ago
  88. 7585b97 Bluetooth: Remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  89. 2ae9a6b Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too early by Dave Young · 15 years ago
  90. 2526d3d Bluetooth: Permit BT_SECURITY also for L2CAP raw sockets by Marcel Holtmann · 15 years ago
  91. 37e62f5 Bluetooth: Fix RFCOMM usage of in-kernel L2CAP sockets by Marcel Holtmann · 15 years ago
  92. 2a517ca Bluetooth: Disallow usage of L2CAP CID setting for now by Marcel Holtmann · 15 years ago
  93. 8bf4794 Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUP by Marcel Holtmann · 15 years ago
  94. d5f2d2b Bluetooth: Fix poll() misbehavior when using BT_DEFER_SETUP by Marcel Holtmann · 15 years ago
  95. 96a3183 Bluetooth: Set authentication requirement before requesting it by Marcel Holtmann · 15 years ago
  96. 00ae4af Bluetooth: Fix authentication requirements for L2CAP security check by Marcel Holtmann · 15 years ago
  97. 2950f21 Bluetooth: Ask upper layers for HCI disconnect reason by Marcel Holtmann · 15 years ago
  98. f29972d Bluetooth: Add CID field to L2CAP socket address structure by Marcel Holtmann · 15 years ago
  99. e1027a7 Bluetooth: Request L2CAP fixed channel list if available by Marcel Holtmann · 15 years ago
  100. 435fef2 Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3 by Marcel Holtmann · 15 years ago