1. 80751e2 ieee80211: add IEEE80211_COUNTRY_STRING_LEN definition by Bing Zhao · 15 years ago
  2. a177584 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 15 years ago
  3. c8dcfd8 cfg80211: add a field for the bitrate of the last rx data packet from a station by Felix Fietkau · 15 years ago
  4. 4e51eae Bluetooth: Move index to common header in management interface by Szymon Janc · 15 years ago
  5. 5f16a43 mac80211: support direct offchannel TX offload by Johannes Berg · 15 years ago
  6. 7bb4568 mac80211: make tx() operation return void by Johannes Berg · 15 years ago
  7. 6ebacbb mac80211: rename RX_FLAG_TSFT by Johannes Berg · 15 years ago
  8. 2a61169 Bluetooth: Add mgmt_auth_failed event by Johan Hedberg · 15 years ago
  9. ac56fb1 Bluetooth: Fix mgmt_pin_code_reply return parameters by Johan Hedberg · 15 years ago
  10. a5c2968 Bluetooth: Add management support for user confirmation request by Johan Hedberg · 15 years ago
  11. e9a416b Bluetooth: Add mgmt_pair_device command by Johan Hedberg · 15 years ago
  12. b1a1bcf ssb: when needed, reject IM input while disabling device by Rafał Miłecki · 15 years ago
  13. 8b2988c ssb: remove invalid define SSB_TMSLOW_PHYCLK by Rafał Miłecki · 15 years ago
  14. adc4266 Bluetooth: Fix some code style issues in hci_core.h by Szymon Janc · 15 years ago
  15. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 15 years ago
  16. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 15 years ago
  17. de73115 Bluetooth: Add connection parameter update response by Claudio Takahasi · 15 years ago
  18. 3300d9a Bluetooth: Add LE signaling commands handling by Claudio Takahasi · 15 years ago
  19. aff2cae Bluetooth: Add SMP command structures by Ville Tervo · 15 years ago
  20. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 15 years ago
  21. acd7d37 Bluetooth: Add LE connection support to L2CAP by Ville Tervo · 15 years ago
  22. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 15 years ago
  23. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 15 years ago
  24. 63185f6 Bluetooth: Add low energy commands and events by Ville Tervo · 15 years ago
  25. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 15 years ago
  26. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 15 years ago
  27. 6d1d4ea ssb: extract boardflags2 for SPROMs rev 4 and 5 by Rafał Miłecki · 15 years ago
  28. 6de0702 Bluetooth: move __l2cap_sock_close() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  29. fd83ccd Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  30. dcba0db Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  31. 6898325 Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  32. 4e34c50 Bluetooth: move l2cap_sock_connect() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  33. 99f4808 Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  34. 33575df Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  35. d7175d5 Bluetooth: move l2cap_sock_getname() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  36. c47b7c7 Bluetooth: move l2cap_sock_accept() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  37. af6bcd8 Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  38. 554f05b Bluetooth: move l2cap_sock_release() to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  39. 6539058 Bluetooth: move l2cap_sock_ops to l2cap_sock.c by Gustavo F. Padovan · 15 years ago
  40. bb58f74 Bluetooth: Initial work for L2CAP split. by Gustavo F. Padovan · 15 years ago
  41. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 15 years ago
  42. 980e1a5 Bluetooth: Add support for PIN code handling in the management interface by Johan Hedberg · 15 years ago
  43. 2784eb4 Bluetooth: Add get_connections managment interface command by Johan Hedberg · 15 years ago
  44. 17d5c04 Bluetooth: Add support for connect failed management event by Johan Hedberg · 15 years ago
  45. 8962ee7 Bluetooth: Add disconnect managment command by Johan Hedberg · 15 years ago
  46. f752054 Bluetooth: Add connected/disconnected management events by Johan Hedberg · 15 years ago
  47. 55ed8ca1 Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 15 years ago
  48. 1aff6f0 Bluetooth: Add class of device control to the management interface by Johan Hedberg · 15 years ago
  49. d5859e2 Bluetooth: Implement a more complete adapter initialization sequence by Johan Hedberg · 15 years ago
  50. b0916ea Bluetooth: Add controller side link key clearing to hci_init_req by Johan Hedberg · 15 years ago
  51. a5040ef Bluetooth: Add special handling with __hci_request and HCI_INIT by Johan Hedberg · 15 years ago
  52. 03b555e Bluetooth: Reject pairing requests when in non-pairable mode by Johan Hedberg · 15 years ago
  53. 2aeb9a1 Bluetooth: Implement UUID handling through the management interface by Johan Hedberg · 15 years ago
  54. c542a06 Bluetooth: Implement set_pairable managment command by Johan Hedberg · 15 years ago
  55. ebc99fe Bluetooth: Add flag to track managment controlled adapters by Johan Hedberg · 15 years ago
  56. 72a734e Bluetooth: Unify mode related management messages to a single struct by Johan Hedberg · 15 years ago
  57. 9fbcbb4 Bluetooth: Add set_connectable management command by Johan Hedberg · 15 years ago
  58. 73f22f6 Bluetooth: Add support for set_discoverable management command by Johan Hedberg · 15 years ago
  59. eec8d2b Bluetooth: Add support for set_powered management command by Johan Hedberg · 15 years ago
  60. 5add6af Bluetooth: Add support for management powered event by Johan Hedberg · 15 years ago
  61. ab81cbf Bluetooth: Implement automatic setup procedure for local adapters by Johan Hedberg · 15 years ago
  62. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 15 years ago
  63. 681d119 mac80211: Add testing functionality for TKIP by Jouni Malinen · 15 years ago
  64. d057e5a mac80211: add HW flag for disabling auto link-PS in AP mode by Arik Nemtsov · 15 years ago
  65. 3e11210d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  66. 6d744ba mac80211: add MCS information to radiotap by Johannes Berg · 15 years ago
  67. 59eb21a cfg80211: Extend channel to frequency mapping for 802.11j by Bruno Randolf · 15 years ago
  68. 765c2a9 Bluetooth: Fix race condition with conn->sec_level by Johan Hedberg · 15 years ago
  69. 5dd36bc mac80211: allow advertising correct maximum aggregate size by Johannes Berg · 15 years ago
  70. 0b01f03 mac80211: track receiver's aggregation reorder buffer size by Johannes Berg · 15 years ago
  71. df6ba5d mac80211: add hw configuration for max ampdu buffer size by Luciano Coelho · 15 years ago
  72. b7c15e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  73. 6845a44 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  74. 9e8a462 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 15 years ago
  75. 8c34482 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  76. ab2020f Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  77. 235646a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  78. e1288cd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  79. 2a8652f ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.h by Roberto Sassu · 16 years ago
  80. ecf5632 fs: fix address space warnings in ioctl_fiemap() by Namhyung Kim · 15 years ago
  81. c2b3e74 fs: Remove unlikely() from fput_light() by Steven Rostedt · 15 years ago
  82. 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 15 years ago
  83. 4790f4d Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-next by Roland Dreier · 15 years ago
  84. f062671 RDMA: Update workqueue usage by Tejun Heo · 16 years ago
  85. 94ae852 ARM: PL08x: cleanup comments by Russell King - ARM Linux · 15 years ago
  86. b3697c0 fix non-x86 build failure in pmdp_get_and_clear by Andrea Arcangeli · 15 years ago
  87. fc8fe1e PCI / ACPI: Fix build of the AER driver for CONFIG_ACPI unset by Rafael J. Wysocki · 15 years ago
  88. f8206b9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  89. f03c659 sanitize vfsmount refcounting changes by Al Viro · 15 years ago
  90. 672c544 dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch() by Grant Likely · 15 years ago
  91. ea5b778 Unexport do_add_mount() and add in follow_automount(), not ->d_automount() by David Howells · 15 years ago
  92. ab90911 Allow d_manage() to be used in RCU-walk mode by David Howells · 15 years ago
  93. 1972580 autofs4: Bump version by Ian Kent · 15 years ago
  94. 36d43a4 NFS: Use d_automount() rather than abusing follow_link() by David Howells · 15 years ago
  95. 6f45b65 Add an AT_NO_AUTOMOUNT flag to suppress terminal automount by David Howells · 15 years ago
  96. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 15 years ago
  97. 9875cf8 Add a dentry op to handle automounting rather than abusing follow_link() by David Howells · 15 years ago
  98. 1b59be2 Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  99. f9ee7f6 Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. 597fb18 Merge branch 'slub/hotplug' into slab/urgent by Pekka Enberg · 15 years ago