1. 3d1cbdd Bluetooth: mgmt: Fix enabling SSP while powered off by Andrzej Kaczmarek · 12 years ago
  2. 785a7de Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  3. 518eefe Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  4. 7ce8c7a mac80211: Various small fixes for cfg.c: mpath_set_pinfo() by LEO Airwarosu Yoichi Shinoda · 12 years ago
  5. b4e4f47 nl80211: fix possible memory leak nl80211_connect() by Wei Yongjun · 12 years ago
  6. 3d2abdf mac80211: clear bssid on auth/assoc failure by Eliad Peller · 12 years ago
  7. d8343f1 Bluetooth: Fix sending a HCI Authorization Request over LE links by Vinicius Costa Gomes · 12 years ago
  8. cc11092 Bluetooth: Change signature of smp_conn_security() by Vinicius Costa Gomes · 12 years ago
  9. c6b6eed Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  10. 27f0112 mac80211: fix DS to MBSS address translation by Thomas Pedersen · 12 years ago
  11. 61a0cfb Bluetooth: Fix use-after-free bug in SMP by Andre Guedes · 12 years ago
  12. bbf2e65 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  13. 1f6fc43 cfg80211: process pending events when unregistering net device by Daniel Drake · 12 years ago
  14. 49dfbb9 Bluetooth: Fix socket not getting freed if l2cap channel create fails by Jaganath Kanakkassery · 12 years ago
  15. d08fd0e Bluetooth: smp: Fix possible NULL dereference by Andrei Emeltchenko · 12 years ago
  16. c3e7c0d Bluetooth: Set name_state to unknown when entry name is empty by Ram Malovany · 12 years ago
  17. 7cc8380 Bluetooth: Fix using a NULL inquiry cache entry by Ram Malovany · 12 years ago
  18. c810089 Bluetooth: Fix using NULL inquiry entry by Ram Malovany · 12 years ago
  19. a9ea3ed Bluetooth: Fix legacy pairing with some devices by Szymon Janc · 12 years ago
  20. 269c484 Bluetooth: Fix possible deadlock in SCO code by Gustavo Padovan · 12 years ago
  21. 1a26904 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  22. 899852a cfg80211: Clear "beacon_found" on regulatory restore by Paul Stewart · 12 years ago
  23. 03f6b08 cfg80211: add channel flag to prohibit OFDM operation by Seth Forshee · 12 years ago
  24. e33cdac ipv4: route.c cleanup by Eric Dumazet · 12 years ago
  25. e3c0d04 Fix unexpected SA hard expiration after changing date by Fan Du · 12 years ago
  26. 1485348 tcp: Apply device TSO segment limit earlier by Ben Hutchings · 12 years ago
  27. 30b678d net: Allow driver to limit number of GSO segments per skb by Ben Hutchings · 12 years ago
  28. dd4c926 mac80211: cancel mesh path timer by Johannes Berg · 12 years ago
  29. 2d9957c mac80211: clear timer bits when disconnecting by Johannes Berg · 12 years ago
  30. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  31. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  32. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  33. 6dbb35b Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  34. fd37ce3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  35. a564b8f nfs: enable swap on NFS by Mel Gorman · 12 years ago
  36. c76562b netvm: prevent a stream-specific deadlock by Mel Gorman · 12 years ago
  37. b4b9e35 netvm: set PF_MEMALLOC as appropriate during SKB processing by Mel Gorman · 12 years ago
  38. c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
  39. 7cb0240 netvm: allow the use of __GFP_MEMALLOC by specific sockets by Mel Gorman · 12 years ago
  40. 99a1dec net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket by Mel Gorman · 12 years ago
  41. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  42. caacf05 ipv4: Properly purge netdev references on uncached routes. by David S. Miller · 12 years ago
  43. c5038a8 ipv4: Cache routes in nexthop exception entries. by David S. Miller · 12 years ago
  44. 08843b7 Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  45. d26b3a7 ipv4: percpu nh_rth_output cache by Eric Dumazet · 12 years ago
  46. 54764bb ipv4: Restore old dst_free() behavior. by Eric Dumazet · 12 years ago
  47. cc8362b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  48. 1fad1e9 Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  49. 6139919 libceph: recheck con state after allocating incoming message by Sage Weil · 12 years ago
  50. 4740a62 libceph: change ceph_con_in_msg_alloc convention to be less weird by Sage Weil · 12 years ago
  51. 8636ea6 libceph: avoid dropping con mutex before fault by Sage Weil · 12 years ago
  52. 7b862e0 libceph: verify state after retaking con lock after dispatch by Sage Weil · 12 years ago
  53. 4f471e4 libceph: revoke mon_client messages on session restart by Sage Weil · 12 years ago
  54. 8007b8d libceph: fix handling of immediate socket connect failure by Sage Weil · 12 years ago
  55. 756a16a libceph: be less chatty about stray replies by Sage Weil · 12 years ago
  56. 43c7427 libceph: clear all flags on con_close by Sage Weil · 12 years ago
  57. 4a86169 libceph: clean up con flags by Sage Weil · 12 years ago
  58. 8dacc7d libceph: replace connection state bits with states by Sage Weil · 12 years ago
  59. d7353dd libceph: drop unnecessary CLOSED check in socket state change callback by Sage Weil · 12 years ago
  60. ee76e07 libceph: close socket directly from ceph_con_close() by Sage Weil · 12 years ago
  61. 2e8cb10 libceph: drop gratuitous socket close calls in con_work by Sage Weil · 12 years ago
  62. a59b55a libceph: move ceph_con_send() closed check under the con mutex by Sage Weil · 12 years ago
  63. 0065093 libceph: move msgr clear_standby under con mutex protection by Sage Weil · 12 years ago
  64. 3b5ede0 libceph: fix fault locking; close socket on lossy fault by Sage Weil · 12 years ago
  65. 048a9d2 libceph: trivial fix for the incorrect debug output by Jiaju Zhang · 12 years ago
  66. 85effe1 libceph: reset connection retry on successfully negotiation by Sage Weil · 12 years ago
  67. 5469155 libceph: protect ceph_con_open() with mutex by Sage Weil · 12 years ago
  68. a410702 libceph: (re)initialize bio_iter on start of message receive by Sage Weil · 12 years ago
  69. 6194ea8 libceph: resubmit linger ops when pg mapping changes by Sage Weil · 12 years ago
  70. 8c50c81 libceph: fix mutex coverage for ceph_con_close by Sage Weil · 12 years ago
  71. 3a140a0 libceph: report socket read/write error message by Sage Weil · 12 years ago
  72. 546f04e libceph: support crush tunables by Sage Weil · 12 years ago
  73. caea33d SUNRPC: return negative value in case rpcbind client creation error by Stanislav Kinsbursky · 12 years ago
  74. 1fe60e5 libceph: move feature bits to separate header by Sage Weil · 12 years ago
  75. 5cf02d0 nfs: skip commit in releasepage if we're freeing memory for fs-related reasons by Jeff Layton · 12 years ago
  76. 506026c sunrpc: clarify comments on rpc_make_runnable by Jeff Layton · 12 years ago
  77. cac5d07 sunrpc: clnt: Add missing braces by Joe Perches · 12 years ago
  78. 5a0d513 bridge: make port attributes const by stephen hemminger · 12 years ago
  79. 0c7462a ipv4: remove rt_cache_rebuild_count by Eric Dumazet · 12 years ago
  80. 404e0a8 net: ipv4: fix RCU races on dst refcounts by Eric Dumazet · 12 years ago
  81. cca32e4 net: TCP early demux cleanup by Eric Dumazet · 12 years ago
  82. a2a3258 libceph: prevent the race of incoming work during teardown by Guanjun He · 12 years ago
  83. a16cb1f libceph: fix messenger retry by Sage Weil · 12 years ago
  84. cd43045 libceph: initialize rb, list nodes in ceph_osd_request by Sage Weil · 12 years ago
  85. d50b409 libceph: initialize msgpool message types by Sage Weil · 12 years ago
  86. ba846a5 mac80211: don't clear sched_scan_sdata on sched scan stop request by Eliad Peller · 12 years ago
  87. fcb0670 Merge remote-tracking branch 'wireless/master' into mac80211 by Johannes Berg · 12 years ago
  88. 8253947 ipv6: fix incorrect route 'expires' value passed to userspace by Li Wei · 12 years ago
  89. 61648d9 ipv4: clean up put_child by Lin Ming · 12 years ago
  90. 4ea4bf7 ipv4: fix debug info in tnode_new by Lin Ming · 12 years ago
  91. faf0201 clean unix_bind() up a bit by Al Viro · 12 years ago
  92. a8104a9 pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 12 years ago
  93. 921a165 new helper: done_path_create() by Al Viro · 12 years ago
  94. 59ea33a tcp: perform DMA to userspace only if there is a task waiting for it by Jiri Kosina · 12 years ago
  95. 6081030 Revert "openvswitch: potential NULL deref in sample()" by Jesse Gross · 12 years ago
  96. 505fbcf ipv4: fix TCP early demux by Eric Dumazet · 12 years ago
  97. b1beb68 net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling by Jiri Benc · 12 years ago
  98. 4249357 tcp: Add TCP_USER_TIMEOUT negative value check by Hangbin Liu · 12 years ago
  99. aa0b3b2 Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 12 years ago
  100. 1e30c1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago