1. d25e28a Bluetooth: Fix link key persistent storage criteria by Johan Hedberg · 13 years ago
  2. 55bc1a3 Bluetooth: Add confirm_hint parameter to user confirmation requests by Johan Hedberg · 13 years ago
  3. 9f61656 Bluetooth: Add variable SSP auto-accept delay support by Johan Hedberg · 13 years ago
  4. a770bb5 Bluetooth: Add secure flag for mgmt_pin_code_req by Waldemar Rymarkiewicz · 13 years ago
  5. 13d3931 Bluetooth: Map sec_level to link key requirements by Waldemar Rymarkiewicz · 13 years ago
  6. b6020ba Bluetooth: Add definitions for link key types by Waldemar Rymarkiewicz · 13 years ago
  7. 314b238 Bluetooth: Add discovering event to the Management interface by Johan Hedberg · 13 years ago
  8. 14a5366 Bluetooth: Add basic discovery commands to the management interface by Johan Hedberg · 13 years ago
  9. cf2f90f Bluetooth: Don't export l2cap_sock_ops by Gustavo F. Padovan · 13 years ago
  10. 6ff5abb Bluetooth: Fix memory leak with L2CAP channels by Gustavo F. Padovan · 13 years ago
  11. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  12. fe4128e Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  13. 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  14. 47d1ec6 Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  15. 4343478 Bluetooth: Move some more elements to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  16. 77a74c7 Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect() by Gustavo F. Padovan · 13 years ago
  17. b445003 Bluetooth: Move conf_state to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  18. 5d41ce1 Bluetooth: Refactor L2CAP channel allocation by Gustavo F. Padovan · 13 years ago
  19. 828d7d7 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  20. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  21. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  22. 311bb89 Bluetooth: Move busy workqueue to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  23. f1c6775 Bluetooth: Move srej and busy queues to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  24. e92c8e7 Bluetooth: Move ERTM timers to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  25. 2c03a7a Bluetooth: Move remote info to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  26. 6f61fd47 Bluetooth: Move SDU related vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  27. 6a02661 Bluetooth: Move more ERTM stuff to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  28. 42e5c80 Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  29. 525cd18 Bluetooth: Move conn_state to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  30. 710f9b0a Bluetooth: clean up l2cap_sock_recvmsg() by Gustavo F. Padovan · 13 years ago
  31. 73ffa90 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  32. fc7f8a7 Bluetooth: Move ident to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  33. 820ffdb Bluetooth: Remove struct del_list by Gustavo F. Padovan · 13 years ago
  34. baa7e1f Bluetooth: Use struct list_head for L2CAP channels list by Gustavo F. Padovan · 13 years ago
  35. 4845407 Bluetooth: Create struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  36. a88a965 Bluetooth: Add mgmt_remote_name event by Johan Hedberg · 13 years ago
  37. e17acd4 Bluetooth: Add mgmt_device_found event by Johan Hedberg · 13 years ago
  38. 5312c3f mac80211: fix comment regarding aggregation buf_size by Johannes Berg · 13 years ago
  39. 028dba0 sctp: fix auth_hmacs field's length of struct sctp_cookie by Wei Yongjun · 13 years ago
  40. 4dd5ffe net: Fix dev dev_ethtool_get_rx_csum() for forced NETIF_F_RXCSUM by Michał Mirosław · 13 years ago
  41. c261344 usbnet: use eth%d name for known ethernet devices by Arnd Bergmann · 13 years ago
  42. 5e58e52 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  43. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  44. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 13 years ago
  45. 80a1e1d Bluetooth: Add local Extended Inquiry Response (EIR) support by Johan Hedberg · 13 years ago
  46. f3dd4f0 Bluetooth: Remove unused struct l2cap_conn item by Gustavo F. Padovan · 13 years ago
  47. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 13 years ago
  48. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 13 years ago
  49. b0d2199 Bluetooth: Remove unused struct item by Gustavo F. Padovan · 13 years ago
  50. b312b161 Bluetooth: mgmt: Add support for setting the local name by Johan Hedberg · 13 years ago
  51. dc4fe30 Bluetooth: mgmt: Add local name information to read_info reply by Johan Hedberg · 13 years ago
  52. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 13 years ago
  53. 04f482f connector: convert to synchronous netlink message processing by Patrick McHardy · 13 years ago
  54. c031235 atm/solos-pci: Don't flap VCs when carrier state changes by Philip A. Prindeville · 13 years ago
  55. 7a635ea net/usb: Ethernet quirks for the LG-VL600 4G modem by Andrzej Zaborowski · 13 years ago
  56. 93ca3bb net: gre: provide multicast mappings for ipv4 and ipv6 by Timo Teräs · 13 years ago
  57. eec0095 net: Fix warnings caused by MAX_SKB_FRAGS change. by David S. Miller · 13 years ago
  58. 6b2a4f7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  59. eefbab5 Merge branch 'frv' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-frv by Linus Torvalds · 13 years ago
  60. c86defc Merge branch 'irq-final-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  61. cb1817b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  62. 851d7cf genirq: Remove move_*irq leftovers by Thomas Gleixner · 13 years ago
  63. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 13 years ago
  64. af2f464 xfrm: Assign esn pointers when cloning a state by Steffen Klassert · 13 years ago
  65. a715dea net: Always allocate at least 16 skb frags regardless of page size by Anton Blanchard · 13 years ago
  66. e5217fb Merge branches 'irq-cleanup-for-linus' and 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  67. 212a17a Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  68. baaca1a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 13 years ago
  69. bc5bbc4 Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson by Linus Torvalds · 13 years ago
  70. 30398bf genirq: Fix new kernel-doc warnings by Randy Dunlap · 13 years ago
  71. ee38c04 genirq: Add setter for AFFINITY_SET in irq_data state by Thomas Gleixner · 13 years ago
  72. 9cff60d genirq: Provide setter inline for IRQD_IRQ_INPROGRESS by Thomas Gleixner · 13 years ago
  73. 33b054b genirq: Remove handle_IRQ_event by Thomas Gleixner · 13 years ago
  74. 0521c8f genirq: Provide edge_eoi flow handler by Thomas Gleixner · 13 years ago
  75. 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 13 years ago
  76. 1788c20 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  77. b554cb4 NOMMU: support SMP dynamic percpu_alloc by Graf Yang · 13 years ago
  78. 4eeb502 sony-laptop: ignore hard switch rfkill events (SPIC) by Mattia Dongili · 13 years ago
  79. e2d3d44 eeepc-wmi: add camera keys by Corentin Chary · 13 years ago
  80. 32471f6 Btrfs: add datacow flag in inode flag by liubo · 13 years ago
  81. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 13 years ago
  82. 0cb3fcd gpio: driver for 42 AB8500 GPIO pins by Bibek Basu · 13 years ago
  83. 673e63c net: fix ethtool->set_flags not intended -EINVAL return value by Stanislaw Gruszka · 13 years ago
  84. 53914b6 can: make struct proto const by Oliver Hartkopp · 13 years ago
  85. 18bcd0c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 13 years ago
  86. 7b724a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  87. 551b0bd Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  88. 8d49a775 Merge branch 'for-2.6.39/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  89. a17d473 Merge branch 'for-linus-1' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  90. e0bccd3 rose: Add length checks to CALL_REQUEST parsing by Ben Hutchings · 13 years ago
  91. e433430 dst: Clone child entry in skb_dst_pop by Steffen Klassert · 13 years ago
  92. 4d65c52 NFS: Fix a hang in the writeback path by Trond Myklebust · 13 years ago
  93. c2d0c55 genirq: Split irq_set_affinity() so it can be called with lock held. by David Daney · 13 years ago
  94. b3d4223 genirq: Add chip flag for restricting cpu_on/offline calls by Thomas Gleixner · 13 years ago
  95. 0fdb4b2 genirq: Add chip hooks for taking CPUs on/off line. by David Daney · 13 years ago
  96. 801a0e9 genirq: Add irq disabled flag to irq_data state by Thomas Gleixner · 13 years ago
  97. 8de6bc7 mfd: Add MAX8997/8966 IRQ control by MyungJoo Ham · 13 years ago
  98. fa1df69 mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to it by Andres Salomon · 13 years ago
  99. cba179a mmc: tmio_mmc: Move some defines into a shared header by Simon Horman · 13 years ago
  100. 88cd222b regulator: provide consumer interface for fall/rise time by Linus Walleij · 13 years ago