1. 95ffa97 Bluetooth: Fix L2CAP control bit field corruption by Gustavo F. Padovan · 14 years ago
  2. c13ffa6 Bluetooth: Proper shutdown ERTM when closing the channel by Gustavo F. Padovan · 14 years ago
  3. 51893f8 Bluetooth: Fix bug with ERTM minimum packet length by Nathan Holstein · 14 years ago
  4. bfbacc1 Bluetooth: Fix SREJ_QUEUE corruption in L2CAP by João Paulo Rechi Vita · 14 years ago
  5. 6e2b672 Bluetooth: Fix bug in l2cap_ertm_send() behavior by Gustavo F. Padovan · 14 years ago
  6. bc1b1f8 Bluetooth: Only check SAR bits if frame is an I-frame by Gustavo F. Padovan · 14 years ago
  7. 8ff50ec Bluetooth: Fix bug with ERTM vars increment by Gustavo F. Padovan · 14 years ago
  8. f6337c7 Bluetooth: Fix drop of packets with invalid req_seq/tx_seq by Gustavo F. Padovan · 14 years ago
  9. 0b31c85 Bluetooth: Remove L2CAP Extended Features from Kconfig by Gustavo F. Padovan · 14 years ago
  10. fd059b9 Bluetooth: Remove max_tx and tx_window module paramenters from L2CAP by Gustavo F. Padovan · 14 years ago
  11. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  12. 0453098 Bluetooth: Update sec_level/auth_type for already existing connections by Ville Tervo · 14 years ago
  13. da213f4 Bluetooth: Reset the security level after an authentication failure by Johan Hedberg · 14 years ago
  14. e501d05 Bluetooth: Check L2CAP pending status before sending connect request by Andrei Emeltchenko · 14 years ago
  15. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  16. 1a61a83 Bluetooth: Bring back var 'i' increment by Gustavo F. Padovan · 14 years ago
  17. bc10502 net: use __packed annotation by Eric Dumazet · 14 years ago
  18. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  19. 2b0b05d Bluetooth: Fix issues where sk_sleep() helper is needed now by Marcel Holtmann · 14 years ago
  20. 7b767ca Bluetooth: Use strict_strtoul instead of simple_strtoul by Tomas Winkler · 15 years ago
  21. f48fd9c Bluetooth: Create per controller workqueue by Marcel Holtmann · 15 years ago
  22. 844c097 Bluetooth: Fix spec error in the RemoteBusy Logic by Gustavo F. Padovan · 14 years ago
  23. 4178ba4 Bluetooth: Prevents buffer overflow on l2cap_ertm_reassembly_sdu() by Gustavo F. Padovan · 14 years ago
  24. dfc909b Bluetooth: Fix race condition on l2cap_ertm_send() by Gustavo F. Padovan · 14 years ago
  25. 6161c03 Bluetooth: Add wait_queue to wait ack of all sent packets by Gustavo F. Padovan · 14 years ago
  26. 1890d36 Bluetooth: Implement Local Busy Condition handling by Gustavo F. Padovan · 14 years ago
  27. 9b53350 Bluetooth: Completes the I-frame tx_seq check logic on RECV by João Paulo Rechi Vita · 14 years ago
  28. 18778a6 Bluetooth: Implement missing parts of the Invalid Frame Detection by Gustavo F. Padovan · 14 years ago
  29. f11d676 Bluetooth: Refactor l2cap_retransmit_frame() by Gustavo F. Padovan · 14 years ago
  30. 9a9c6a3 Bluetooth: Make hci_send_acl() void by Gustavo F. Padovan · 14 years ago
  31. ff12fd6 Bluetooth: Fix lockdep annotation on ERTM by Gustavo F. Padovan · 14 years ago
  32. 9b16dc6 Bluetooth: Check if we really are in WAIT_F when F bit comes by Gustavo F. Padovan · 14 years ago
  33. a2e12a2 Bluetooth: Remove unneeded control vars by Gustavo F. Padovan · 14 years ago
  34. 0301ef0 Bluetooth: Remove set of SrejSaveReqSeq under receipt of REJ frame by Gustavo F. Padovan · 14 years ago
  35. 59203a2 Bluetooth: Fix errors reported by checkpatch.pl by Gustavo F. Padovan · 14 years ago
  36. 44651b8 Bluetooth: Don't set control bits to zero first by Gustavo F. Padovan · 14 years ago
  37. 01760bd Bluetooth: Close L2CAP channel on invalid ReqSeq by João Paulo Rechi Vita · 14 years ago
  38. afefdbc Bluetooth: Fix SDU reassembly under SREJ by Gustavo F. Padovan · 14 years ago
  39. 0041ecf Bluetooth: Check if mode is supported on getsockopt by João Paulo Rechi Vita · 14 years ago
  40. bd3c9e2 Bluetooth: Add SOCK_STREAM support to L2CAP by Gustavo F. Padovan · 14 years ago
  41. 84fb0a6 Bluetooth: Add Kconfig option for L2CAP Extended Features by Gustavo F. Padovan · 14 years ago
  42. 3b1a9f3 Bluetooth: Optimize SREJ_QUEUE append by Gustavo F. Padovan · 14 years ago
  43. 812e737 Bluetooth: Fix drop of acked packets on ERTM by Gustavo F. Padovan · 14 years ago
  44. 0ee0d20 Bluetooth: Fix crash when monitor timeout expires by Gustavo F. Padovan · 14 years ago
  45. f6e6b16 Bluetooth: Fix bug when retransmitting I-frames by Gustavo F. Padovan · 14 years ago
  46. 68d7f0c Bluetooth: Enable option to configure Max Transmission value via sockopt by Gustavo F. Padovan · 14 years ago
  47. 369ba30 Bluetooth: Add module parameter for txWindow size on L2CAP by Gustavo F. Padovan · 14 years ago
  48. 803020c Bluetooth: Change acknowledgement to use the value of txWindow by Gustavo F. Padovan · 14 years ago
  49. 14b5aa7 Bluetooth: Add sockopt configuration for txWindow on L2CAP by Gustavo F. Padovan · 14 years ago
  50. 855666cc Bluetooth: Send Ack after clear the SREJ list by Gustavo F. Padovan · 14 years ago
  51. 052897c Bluetooth: Check the SDU size against the MTU value by Gustavo F. Padovan · 14 years ago
  52. 10467e9 Bluetooth: Add le16 macro to Retransmission and Monitor Timeouts values by Gustavo F. Padovan · 14 years ago
  53. 1c76215 Bluetooth: Fix configuration of the MPS value by Gustavo F. Padovan · 14 years ago
  54. 7b1c004 Bluetooth: Read RFC conf option on a successful Conf RSP by Gustavo F. Padovan · 14 years ago
  55. 2fb862e Bluetooth: Ignore Tx Window value with Streaming mode by Gustavo F. Padovan · 14 years ago
  56. c1b4f43 Bluetooth: Add timer to Acknowledge I-frames by Gustavo F. Padovan · 14 years ago
  57. 05fbd89 Bluetooth: Finish implementation for Rec RR (P=1) on ERTM by Gustavo F. Padovan · 14 years ago
  58. 8abb52e Bluetooth: Remove duplicate use of __get_reqseq() macro on L2CAP by Gustavo F. Padovan · 14 years ago
  59. 6e3a598 Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe() by Gustavo F. Padovan · 14 years ago
  60. 99b0d4b Bluetooth: Handle all cases of receipt of RNR-frames into L2CAP by Gustavo F. Padovan · 14 years ago
  61. e072745 Bluetooth: Split l2cap_data_channel_sframe() by Gustavo F. Padovan · 14 years ago
  62. 73edaa9 Bluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state on ERTM by Gustavo F. Padovan · 14 years ago
  63. f0946cc Bluetooth: Move set of P-bit to l2cap_send_sframe() by Gustavo F. Padovan · 14 years ago
  64. 9e917af Bluetooth: Implement SendAck() Action on ERTM. by Gustavo F. Padovan · 14 years ago
  65. 36f2fd5 Bluetooth: Check if SDU size is greater than MTU on L2CAP by Gustavo F. Padovan · 14 years ago
  66. 277ffbe Bluetooth: Check the minimum {I,S}-frame size into L2CAP by Gustavo F. Padovan · 14 years ago
  67. 1d8f5d1 Bluetooth: Support case with F bit set under WAIT_F state. by Gustavo F. Padovan · 14 years ago
  68. d5392c8 Bluetooth: Implement 'Send IorRRorRNR' event by Gustavo F. Padovan · 14 years ago
  69. e8235c6 Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macro by Gustavo F. Padovan · 14 years ago
  70. d1daa09 Bluetooth: Fix ACL MTU issue by Gustavo F. Padovan · 14 years ago
  71. 7dffe42 Bluetooth: Fix expected_tx_seq calculation on L2CAP by Gustavo F. Padovan · 14 years ago
  72. faaebd1 Bluetooth: Fix memory leak of S-frames into L2CAP by Gustavo F. Padovan · 14 years ago
  73. c69163e Bluetooth: Move specific Basic Mode code to the right place by Gustavo F. Padovan · 14 years ago
  74. b9dbdbc Bluetooth: Trivial clean ups to SCO by Gustavo F. Padovan · 14 years ago
  75. 0d861d8 Bluetooth: Make hci_send_sco() void by Gustavo F. Padovan · 14 years ago
  76. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  77. 477fffb bluetooth: handle l2cap_create_connless_pdu() errors by Dan Carpenter · 14 years ago
  78. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  79. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  80. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  81. cb4361c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  82. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  83. 6503d96 net: check the length of the socket address passed to connect(2) by Changli Gao · 14 years ago
  84. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  85. c2c77ec Bluetooth: Fix kernel crash on L2CAP stress tests by Andrei Emeltchenko · 15 years ago
  86. aef7d97 Bluetooth: Convert debug files to actually use debugfs instead of sysfs by Marcel Holtmann · 15 years ago
  87. 101545f Bluetooth: Fix potential bad memory access with sysfs files by Marcel Holtmann · 15 years ago
  88. ff6e216 net: convert multiple drivers to use netdev_for_each_mc_addr, part7 by Jiri Pirko · 15 years ago
  89. d89b218 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  90. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  91. d4612cb Bluetooth: Use single_open() for inquiry cache within debugfs by Marcel Holtmann · 15 years ago
  92. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  93. f6e623a Bluetooth: Fix out of scope variable access in hci_sock_cmsg() by Johann Felix Soden · 15 years ago
  94. 705e571 Bluetooth: Add SCO fallback for unsupported feature error by Stephen Coe · 15 years ago
  95. 943da25 Bluetooth: Add controller types for BR/EDR and 802.11 AMP by Marcel Holtmann · 15 years ago
  96. ca325f6 Bluetooth: Convert inquiry cache to use debugfs instead of sysfs by Marcel Holtmann · 15 years ago
  97. c13854c Bluetooth: Convert controller hdev->type to hdev->bus by Marcel Holtmann · 15 years ago
  98. a85821f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  99. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  100. b1109bf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago