1. 735038c Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 14 years ago
  2. 21b8a2b Bluetooth: Add SMP confirmation checks methods by Anderson Briglia · 14 years ago
  3. c8e856e Bluetooth: Add SMP confirmation structs by Anderson Briglia · 14 years ago
  4. 8e7a3c5 Bluetooth: Add LE SMP Cryptoolbox functions by Anderson Briglia · 14 years ago
  5. 09fabbc Bluetooth: Add support for using the crypto subsystem by Vinicius Costa Gomes · 14 years ago
  6. 13b4839 Bluetooth: Add simple SMP pairing negotiation by Anderson Briglia · 14 years ago
  7. ea37012 Bluetooth: Start SMP procedure by Anderson Briglia · 14 years ago
  8. 133e14c Bluetooth: Implement the first SMP commands by Anderson Briglia · 14 years ago
  9. d7649a5 Bluetooth: Don't forget to check for LE_LINK by Gustavo F. Padovan · 14 years ago
  10. 446b49b Bluetooth: keep reference if any ERTM timer is enabled by Gustavo F. Padovan · 14 years ago
  11. bd69b5a Bluetooth: Make timer functions generic by Gustavo F. Padovan · 14 years ago
  12. 4a6aa52 Bluetooth: Add refcnt to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  13. f1b394a Bluetooth: Add state tracking to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  14. c4cf743 Bluetooth: add close() callback to l2cap_chan_ops by Gustavo F. Padovan · 14 years ago
  15. 162025c Bluetooth: add recv() callback to l2cap_chan_ops by Gustavo F. Padovan · 14 years ago
  16. b090c4b Bluetooth: Add l2cap_chan_ops abstraction by Gustavo F. Padovan · 14 years ago
  17. b87bf5b Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc() by Gustavo F. Padovan · 14 years ago
  18. 941df95 Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg() by David Miller · 14 years ago
  19. 8f1e790 Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 14 years ago
  20. f78088a Bluetooth: Fix check for the ERTM local busy state by Mat Martineau · 14 years ago
  21. 5125e9e Bluetooth: Restore accidentally-deleted line by Mat Martineau · 14 years ago
  22. 8b00cf0 Bluetooth: Simplify hci_conn_accept_secure check by Waldemar Rymarkiewicz · 14 years ago
  23. 514abe6 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 14 years ago
  24. 9f449e0 Bluetooth: Verify a pin code in pin_code_reply by Waldemar Rymarkiewicz · 14 years ago
  25. 6fbf3ee Bluetooth: Remove a magic number by Waldemar Rymarkiewicz · 14 years ago
  26. ef69a01 Bluetooth: fix sparse & gcc warnings by Johannes Berg · 14 years ago
  27. c7f0d99 Bluetooth: Set 'peer_addr_type' in hci_le_connect() by Andre Guedes · 14 years ago
  28. 5e89ece Bluetooth: Check advertising cache in hci_connect() by Andre Guedes · 14 years ago
  29. 92398c8 Bluetooth: Remove useless check in hci_connect() by Andre Guedes · 14 years ago
  30. 149c097 Bluetooth: Add 'dst_type' field to struct hci_conn by Andre Guedes · 14 years ago
  31. 5444429 Bluetooth: Refactor hci_auth_complete_evt function by Waldemar Rymarkiewicz · 14 years ago
  32. 62c5f52 Bluetooth: Fix auth_complete_evt for legacy units by Waldemar Rymarkiewicz · 14 years ago
  33. 45e600f Bluetooth: Advertising entries lifetime by Andre Guedes · 14 years ago
  34. 726e133 Bluetooth: Clear advertising cache before scanning by Andre Guedes · 14 years ago
  35. 5df108f Bluetooth: Add Advertising Report Meta Event handler by Andre Guedes · 14 years ago
  36. 6c77c8c Bluetooth: LE advertising cache by Andre Guedes · 14 years ago
  37. 762a990 Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() by Gustavo F. Padovan · 14 years ago
  38. 1eb5ad7 Bluetooth: Remove export of l2cap_chan_clear_timer() by Gustavo F. Padovan · 14 years ago
  39. 13003e0 Bluetooth: create channel timer to replace sk_timer by Gustavo F. Padovan · 14 years ago
  40. 8974c54 Bluetooth: Add chan->chan_type struct member by Gustavo F. Padovan · 14 years ago
  41. dcb1cc3 Bluetooth: Create l2cap_chan_send() by Gustavo F. Padovan · 14 years ago
  42. 6e9e43f Bluetooth: Create __l2cap_chan_close() by Gustavo F. Padovan · 14 years ago
  43. ceb723b Bluetooth: Remove unnecessary use of hci_dev_list_lock by Johan Hedberg · 14 years ago
  44. 5234259 Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockopt_old() by David Miller · 14 years ago
  45. af2a7f4 Bluetooth: fix set but not used warning by Gustavo F. Padovan · 14 years ago
  46. 54f6151 Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failure by Ruiyi Zhang · 14 years ago
  47. 814cdea Merge commit 'v3.0-rc6' into android-3.0 by Dima Zavin · 14 years ago
  48. 410ef5f netfitler: xt_qtaguid: add another missing spin_unlock. by JP Abgrall · 14 years ago
  49. 2450033 netfilter: qtaguid: fix bad-arg handling when tagging socket by JP Abgrall · 14 years ago
  50. 0e90ed0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  51. e55d4fa Merge commit 'v3.0-rc5' into android-3.0 by Colin Cross · 14 years ago
  52. ed6e4ef netfilter: Fix ip_route_me_harder triggering ip_rt_bug by Julian Anastasov · 14 years ago
  53. c797ca5 nf: qtaguid: make procfs entry for ctrl return correct data. by JP Abgrall · 14 years ago
  54. 35b8628 nf: qtaguid: workaround xt_socket_get_sk() returning bad SKs. by JP Abgrall · 14 years ago
  55. 353e5c9 ipv4: Fix IPsec slowpath fragmentation problem by Steffen Klassert · 14 years ago
  56. 33f99dc ipv4: Fix packet size calculation in __ip_append_data by Steffen Klassert · 14 years ago
  57. bd4265f bridge: Only flood unregistered groups to routers by Herbert Xu · 14 years ago
  58. 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 · 14 years ago
  59. 99e01b3 net: ipv4: tcp: Fix crash in tcp_nuke_addr by Colin Cross · 14 years ago
  60. 9cfaa8d udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packet by Xufeng Zhang · 14 years ago
  61. 32c9025 ipv6/udp: Use the correct variable to determine non-blocking condition by Xufeng Zhang · 14 years ago
  62. 2992c4b Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  63. eda0841 Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  64. 6e158d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  65. 8c7bad8 netfilter: have ip*t REJECT set the sock err when an icmp is to be sent by JP Abgrall · 14 years ago
  66. 934abcf netfilter: add xt_qtaguid matching module by JP Abgrall · 14 years ago
  67. d8cfaaa nf: xt_socket: export the fancy sock finder code by JP Abgrall · 14 years ago
  68. 8ad2475 ipv4, ping: Remove duplicate icmp.h include by Jesper Juhl · 14 years ago
  69. 40fad6b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by John W. Linville · 14 years ago
  70. cefa999 netpoll: copy dev name of slaves to struct netpoll by WANG Cong · 14 years ago
  71. 9aa3c94 ipv4: fix multicast losses by Eric Dumazet · 14 years ago
  72. eeb1497 inet_diag: fix inet_diag_bc_audit() by Eric Dumazet · 14 years ago
  73. 1eddcea net: rfs: enable RFS before first data packet is received by Eric Dumazet · 14 years ago
  74. 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 · 14 years ago
  75. 5afa913 SUNRPC: Ensure the RPC client only quits on fatal signals by Trond Myklebust · 14 years ago
  76. e3cb78c vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support by Antoine Reversat · 14 years ago
  77. a1b7f85 caif: Bugfix - XOFF removed channel from caif-mux by sjur.brandeland@stericsson.com · 14 years ago
  78. fc2af6c IGMP snooping: set mrouters_only flag for IPv6 traffic properly by Fernando Luis Vázquez Cao · 14 years ago
  79. 62b2bcb IGMP snooping: set mrouters_only flag for IPv4 traffic properly by Fernando Luis Vázquez Cao · 14 years ago
  80. 3009adf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  81. 8dac6be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  82. 42c1edd netfilter: nf_nat: avoid double seq_adjust for loopback by Julian Anastasov · 14 years ago
  83. 2c38de4 netfilter: fix looped (broad|multi)cast's MAC handling by Nicolas Cavallari · 14 years ago
  84. db898aa netfilter: ipt_ecn: fix inversion for IP header ECN match by Patrick McHardy · 14 years ago
  85. 58d5a02 netfilter: ipt_ecn: fix protocol check in ecn_mt_check() by Patrick McHardy · 14 years ago
  86. 63f6fe9 netfilter: ip_tables: fix compile with debug by Sebastian Andrzej Siewior · 14 years ago
  87. 122c4f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-2.6 by Patrick McHardy · 14 years ago
  88. 3306054 Bluetooth: Fix L2CAP connection establishment by Ilia Kolomisnky · 14 years ago
  89. 0b76011 NLM: Don't hang forever on NLM unlock requests by Trond Myklebust · 14 years ago
  90. df3c393 Bluetooth: Fix accepting connect requests for defer_setup by Johan Hedberg · 14 years ago
  91. bbcda3b Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections. by Nick Pelly · 15 years ago
  92. c473cbb net: Fix "Support nuking IPv6 sockets as well as IPv4" for 2.6.39 by Colin Cross · 14 years ago
  93. 810bf5d net: Support nuking IPv6 sockets as well as IPv4. by Lorenzo Colitti · 14 years ago
  94. 7ef37e0 net: Fix CONFIG_RPS option to be turned off by Dmitry Shmidt · 15 years ago
  95. df8bfc3 net: activity_stats: Add statistics for network transmission activity by Mike Chan · 15 years ago
  96. f86e4b0 Bluetooth: Hack: Don't dereference null pointer. by Nick Pelly · 15 years ago
  97. c172849 Bluetooth: Add ACL MTU, available buffers and total buffers to hci_conn_info. by Nick Pelly · 15 years ago
  98. 5c9b4de Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout). by Nick Pelly · 15 years ago
  99. 1349d4a Bluetooth: Do not attempt to send dlci disconnect when in BT_CONFIG. by Nick Pelly · 16 years ago
  100. 261a799 rfkill: Introduce CONFIG_RFKILL_PM and use instead of CONFIG_PM to power down by Nick Pelly · 16 years ago