1. 63e9cde Bluetooth: uses crypto interfaces, select CRYPTO by Randy Dunlap · 15 years ago
  2. 23e6494 Bluetooth: include scatterlist.h where needed by Stephen Rothwell · 15 years ago
  3. a8eaf8b Bluetooth: Fix not setting the chan state by Vinicius Costa Gomes · 15 years ago
  4. 43d669e Bluetooth: Remove useless access to the socket by Vinicius Costa Gomes · 15 years ago
  5. 16af3da Bluetooth: Fix crash when setting a LE socket to ready by Vinicius Costa Gomes · 15 years ago
  6. b4742a1 Bluetooth: Fix locking in blacklist code by Gustavo F. Padovan · 15 years ago
  7. e299c1c Bluetooth: Use bit operations on conn_state by Gustavo F. Padovan · 15 years ago
  8. 2ddee5a Bluetooth: use bit operation on conf_state by Gustavo F. Padovan · 15 years ago
  9. 58d1980 Bluetooth: Add blacklisting support for mgmt interface by Antti Julku · 15 years ago
  10. 9d90e2e Bluetooth: Move blacklisting functions to hci_core by Antti Julku · 15 years ago
  11. 397d9ae Bluetooth: Add key size checks for SMP by Vinicius Costa Gomes · 15 years ago
  12. b19d5ce Bluetooth: Add support for SMP timeout by Vinicius Costa Gomes · 15 years ago
  13. 53fba61 Bluetooth: fix missing parameter for HCI_OP_DISCONNECT by Anderson Lizardo · 15 years ago
  14. 64532ec Bluetooth: Add support for Pairing features exchange by Vinicius Costa Gomes · 15 years ago
  15. 901920a Bluetooth: Add support for building pairing commands by Vinicius Costa Gomes · 15 years ago
  16. 403d2c8 Bluetooth: Fix initial security level of LE links by Vinicius Costa Gomes · 15 years ago
  17. a5474a8 Bluetooth: Add support for resuming socket when SMP is finished by Vinicius Costa Gomes · 16 years ago
  18. c34e25e Bluetooth: Remove debug statements by Vinicius Costa Gomes · 15 years ago
  19. 735038c Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 15 years ago
  20. 21b8a2b Bluetooth: Add SMP confirmation checks methods by Anderson Briglia · 15 years ago
  21. c8e856e Bluetooth: Add SMP confirmation structs by Anderson Briglia · 15 years ago
  22. 8e7a3c5 Bluetooth: Add LE SMP Cryptoolbox functions by Anderson Briglia · 15 years ago
  23. 09fabbc Bluetooth: Add support for using the crypto subsystem by Vinicius Costa Gomes · 15 years ago
  24. 13b4839 Bluetooth: Add simple SMP pairing negotiation by Anderson Briglia · 15 years ago
  25. ea37012 Bluetooth: Start SMP procedure by Anderson Briglia · 15 years ago
  26. 133e14c Bluetooth: Implement the first SMP commands by Anderson Briglia · 15 years ago
  27. d7649a5 Bluetooth: Don't forget to check for LE_LINK by Gustavo F. Padovan · 15 years ago
  28. 446b49b Bluetooth: keep reference if any ERTM timer is enabled by Gustavo F. Padovan · 15 years ago
  29. bd69b5a Bluetooth: Make timer functions generic by Gustavo F. Padovan · 15 years ago
  30. 4a6aa52 Bluetooth: Add refcnt to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  31. f1b394a Bluetooth: Add state tracking to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  32. c4cf743 Bluetooth: add close() callback to l2cap_chan_ops by Gustavo F. Padovan · 15 years ago
  33. 162025c Bluetooth: add recv() callback to l2cap_chan_ops by Gustavo F. Padovan · 15 years ago
  34. b090c4b Bluetooth: Add l2cap_chan_ops abstraction by Gustavo F. Padovan · 15 years ago
  35. b87bf5b Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc() by Gustavo F. Padovan · 15 years ago
  36. 941df95 Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg() by David Miller · 15 years ago
  37. 8f1e790 Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 15 years ago
  38. f78088a Bluetooth: Fix check for the ERTM local busy state by Mat Martineau · 15 years ago
  39. 5125e9e Bluetooth: Restore accidentally-deleted line by Mat Martineau · 15 years ago
  40. 8b00cf0 Bluetooth: Simplify hci_conn_accept_secure check by Waldemar Rymarkiewicz · 15 years ago
  41. 514abe6 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 15 years ago
  42. 9f449e0 Bluetooth: Verify a pin code in pin_code_reply by Waldemar Rymarkiewicz · 15 years ago
  43. 6fbf3ee Bluetooth: Remove a magic number by Waldemar Rymarkiewicz · 15 years ago
  44. ef69a01 Bluetooth: fix sparse & gcc warnings by Johannes Berg · 15 years ago
  45. c7f0d99 Bluetooth: Set 'peer_addr_type' in hci_le_connect() by Andre Guedes · 15 years ago
  46. 5e89ece Bluetooth: Check advertising cache in hci_connect() by Andre Guedes · 15 years ago
  47. 92398c8 Bluetooth: Remove useless check in hci_connect() by Andre Guedes · 15 years ago
  48. 149c097 Bluetooth: Add 'dst_type' field to struct hci_conn by Andre Guedes · 15 years ago
  49. 5444429 Bluetooth: Refactor hci_auth_complete_evt function by Waldemar Rymarkiewicz · 15 years ago
  50. 62c5f52 Bluetooth: Fix auth_complete_evt for legacy units by Waldemar Rymarkiewicz · 15 years ago
  51. 45e600f Bluetooth: Advertising entries lifetime by Andre Guedes · 15 years ago
  52. 726e133 Bluetooth: Clear advertising cache before scanning by Andre Guedes · 15 years ago
  53. 5df108f Bluetooth: Add Advertising Report Meta Event handler by Andre Guedes · 15 years ago
  54. 6c77c8c Bluetooth: LE advertising cache by Andre Guedes · 15 years ago
  55. 762a990 Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() by Gustavo F. Padovan · 15 years ago
  56. 1eb5ad7 Bluetooth: Remove export of l2cap_chan_clear_timer() by Gustavo F. Padovan · 15 years ago
  57. 13003e0 Bluetooth: create channel timer to replace sk_timer by Gustavo F. Padovan · 15 years ago
  58. 8974c54 Bluetooth: Add chan->chan_type struct member by Gustavo F. Padovan · 15 years ago
  59. dcb1cc3 Bluetooth: Create l2cap_chan_send() by Gustavo F. Padovan · 15 years ago
  60. 6e9e43f Bluetooth: Create __l2cap_chan_close() by Gustavo F. Padovan · 15 years ago
  61. ceb723b Bluetooth: Remove unnecessary use of hci_dev_list_lock by Johan Hedberg · 15 years ago
  62. 5234259 Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockopt_old() by David Miller · 15 years ago
  63. af2a7f4 Bluetooth: fix set but not used warning by Gustavo F. Padovan · 15 years ago
  64. 54f6151 Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failure by Ruiyi Zhang · 15 years ago
  65. 814cdea Merge commit 'v3.0-rc6' into android-3.0 by Dima Zavin · 15 years ago
  66. 410ef5f netfitler: xt_qtaguid: add another missing spin_unlock. by JP Abgrall · 15 years ago
  67. 2450033 netfilter: qtaguid: fix bad-arg handling when tagging socket by JP Abgrall · 15 years ago
  68. 0e90ed0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  69. e55d4fa Merge commit 'v3.0-rc5' into android-3.0 by Colin Cross · 15 years ago
  70. ed6e4ef netfilter: Fix ip_route_me_harder triggering ip_rt_bug by Julian Anastasov · 15 years ago
  71. c797ca5 nf: qtaguid: make procfs entry for ctrl return correct data. by JP Abgrall · 15 years ago
  72. 35b8628 nf: qtaguid: workaround xt_socket_get_sk() returning bad SKs. by JP Abgrall · 15 years ago
  73. 353e5c9 ipv4: Fix IPsec slowpath fragmentation problem by Steffen Klassert · 15 years ago
  74. 33f99dc ipv4: Fix packet size calculation in __ip_append_data by Steffen Klassert · 15 years ago
  75. bd4265f bridge: Only flood unregistered groups to routers by Herbert Xu · 15 years ago
  76. acc468f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 15 years ago
  77. 99e01b3 net: ipv4: tcp: Fix crash in tcp_nuke_addr by Colin Cross · 15 years ago
  78. 9cfaa8d udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packet by Xufeng Zhang · 15 years ago
  79. 32c9025 ipv6/udp: Use the correct variable to determine non-blocking condition by Xufeng Zhang · 15 years ago
  80. 2992c4b Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  81. eda0841 Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  82. 6e158d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  83. 8c7bad8 netfilter: have ip*t REJECT set the sock err when an icmp is to be sent by JP Abgrall · 15 years ago
  84. 934abcf netfilter: add xt_qtaguid matching module by JP Abgrall · 15 years ago
  85. d8cfaaa nf: xt_socket: export the fancy sock finder code by JP Abgrall · 15 years ago
  86. 8ad2475 ipv4, ping: Remove duplicate icmp.h include by Jesper Juhl · 15 years ago
  87. 40fad6b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by John W. Linville · 15 years ago
  88. cefa999 netpoll: copy dev name of slaves to struct netpoll by WANG Cong · 15 years ago
  89. 9aa3c94 ipv4: fix multicast losses by Eric Dumazet · 15 years ago
  90. eeb1497 inet_diag: fix inet_diag_bc_audit() by Eric Dumazet · 15 years ago
  91. 1eddcea net: rfs: enable RFS before first data packet is received by Eric Dumazet · 15 years ago
  92. 82362cc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 15 years ago
  93. 5afa913 SUNRPC: Ensure the RPC client only quits on fatal signals by Trond Myklebust · 15 years ago
  94. e3cb78c vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support by Antoine Reversat · 15 years ago
  95. a1b7f85 caif: Bugfix - XOFF removed channel from caif-mux by sjur.brandeland@stericsson.com · 15 years ago
  96. fc2af6c IGMP snooping: set mrouters_only flag for IPv6 traffic properly by Fernando Luis Vázquez Cao · 15 years ago
  97. 62b2bcb IGMP snooping: set mrouters_only flag for IPv4 traffic properly by Fernando Luis Vázquez Cao · 15 years ago
  98. 3009adf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  99. 8dac6be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  100. 42c1edd netfilter: nf_nat: avoid double seq_adjust for loopback by Julian Anastasov · 15 years ago