1. e2ab435 Bluetooth: Use bit operations on conn_state by Gustavo F. Padovan · 14 years ago
  2. c1360a1 Bluetooth: use bit operation on conf_state by Gustavo F. Padovan · 14 years ago
  3. 7fbec22 Bluetooth: Add blacklisting support for mgmt interface by Antti Julku · 14 years ago
  4. b2a66aa Bluetooth: Move blacklisting functions to hci_core by Antti Julku · 14 years ago
  5. 3158c50 Bluetooth: Add key size checks for SMP by Vinicius Costa Gomes · 14 years ago
  6. 5d3de7d Bluetooth: Add support for SMP timeout by Vinicius Costa Gomes · 14 years ago
  7. 94ac027 Bluetooth: fix missing parameter for HCI_OP_DISCONNECT by Anderson Lizardo · 14 years ago
  8. da85e5e Bluetooth: Add support for Pairing features exchange by Vinicius Costa Gomes · 14 years ago
  9. b8e66ea Bluetooth: Add support for building pairing commands by Vinicius Costa Gomes · 14 years ago
  10. 7b5c0d5 Bluetooth: Fix initial security level of LE links by Vinicius Costa Gomes · 14 years ago
  11. f1cb9af Bluetooth: Add support for resuming socket when SMP is finished by Vinicius Costa Gomes · 14 years ago
  12. 9b3d674 Bluetooth: Remove debug statements by Vinicius Costa Gomes · 14 years ago
  13. a7a595f Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 14 years ago
  14. 7d24ddc Bluetooth: Add SMP confirmation checks methods by Anderson Briglia · 14 years ago
  15. f01ead3 Bluetooth: Add SMP confirmation structs by Anderson Briglia · 14 years ago
  16. d22ef0b Bluetooth: Add LE SMP Cryptoolbox functions by Anderson Briglia · 14 years ago
  17. 3a0259b Bluetooth: Add support for using the crypto subsystem by Vinicius Costa Gomes · 14 years ago
  18. 88ba43b Bluetooth: Add simple SMP pairing negotiation by Anderson Briglia · 14 years ago
  19. b501d6a Bluetooth: Start SMP procedure by Anderson Briglia · 14 years ago
  20. eb492e0 Bluetooth: Implement the first SMP commands by Anderson Briglia · 14 years ago
  21. b569450 Bluetooth: Don't forget to check for LE_LINK by Gustavo F. Padovan · 14 years ago
  22. 1a09bcb Bluetooth: keep reference if any ERTM timer is enabled by Gustavo F. Padovan · 14 years ago
  23. c9b6667 Bluetooth: Make timer functions generic by Gustavo F. Padovan · 14 years ago
  24. 71ba0e5 Bluetooth: Add refcnt to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  25. 89bc500 Bluetooth: Add state tracking to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  26. ba3bd0e Bluetooth: add close() callback to l2cap_chan_ops by Gustavo F. Padovan · 14 years ago
  27. 2307049 Bluetooth: add recv() callback to l2cap_chan_ops by Gustavo F. Padovan · 14 years ago
  28. 80808e4 Bluetooth: Add l2cap_chan_ops abstraction by Gustavo F. Padovan · 14 years ago
  29. dc50a06 Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc() by Gustavo F. Padovan · 14 years ago
  30. 448f262 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 14 years ago
  31. d29d04c Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg() by David Miller · 14 years ago
  32. 6de6c18 Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices by Ville Tervo · 14 years ago
  33. 4a77708 Bluetooth: fix shutdown on SCO sockets by Luiz Augusto von Dentz · 14 years ago
  34. d0fad89 Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 14 years ago
  35. 8d03e97 Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace. by Filip Palian · 14 years ago
  36. e694928 Bluetooth: Fix check for the ERTM local busy state by Mat Martineau · 14 years ago
  37. d8d69c5 Bluetooth: Restore accidentally-deleted line by Mat Martineau · 14 years ago
  38. ef4177e Bluetooth: Simplify hci_conn_accept_secure check by Waldemar Rymarkiewicz · 14 years ago
  39. 14b12d0 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 14 years ago
  40. 96d97a6 Bluetooth: Verify a pin code in pin_code_reply by Waldemar Rymarkiewicz · 14 years ago
  41. 24718ca Bluetooth: Remove a magic number by Waldemar Rymarkiewicz · 14 years ago
  42. b5ad8b7 Bluetooth: fix sparse & gcc warnings by Johannes Berg · 14 years ago
  43. 6d3ce0e7 Bluetooth: Set 'peer_addr_type' in hci_le_connect() by Andre Guedes · 14 years ago
  44. eda42b5 Bluetooth: Check advertising cache in hci_connect() by Andre Guedes · 14 years ago
  45. 893d675 Bluetooth: Remove useless check in hci_connect() by Andre Guedes · 14 years ago
  46. 29b7988 Bluetooth: Add 'dst_type' field to struct hci_conn by Andre Guedes · 14 years ago
  47. d7556e2 Bluetooth: Refactor hci_auth_complete_evt function by Waldemar Rymarkiewicz · 14 years ago
  48. 19f8def Bluetooth: Fix auth_complete_evt for legacy units by Waldemar Rymarkiewicz · 14 years ago
  49. 3581508 Bluetooth: Advertising entries lifetime by Andre Guedes · 14 years ago
  50. eb9d91f Bluetooth: Clear advertising cache before scanning by Andre Guedes · 14 years ago
  51. 9aa04c9 Bluetooth: Add Advertising Report Meta Event handler by Andre Guedes · 14 years ago
  52. 76c8686 Bluetooth: LE advertising cache by Andre Guedes · 14 years ago
  53. 0f85272 Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() by Gustavo F. Padovan · 14 years ago
  54. 500698d Bluetooth: Remove export of l2cap_chan_clear_timer() by Gustavo F. Padovan · 14 years ago
  55. ab07801 Bluetooth: create channel timer to replace sk_timer by Gustavo F. Padovan · 14 years ago
  56. 715ec00 Bluetooth: Add chan->chan_type struct member by Gustavo F. Padovan · 14 years ago
  57. 9a91a04 Bluetooth: Create l2cap_chan_send() by Gustavo F. Padovan · 14 years ago
  58. 4519de9 Bluetooth: Create __l2cap_chan_close() by Gustavo F. Padovan · 14 years ago
  59. 37e1c55 Bluetooth: Remove unnecessary use of hci_dev_list_lock by Johan Hedberg · 14 years ago
  60. 75fde9e Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockopt_old() by David Miller · 14 years ago
  61. 78676a0 Bluetooth: fix set but not used warning by Gustavo F. Padovan · 14 years ago
  62. 224f8af Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failure by Ruiyi Zhang · 14 years ago
  63. f41ccd7 mac80211: Stop BA session event from device by Shahar Levi · 14 years ago
  64. 41bfce8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  65. ab6a44c Revert "mac80211: Skip tailroom reservation for full HW-crypto devices" by John W. Linville · 14 years ago
  66. 59e7e70 mac80211: call dev_alloc_name before copying name to sdata by Thadeu Lima de Souza Cascardo · 14 years ago
  67. 180cdc7 cfg80211: skip disabled channels on channel survey by Luis R. Rodriguez · 14 years ago
  68. 24f7580 minstrel_ht: fixed rate mode through debugfs by Zefir Kurtisi · 14 years ago
  69. 71063f0 nl80211: add testmode dump support by Wey-Yi Guy · 14 years ago
  70. a7567b2 bluetooth l2cap: fix locking in l2cap_global_chan_by_psm by Johannes Berg · 14 years ago
  71. 333ba73 cfg80211: don't drop p2p probe responses by Eliad Peller · 14 years ago
  72. 11ad2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  73. c5c177b net: Kill ratelimit.h dependency in linux/net.h by David S. Miller · 14 years ago
  74. 686a7e3 inetpeer: fix race in unused_list manipulations by Eric Dumazet · 14 years ago
  75. e7a46b4 atm: expose ATM device index in sysfs by Dan Williams · 14 years ago
  76. 58bf2db Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 14 years ago
  77. 64c754e mac80211: Remove duplicate linux/slab.h include from net/mac80211/scan.c by Jesper Juhl · 14 years ago
  78. a331400 mac80211: clear local->ps_data on disassoc by Eliad Peller · 14 years ago
  79. c74c0bf IPVS: bug in ip_vs_ftp, same list heaad used in all netns. by Hans Schillstrom · 14 years ago
  80. 1d38c16 mac80211: stop queues before rate control updation by Rajkumar Manoharan · 14 years ago
  81. 208c72f nl80211: fix check for valid SSID size in scan operations by Luciano Coelho · 14 years ago
  82. 86e4ca6 bug.h: Move ratelimit warn interfaces to ratelimit.h by David S. Miller · 14 years ago
  83. da7c06c net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version. by Justin Mattock · 14 years ago
  84. 12e6c41 can: convert to %pK for kptr_restrict support by Oliver Hartkopp · 14 years ago
  85. fd0daf9 net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flags by Michał Mirosław · 14 years ago
  86. 97242c8 netfilter: Fix several warnings in compat_mtw_from_user(). by David Miller · 14 years ago
  87. 9184a9c netfilter: ipset: fix ip_set_flush return code by Jozsef Kadlecsik · 14 years ago
  88. 2907c35 net: hold rtnl again in dump callbacks by Eric Dumazet · 14 years ago
  89. 07bd8df sch_sfq: fix peek() implementation by Eric Dumazet · 14 years ago
  90. 8b4472c sctp: fix memory leak of the ASCONF queue when free asoc by Wei Yongjun · 14 years ago
  91. f11970e net: make dev_disable_lro use physical device if passed a vlan dev (v2) by Neil Horman · 14 years ago
  92. 6dcbbe2 net: move is_vlan_dev into public header file (v2) by Neil Horman · 14 years ago
  93. 22e95ac Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  94. 31ec97d Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  95. 33eb987 bridge: initialize fake_rtable metrics by Eric Dumazet · 14 years ago
  96. b30c516 net: fix __dst_destroy_metrics_generic() by Eric Dumazet · 14 years ago
  97. 24cf3af igmp: call ip_mc_clear_src() only when we have no users of ip_mc_list by Veaceslav Falico · 14 years ago
  98. be3fc41 net: use synchronize_rcu_expedited() by Eric Dumazet · 14 years ago
  99. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 14 years ago
  100. 6ac3f66 ipv6: Fix return of xfrm6_tunnel_rcv() by David S. Miller · 14 years ago