1. 2bb3e31 Merge commit 'v3.0.8' into android-3.0 by Colin Cross · 15 years ago
  2. a1b7ab0 ipv6: fix NULL dereference in udp6_ufo_fragment() by Jason Wang · 15 years ago
  3. 101e357 fs/9p: Use protocol-defined value for lock/getlock 'type' field. by Jim Garlick · 15 years ago
  4. a111278 fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 15 years ago
  5. ef81bb4 ipv6: make fragment identifications less predictable by Eric Dumazet · 15 years ago
  6. e997d47 net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 15 years ago
  7. 4e11175 Merge commit 'v3.0' into android-3.0 by Colin Cross · 15 years ago
  8. 4ea6b89 ipv6: updates to privacy addresses per RFC 4941 by JP Abgrall · 15 years ago
  9. 75c56a8 Merge commit 'v3.0-rc7' into android-3.0 by Colin Cross · 15 years ago
  10. 89daa34 Bluetooth: Add support for returning the encryption key size by Vinicius Costa Gomes · 15 years ago
  11. 1fa2de3 Bluetooth: Add support for storing the key size by Vinicius Costa Gomes · 15 years ago
  12. 1143205 Bluetooth: Remove unused field in hci_conn by Vinicius Costa Gomes · 15 years ago
  13. 7f9004d Bluetooth: Add functions to manipulate the link key list for SMP by Vinicius Costa Gomes · 15 years ago
  14. a7481be Bluetooth: Add new structures for supporting SM key distribution by Vinicius Costa Gomes · 15 years ago
  15. c1d5e1d Bluetooth: Add support for SMP phase 3 (key distribution) by Vinicius Costa Gomes · 15 years ago
  16. 119c689 Bluetooth: Remove L2CAP busy queue by Mat Martineau · 15 years ago
  17. c0675b8 Bluetooth: Use event-driven approach for handling ERTM receive buffer by Mat Martineau · 15 years ago
  18. c006aa0 Bluetooth: Add lmp_host_le_capable() macro by Andre Guedes · 15 years ago
  19. 5521abe Bluetooth: Add enable_le module parameter by Andre Guedes · 15 years ago
  20. e326af4 Bluetooth: Write LE Host Supported command by Andre Guedes · 15 years ago
  21. d5fa513 Bluetooth: Add extfeatures to struct hci_dev by Andre Guedes · 15 years ago
  22. 0ea110d Bluetooth: Clean up unused struct hci_conn items by Gustavo F. Padovan · 15 years ago
  23. 19f7f22 Bluetooth: Add bt_printk by Joe Perches · 15 years ago
  24. d8e4f87 Bluetooth: Rename function bt_err to bt_to_errno by Joe Perches · 15 years ago
  25. e299c1c Bluetooth: Use bit operations on conn_state by Gustavo F. Padovan · 15 years ago
  26. 2ddee5a Bluetooth: use bit operation on conf_state by Gustavo F. Padovan · 15 years ago
  27. 58d1980 Bluetooth: Add blacklisting support for mgmt interface by Antti Julku · 15 years ago
  28. 9d90e2e Bluetooth: Move blacklisting functions to hci_core by Antti Julku · 15 years ago
  29. 397d9ae Bluetooth: Add key size checks for SMP by Vinicius Costa Gomes · 15 years ago
  30. b19d5ce Bluetooth: Add support for SMP timeout by Vinicius Costa Gomes · 15 years ago
  31. 208dfd9 Bluetooth: Update the security level when link is encrypted by Vinicius Costa Gomes · 15 years ago
  32. 735038c Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 15 years ago
  33. 21b8a2b Bluetooth: Add SMP confirmation checks methods by Anderson Briglia · 15 years ago
  34. c8e856e Bluetooth: Add SMP confirmation structs by Anderson Briglia · 15 years ago
  35. 09fabbc Bluetooth: Add support for using the crypto subsystem by Vinicius Costa Gomes · 15 years ago
  36. 13b4839 Bluetooth: Add simple SMP pairing negotiation by Anderson Briglia · 15 years ago
  37. 133e14c Bluetooth: Implement the first SMP commands by Anderson Briglia · 15 years ago
  38. 446b49b Bluetooth: keep reference if any ERTM timer is enabled by Gustavo F. Padovan · 15 years ago
  39. bd69b5a Bluetooth: Make timer functions generic by Gustavo F. Padovan · 15 years ago
  40. 4a6aa52 Bluetooth: Add refcnt to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  41. f1b394a Bluetooth: Add state tracking to struct l2cap_chan by Gustavo F. Padovan · 15 years ago
  42. c4cf743 Bluetooth: add close() callback to l2cap_chan_ops by Gustavo F. Padovan · 15 years ago
  43. 162025c Bluetooth: add recv() callback to l2cap_chan_ops by Gustavo F. Padovan · 15 years ago
  44. b090c4b Bluetooth: Add l2cap_chan_ops abstraction by Gustavo F. Padovan · 15 years ago
  45. 3f8e1e3 Bluetooth: Clean up some code style issues by Waldemar Rymarkiewicz · 15 years ago
  46. 514abe6 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 15 years ago
  47. 149c097 Bluetooth: Add 'dst_type' field to struct hci_conn by Andre Guedes · 15 years ago
  48. 62c5f52 Bluetooth: Fix auth_complete_evt for legacy units by Waldemar Rymarkiewicz · 15 years ago
  49. 45e600f Bluetooth: Advertising entries lifetime by Andre Guedes · 15 years ago
  50. 726e133 Bluetooth: Clear advertising cache before scanning by Andre Guedes · 15 years ago
  51. 6c77c8c Bluetooth: LE advertising cache by Andre Guedes · 15 years ago
  52. 1c3cc118 Bluetooth: Add advertising report meta event structs by Anderson Briglia · 15 years ago
  53. 762a990 Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() by Gustavo F. Padovan · 15 years ago
  54. 1eb5ad7 Bluetooth: Remove export of l2cap_chan_clear_timer() by Gustavo F. Padovan · 15 years ago
  55. 13003e0 Bluetooth: create channel timer to replace sk_timer by Gustavo F. Padovan · 15 years ago
  56. 8974c54 Bluetooth: Add chan->chan_type struct member by Gustavo F. Padovan · 15 years ago
  57. dcb1cc3 Bluetooth: Create l2cap_chan_send() by Gustavo F. Padovan · 15 years ago
  58. 6e9e43f Bluetooth: Create __l2cap_chan_close() by Gustavo F. Padovan · 15 years ago
  59. cd4fcc7 sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socket by Thomas Graf · 15 years ago
  60. f8d9605 sctp: Enforce retransmission limit during shutdown by Thomas Graf · 15 years ago
  61. 957c665 ipv6: Don't put artificial limit on routing table size. by David S. Miller · 15 years ago
  62. 60c2ce2 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  63. 690b0ca 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
  64. e55d4fa Merge commit 'v3.0-rc5' into android-3.0 by Colin Cross · 15 years ago
  65. 4d258b2 Fix some kernel-doc warnings by Vitaliy Ivanov · 15 years ago
  66. a66b98d mac80211: fix rx->key NULL dereference during mic failure by Arik Nemtsov · 15 years ago
  67. 6e158d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  68. 42c1edd netfilter: nf_nat: avoid double seq_adjust for loopback by Julian Anastasov · 15 years ago
  69. bbcda3b Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections. by Nick Pelly · 16 years ago
  70. 810bf5d net: Support nuking IPv6 sockets as well as IPv4. by Lorenzo Colitti · 15 years ago
  71. df8bfc3 net: activity_stats: Add statistics for network transmission activity by Mike Chan · 16 years ago
  72. c172849 Bluetooth: Add ACL MTU, available buffers and total buffers to hci_conn_info. by Nick Pelly · 17 years ago
  73. 40a803d Bluetooth: Increase timeout for legacy pairing from 10 seconds to 40 seconds. by Nick Pelly · 17 years ago
  74. a7429e5 net: socket ioctl to reset connections matching local address by Robert Love · 18 years ago
  75. a685e08 Delay struct net freeing while there's a sysfs instance refering to it by Al Viro · 15 years ago
  76. 0e833d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  77. a000c01 sctp: stop pending timers and purge queues when peer restart asoc by Wei Yongjun · 15 years ago
  78. 10799db Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  79. c5c177b net: Kill ratelimit.h dependency in linux/net.h by David S. Miller · 15 years ago
  80. bee9525 net: Add linux/sysctl.h includes where needed. by David S. Miller · 15 years ago
  81. 58bf2db Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 15 years ago
  82. c74c0bf IPVS: bug in ip_vs_ftp, same list heaad used in all netns. by Hans Schillstrom · 15 years ago
  83. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 15 years ago
  84. 3f5785e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  85. 22e95ac Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  86. 08bb3a5 9p: Small cleanup in <net/9p/9p.h> by Sasha Levin · 15 years ago
  87. aca0076 9p: typo fixes and minor cleanups by Rob Landley · 15 years ago
  88. 31ec97d Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  89. daf8cf6 wireless: fix fatal kernel-doc error + warning in mac80211.h by Randy Dunlap · 15 years ago
  90. 1ba0145 wireless: fix cfg80211.h new kernel-doc warnings by Randy Dunlap · 15 years ago
  91. 1f37070 dst: catch uninitialized metrics by Stephen Hemminger · 15 years ago
  92. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  93. 53ee756 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  94. bdfbe80 wireless: fix fatal kernel-doc error + warning in mac80211.h by Randy Dunlap · 15 years ago
  95. 138eded caif: Update documentation of CAIF transmit and receive functions. by sjur.brandeland@stericsson.com · 15 years ago
  96. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  97. eb04f2f Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  98. be281e5 ipv6: reduce per device ICMP mib sizes by Eric Dumazet · 15 years ago
  99. ed9d010 cfg80211: Use consistent BSS matching between scan and sme by Jouni Malinen · 15 years ago
  100. a48eff1 ipv4: Pass explicit destination address to rt_bind_peer(). by David S. Miller · 15 years ago