1. 6e3a598 Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe() by Gustavo F. Padovan · 15 years ago
  2. 99b0d4b Bluetooth: Handle all cases of receipt of RNR-frames into L2CAP by Gustavo F. Padovan · 15 years ago
  3. e072745 Bluetooth: Split l2cap_data_channel_sframe() by Gustavo F. Padovan · 15 years ago
  4. 73edaa9 Bluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state on ERTM by Gustavo F. Padovan · 15 years ago
  5. f0946cc Bluetooth: Move set of P-bit to l2cap_send_sframe() by Gustavo F. Padovan · 15 years ago
  6. 9e917af Bluetooth: Implement SendAck() Action on ERTM. by Gustavo F. Padovan · 15 years ago
  7. 36f2fd5 Bluetooth: Check if SDU size is greater than MTU on L2CAP by Gustavo F. Padovan · 15 years ago
  8. 277ffbe Bluetooth: Check the minimum {I,S}-frame size into L2CAP by Gustavo F. Padovan · 15 years ago
  9. 1d8f5d1 Bluetooth: Support case with F bit set under WAIT_F state. by Gustavo F. Padovan · 15 years ago
  10. d5392c8 Bluetooth: Implement 'Send IorRRorRNR' event by Gustavo F. Padovan · 15 years ago
  11. e8235c6 Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macro by Gustavo F. Padovan · 15 years ago
  12. d1daa09 Bluetooth: Fix ACL MTU issue by Gustavo F. Padovan · 15 years ago
  13. 7dffe42 Bluetooth: Fix expected_tx_seq calculation on L2CAP by Gustavo F. Padovan · 15 years ago
  14. faaebd1 Bluetooth: Fix memory leak of S-frames into L2CAP by Gustavo F. Padovan · 15 years ago
  15. c69163e Bluetooth: Move specific Basic Mode code to the right place by Gustavo F. Padovan · 15 years ago
  16. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  17. 477fffb bluetooth: handle l2cap_create_connless_pdu() errors by Dan Carpenter · 15 years ago
  18. aa39514 net: sk_sleep() helper by Eric Dumazet · 15 years ago
  19. 6503d96 net: check the length of the socket address passed to connect(2) by Changli Gao · 15 years ago
  20. c2c77ec Bluetooth: Fix kernel crash on L2CAP stress tests by Andrei Emeltchenko · 15 years ago
  21. aef7d97 Bluetooth: Convert debug files to actually use debugfs instead of sysfs by Marcel Holtmann · 15 years ago
  22. 101545f Bluetooth: Fix potential bad memory access with sysfs files by Marcel Holtmann · 15 years ago
  23. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  24. e420aba Bluetooth: Fix memory leak in L2CAP by Andrei Emeltchenko · 15 years ago
  25. fcafde2 Bluetooth: Remove double free of SKB pointer in L2CAP by Andrei Emeltchenko · 15 years ago
  26. b13f586 Bluetooth: Fix L2CAP locking scheme regression by Andrei Emeltchenko · 15 years ago
  27. 186ee8cf Bluetooth: Ack L2CAP I-frames before retransmit missing packet by Gustavo F. Padovan · 15 years ago
  28. 186de9a Bluetooth: Fix unset of RemoteBusy flag for L2CAP by Gustavo F. Padovan · 15 years ago
  29. 5fbcd3d Bluetooth: Add L2CAP option for max transmit value by Marcel Holtmann · 15 years ago
  30. 2ab25cd Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq value by Gustavo F. Padovan · 15 years ago
  31. 4ec10d9 Bluetooth: Implement RejActioned flag by Gustavo F. Padovan · 15 years ago
  32. 9f121a5 Bluetooth: Fix sending ReqSeq on I-frames by Gustavo F. Padovan · 15 years ago
  33. 889a3ca Bluetooth: Fix unset of SrejActioned flag by Gustavo F. Padovan · 15 years ago
  34. 0565c1c Bluetooth: Initialize variables and timers for both channel's sides by Gustavo F. Padovan · 15 years ago
  35. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  36. a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  37. 68ae663 Bluetooth: Fix regression with L2CAP configuration in Basic Mode by Gustavo F. Padovan · 15 years ago
  38. a0e55a3 Bluetooth: Select Basic Mode as default for SOCK_SEQPACKET by Gustavo F. Padovan · 15 years ago
  39. c84b326 net: check kern before calling security subsystem by Eric Paris · 15 years ago
  40. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  41. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  42. 45054dc bluetooth: static lock key fix by Dave Young · 15 years ago
  43. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  44. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  45. 7e74309 Bluetooth: Add support for L2CAP 'Send RRorRNR' action by Gustavo F. Padovan · 15 years ago
  46. 2246b2f Bluetooth: Handle L2CAP case when the remote receiver is busy by Gustavo F. Padovan · 15 years ago
  47. ca42a61 Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1) by Gustavo F. Padovan · 15 years ago
  48. 1b7bf4e Bluetooth: Use proper *_unaligned_le{16,32} helpers for L2CAP by Gustavo F. Padovan · 15 years ago
  49. e686219 Bluetooth: Add locking scheme to L2CAP timeout callbacks by Gustavo F. Padovan · 15 years ago
  50. ef54fd9 Bluetooth: Full support for receiving L2CAP SREJ frames by Gustavo F. Padovan · 15 years ago
  51. 8f17154 Bluetooth: Add support for L2CAP SREJ exception by Gustavo F. Padovan · 15 years ago
  52. fcc203c Bluetooth: Add support for FCS option to L2CAP by Gustavo F. Padovan · 15 years ago
  53. 6840ed0 Bluetooth: Enable Streaming Mode for L2CAP by Gustavo F. Padovan · 15 years ago
  54. e90bac0 Bluetooth: Add support for Retransmission and Monitor Timers by Gustavo F. Padovan · 15 years ago
  55. 30afb5b Bluetooth: Initial support for retransmission of packets with REJ frames by Gustavo F. Padovan · 15 years ago
  56. c74e560 Bluetooth: Add support for Segmentation and Reassembly of SDUs by Gustavo F. Padovan · 15 years ago
  57. 1c2acffb7 Bluetooth: Add initial support for ERTM packets transfers by Gustavo F. Padovan · 15 years ago
  58. 22121fc Bluetooth: Create separate l2cap_send_disconn_req() function by Gustavo F. Padovan · 15 years ago
  59. f2fcfcd Bluetooth: Add configuration support for ERTM and Streaming mode by Gustavo F. Padovan · 16 years ago
  60. 65c7c49 Bluetooth: Add L2CAP RFC option if ERTM is enabled by Marcel Holtmann · 16 years ago
  61. c6b03cf Bluetooth: Allow setting of L2CAP ERTM via socket option by Marcel Holtmann · 16 years ago
  62. 44dd46d Bluetooth: Add module option to enable L2CAP ERTM support by Marcel Holtmann · 16 years ago
  63. b4324b5 Bluetooth: Remove pointless endian conversion helpers by Marcel Holtmann · 16 years ago
  64. 47ec1dcd Bluetooth: Add basic constants for L2CAP ERTM support and use them by Marcel Holtmann · 16 years ago
  65. af05b30b Bluetooth: Fix errors and warnings in L2CAP reported by checkpatch.pl by Gustavo F. Padovan · 16 years ago
  66. 44d0e48 Bluetooth: Remove unnecessary variable initialization by Marcel Holtmann · 16 years ago
  67. 589d274 Bluetooth: Use macro for L2CAP hint mask on receiving config request by Gustavo F. Padovan · 16 years ago
  68. 8db4dc4 Bluetooth: Use macros for L2CAP channel identifiers by Gustavo F. Padovan · 16 years ago
  69. 7585b97 Bluetooth: Remove some pointless conditionals before kfree_skb() by Wei Yongjun · 16 years ago
  70. 2526d3d Bluetooth: Permit BT_SECURITY also for L2CAP raw sockets by Marcel Holtmann · 16 years ago
  71. 2a517ca Bluetooth: Disallow usage of L2CAP CID setting for now by Marcel Holtmann · 16 years ago
  72. 00ae4af Bluetooth: Fix authentication requirements for L2CAP security check by Marcel Holtmann · 16 years ago
  73. 2950f21 Bluetooth: Ask upper layers for HCI disconnect reason by Marcel Holtmann · 16 years ago
  74. f29972d Bluetooth: Add CID field to L2CAP socket address structure by Marcel Holtmann · 16 years ago
  75. e1027a7 Bluetooth: Request L2CAP fixed channel list if available by Marcel Holtmann · 16 years ago
  76. 435fef2 Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3 by Marcel Holtmann · 16 years ago
  77. 6a8d301 Bluetooth: Fix double L2CAP connection request by Marcel Holtmann · 16 years ago
  78. 984947d Bluetooth: Fix race condition with L2CAP information request by Marcel Holtmann · 16 years ago
  79. 0684e5f Bluetooth: Use general bonding whenever possible by Marcel Holtmann · 16 years ago
  80. 255c760 Bluetooth: Don't check encryption for L2CAP raw sockets by Marcel Holtmann · 16 years ago
  81. 5f9018a Bluetooth: Update version numbers by Marcel Holtmann · 16 years ago
  82. 0588d94 Bluetooth: Restrict application of socket options by Marcel Holtmann · 16 years ago
  83. f62e432 Bluetooth: Disconnect L2CAP connections without encryption by Marcel Holtmann · 16 years ago
  84. 2af6b9d Bluetooth: Replace L2CAP link mode with security level by Marcel Holtmann · 16 years ago
  85. 8c1b235 Bluetooth: Add enhanced security model for Simple Pairing by Marcel Holtmann · 16 years ago
  86. f66dc81 Bluetooth: Add support for deferring L2CAP connection setup by Marcel Holtmann · 16 years ago
  87. d58daf4 Bluetooth: Preparation for usage of SOL_BLUETOOTH by Marcel Holtmann · 16 years ago
  88. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  89. e7c29cb [Bluetooth] Reject L2CAP connections on an insecure ACL link by Marcel Holtmann · 16 years ago
  90. 09ab6f4 [Bluetooth] Enforce correct authentication requirements by Marcel Holtmann · 16 years ago
  91. 63fbd24 [Bluetooth] Consolidate maintainers information by Marcel Holtmann · 16 years ago
  92. b1235d796 [Bluetooth] Allow security for outgoing L2CAP connections by Marcel Holtmann · 17 years ago
  93. 3241ad8 [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO by Marcel Holtmann · 17 years ago
  94. 40be492 [Bluetooth] Export details about authentication requirements by Marcel Holtmann · 17 years ago
  95. 9719f8a [Bluetooth] Disconnect when encryption gets disabled by Marcel Holtmann · 17 years ago
  96. 79d554a [Bluetooth] Change retrieval of L2CAP features mask by Marcel Holtmann · 17 years ago
  97. 8398531 bluetooth: use get/put_unaligned_* helpers by Harvey Harrison · 17 years ago
  98. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  99. d5fb296 bluetooth: replace deprecated RW_LOCK_UNLOCKED macros by Robert P. J. Day · 17 years ago
  100. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago