1. 14b5aa7 Bluetooth: Add sockopt configuration for txWindow on L2CAP by Gustavo F. Padovan · 14 years ago
  2. 855666cc Bluetooth: Send Ack after clear the SREJ list by Gustavo F. Padovan · 14 years ago
  3. 052897c Bluetooth: Check the SDU size against the MTU value by Gustavo F. Padovan · 14 years ago
  4. 10467e9 Bluetooth: Add le16 macro to Retransmission and Monitor Timeouts values by Gustavo F. Padovan · 14 years ago
  5. 1c76215 Bluetooth: Fix configuration of the MPS value by Gustavo F. Padovan · 14 years ago
  6. 7b1c004 Bluetooth: Read RFC conf option on a successful Conf RSP by Gustavo F. Padovan · 14 years ago
  7. 2fb862e Bluetooth: Ignore Tx Window value with Streaming mode by Gustavo F. Padovan · 14 years ago
  8. c1b4f43 Bluetooth: Add timer to Acknowledge I-frames by Gustavo F. Padovan · 14 years ago
  9. 05fbd89 Bluetooth: Finish implementation for Rec RR (P=1) on ERTM by Gustavo F. Padovan · 14 years ago
  10. 8abb52e Bluetooth: Remove duplicate use of __get_reqseq() macro on L2CAP by Gustavo F. Padovan · 14 years ago
  11. 6e3a598 Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe() by Gustavo F. Padovan · 14 years ago
  12. 99b0d4b Bluetooth: Handle all cases of receipt of RNR-frames into L2CAP by Gustavo F. Padovan · 14 years ago
  13. e072745 Bluetooth: Split l2cap_data_channel_sframe() by Gustavo F. Padovan · 14 years ago
  14. 73edaa9 Bluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state on ERTM by Gustavo F. Padovan · 14 years ago
  15. f0946cc Bluetooth: Move set of P-bit to l2cap_send_sframe() by Gustavo F. Padovan · 14 years ago
  16. 9e917af Bluetooth: Implement SendAck() Action on ERTM. by Gustavo F. Padovan · 14 years ago
  17. 36f2fd5 Bluetooth: Check if SDU size is greater than MTU on L2CAP by Gustavo F. Padovan · 14 years ago
  18. 277ffbe Bluetooth: Check the minimum {I,S}-frame size into L2CAP by Gustavo F. Padovan · 14 years ago
  19. 1d8f5d1 Bluetooth: Support case with F bit set under WAIT_F state. by Gustavo F. Padovan · 14 years ago
  20. d5392c8 Bluetooth: Implement 'Send IorRRorRNR' event by Gustavo F. Padovan · 14 years ago
  21. e8235c6 Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macro by Gustavo F. Padovan · 14 years ago
  22. d1daa09 Bluetooth: Fix ACL MTU issue by Gustavo F. Padovan · 14 years ago
  23. 7dffe42 Bluetooth: Fix expected_tx_seq calculation on L2CAP by Gustavo F. Padovan · 14 years ago
  24. faaebd1 Bluetooth: Fix memory leak of S-frames into L2CAP by Gustavo F. Padovan · 14 years ago
  25. c69163e Bluetooth: Move specific Basic Mode code to the right place by Gustavo F. Padovan · 14 years ago
  26. b9dbdbc Bluetooth: Trivial clean ups to SCO by Gustavo F. Padovan · 14 years ago
  27. 0d861d8 Bluetooth: Make hci_send_sco() void by Gustavo F. Padovan · 14 years ago
  28. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  29. 477fffb bluetooth: handle l2cap_create_connless_pdu() errors by Dan Carpenter · 14 years ago
  30. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  31. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  32. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  33. cb4361c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  34. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  35. 6503d96 net: check the length of the socket address passed to connect(2) by Changli Gao · 14 years ago
  36. 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
  37. c2c77ec Bluetooth: Fix kernel crash on L2CAP stress tests by Andrei Emeltchenko · 14 years ago
  38. aef7d97 Bluetooth: Convert debug files to actually use debugfs instead of sysfs by Marcel Holtmann · 14 years ago
  39. 101545f Bluetooth: Fix potential bad memory access with sysfs files by Marcel Holtmann · 14 years ago
  40. ff6e216 net: convert multiple drivers to use netdev_for_each_mc_addr, part7 by Jiri Pirko · 14 years ago
  41. d89b218 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  42. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  43. d4612cb Bluetooth: Use single_open() for inquiry cache within debugfs by Marcel Holtmann · 14 years ago
  44. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  45. f6e623a Bluetooth: Fix out of scope variable access in hci_sock_cmsg() by Johann Felix Soden · 14 years ago
  46. 705e571 Bluetooth: Add SCO fallback for unsupported feature error by Stephen Coe · 14 years ago
  47. 943da25 Bluetooth: Add controller types for BR/EDR and 802.11 AMP by Marcel Holtmann · 15 years ago
  48. ca325f6 Bluetooth: Convert inquiry cache to use debugfs instead of sysfs by Marcel Holtmann · 15 years ago
  49. c13854c Bluetooth: Convert controller hdev->type to hdev->bus by Marcel Holtmann · 15 years ago
  50. a85821f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 14 years ago
  51. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  52. b1109bf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  53. 15c697c Bluetooth: Keep a copy of each HID device's report descriptor by Michael Poole · 15 years ago
  54. 9c119ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  55. c390216 Bluetooth: Enter active mode before establishing a SCO link. by Nick Pelly · 15 years ago
  56. 6c2718d Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socket by Nick Pelly · 15 years ago
  57. 485f1ef Bluetooth: Fix sleeping function in RFCOMM within invalid context by Marcel Holtmann · 15 years ago
  58. 1038a00 Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature) by Nick Pelly · 15 years ago
  59. d4bfa03 HID: make raw reports possible for both feature and output reports by Jiri Kosina · 15 years ago
  60. 6bf8268 Bluetooth: Use the control channel for raw HID reports by Bastien Nocera · 15 years ago
  61. e420aba Bluetooth: Fix memory leak in L2CAP by Andrei Emeltchenko · 15 years ago
  62. fcafde2 Bluetooth: Remove double free of SKB pointer in L2CAP by Andrei Emeltchenko · 15 years ago
  63. 9a58a80 proc_fops: convert drivers/isdn/ to seq_file by Alexey Dobriyan · 15 years ago
  64. b13f586 Bluetooth: Fix L2CAP locking scheme regression by Andrei Emeltchenko · 15 years ago
  65. 186ee8c Bluetooth: Ack L2CAP I-frames before retransmit missing packet by Gustavo F. Padovan · 15 years ago
  66. 186de9a Bluetooth: Fix unset of RemoteBusy flag for L2CAP by Gustavo F. Padovan · 15 years ago
  67. 971beb8 Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid() by Roel Kluin · 15 years ago
  68. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  69. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  70. 94e2bd6 tree-wide: fix some typos and punctuation in comments by Thadeu Lima de Souza Cascardo · 15 years ago
  71. eae38ee Bluetooth: Add RFCOMM option to use L2CAP ERTM mode by Marcel Holtmann · 15 years ago
  72. 5fbcd3d Bluetooth: Add L2CAP option for max transmit value by Marcel Holtmann · 15 years ago
  73. 2ab25cd Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq value by Gustavo F. Padovan · 15 years ago
  74. 4ec10d9 Bluetooth: Implement RejActioned flag by Gustavo F. Padovan · 15 years ago
  75. 9f121a5 Bluetooth: Fix sending ReqSeq on I-frames by Gustavo F. Padovan · 15 years ago
  76. 889a3ca Bluetooth: Fix unset of SrejActioned flag by Gustavo F. Padovan · 15 years ago
  77. 0565c1c Bluetooth: Initialize variables and timers for both channel's sides by Gustavo F. Padovan · 15 years ago
  78. cde9f80 Bluetooth: Fix handling of BNEP setup connection requests by Vikram Kandukuri · 15 years ago
  79. c78ae28 Bluetooth: Unobfuscate tasklet_schedule usage by Marcel Holtmann · 15 years ago
  80. 76bca88 Bluetooth: Turn hci_recv_frame into an exported function by Marcel Holtmann · 15 years ago
  81. 7e21add Bluetooth: Return ENETDOWN when interface is down by Marcel Holtmann · 15 years ago
  82. 2da3193 Bluetooth: Implement raw output support for HIDP layer by Jiri Kosina · 15 years ago
  83. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  84. a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  85. 68ae663 Bluetooth: Fix regression with L2CAP configuration in Basic Mode by Gustavo F. Padovan · 15 years ago
  86. a0e55a3 Bluetooth: Select Basic Mode as default for SOCK_SEQPACKET by Gustavo F. Padovan · 15 years ago
  87. 93f19c9 Bluetooth: Set general bonding security for ACL by default by Andrei Emeltchenko · 15 years ago
  88. c84b326 net: check kern before calling security subsystem by Eric Paris · 15 years ago
  89. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  90. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  91. 45054dc bluetooth: static lock key fix by Dave Young · 15 years ago
  92. f74c77c bluetooth: scheduling while atomic bug fix by Dave Young · 15 years ago
  93. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  94. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  95. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  96. 50223e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  97. c4c259b HID: consolidate connect and disconnect into core code by Jiri Kosina · 15 years ago
  98. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  99. 384912e net: Add DEVTYPE support for Ethernet based devices by Marcel Holtmann · 15 years ago
  100. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago