1. 73b4809 mac80211: explain padding in place of rate field by Johannes Berg · 14 years ago
  2. dcf55fb mac80211: add a function for setting the TIM bit for a specific station by Felix Fietkau · 14 years ago
  3. 7762bb0 mac80211: fix debugfs printk format warning by Randy Dunlap · 14 years ago
  4. cbc6a6e rfkill: Regulator consumer driver for rfkill by Antonio Ospite · 14 years ago
  5. bb411b4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 14 years ago
  6. 26954c7 Bluetooth: Fix lockdep warning in L2CAP by Gustavo F. Padovan · 14 years ago
  7. 62f3a2c Bluetooth: Fix another locking unbalance by Gustavo F. Padovan · 14 years ago
  8. 280f294 Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid() by Gustavo F. Padovan · 14 years ago
  9. a3e6b12 mac80211: Allocate new mesh path and portal tables before taking locks by cozybit Inc · 14 years ago
  10. 4114fa2 mac80211: receive EAP frames from a station in an AP VLAN on the main AP by Felix Fietkau · 14 years ago
  11. e1ba1f1 Bluetooth: Fix Out Of Band pairing when mgmt interface is disabled by Szymon Janc · 14 years ago
  12. 9f69bda Bluetooth: Add proper handling of received LE data by Gustavo F. Padovan · 14 years ago
  13. cd69a03 Bluetooth: Fix wrong comparison in listen() by Gustavo F. Padovan · 14 years ago
  14. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  15. c916fbe Bluetooth: Remove unneeded uninitialized_vars() by Gustavo F. Padovan · 14 years ago
  16. 49208c9 Bluetooth: Remove some sk references from l2cap_core.c by Gustavo F. Padovan · 14 years ago
  17. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  18. ebe27c9 {mac|nl}80211: Add station connected time by Mohammed Shafi Shajakhan · 14 years ago
  19. 1570ca5 mac80211: send notification on new peer candidate for our secure mesh by Javier Cardona · 14 years ago
  20. c93b5e7 nl80211: New notification to discover mesh peer candidates. by Javier Cardona · 14 years ago
  21. 96b78df nl80211/mac80211: Perform PLINK_ACTION on new station by Javier Cardona · 14 years ago
  22. 53e8051 mac80211: ignore peer link requests from unauthenticated stations. by Javier Cardona · 14 years ago
  23. 7183912 mac80211: Let user space receive and send mesh auth/deauth frames by Javier Cardona · 14 years ago
  24. b39c48f nl80211/mac80211: let userspace authenticate stations by Javier Cardona · 14 years ago
  25. 5cff5e0 mac80211: ignore peers if security is enabled for this mesh by Javier Cardona · 14 years ago
  26. 15d5dda cfg80211/nl80211: Add userspace authentication flag to mesh setup by Javier Cardona · 14 years ago
  27. 581a8b0 nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE by Javier Cardona · 14 years ago
  28. e8306f9 mac80211: Check for queued frames before entering power save. by Vivek Natarajan · 14 years ago
  29. 2ead70b Bluetooth: Fix lockdep warning with skb list lock by Gustavo F. Padovan · 14 years ago
  30. 311bb89 Bluetooth: Move busy workqueue to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  31. f1c6775 Bluetooth: Move srej and busy queues to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  32. e92c8e7 Bluetooth: Move ERTM timers to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  33. 2c03a7a Bluetooth: Move remote info to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  34. 6f61fd4 Bluetooth: Move SDU related vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  35. 6a02661 Bluetooth: Move more ERTM stuff to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  36. 42e5c80 Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  37. 525cd18 Bluetooth: Move conn_state to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  38. 710f9b0 Bluetooth: clean up l2cap_sock_recvmsg() by Gustavo F. Padovan · 14 years ago
  39. 73ffa90 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  40. fc7f8a7 Bluetooth: Move ident to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  41. 820ffdb Bluetooth: Remove struct del_list by Gustavo F. Padovan · 14 years ago
  42. baa7e1f Bluetooth: Use struct list_head for L2CAP channels list by Gustavo F. Padovan · 14 years ago
  43. 4845407 Bluetooth: Create struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  44. b37e3b6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  45. a90c7a3 cfg80211: add a timer for invalid user reg hints by Luis R. Rodriguez · 14 years ago
  46. 1460955 cfg80211: fix regulatory restore upon user hints by Luis R. Rodriguez · 14 years ago
  47. ffbd308 mac80211: remove few obsolete flags by Mohammed Shafi Shajakhan · 14 years ago
  48. f4263c9 nl80211: Add BSS parameters to station by Paul Stewart · 14 years ago
  49. f3b3e36 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 14 years ago
  50. db940cb Bluetooth: convert net/bluetooth/ to kstrtox by Alexey Dobriyan · 14 years ago
  51. e63a15e Bluetooth: Use GFP_KERNEL in user context by Gustavo F. Padovan · 14 years ago
  52. 1322901 Bluetooth: Don't use spin_lock_bh in user context by Gustavo F. Padovan · 14 years ago
  53. fada4ac Bluetooth: Use kthread API in cmtp by Szymon Janc · 14 years ago
  54. f4d7cd4 Bluetooth: Use kthread API in bnep by Szymon Janc · 14 years ago
  55. aabf6f8 Bluetooth: Use kthread API in hidp by Szymon Janc · 14 years ago
  56. a88a965 Bluetooth: Add mgmt_remote_name event by Johan Hedberg · 14 years ago
  57. e17acd4 Bluetooth: Add mgmt_device_found event by Johan Hedberg · 14 years ago
  58. 1e429f3 Bluetooth: Remove gfp_mask param from hci_reassembly() by Gustavo F. Padovan · 14 years ago
  59. 26d5953 mac80211: clean up station cleanup timer by Johannes Berg · 14 years ago
  60. 5f9f181 mac80211: remove the dependency on crypto_blkcipher by Felix Fietkau · 14 years ago
  61. 1ed7648 mac80211: fix suppressing probe responses in ad-hoc mode by Felix Fietkau · 14 years ago
  62. 279daf6 wifi: Add hwflags to debugfs. by Ben Greear · 14 years ago
  63. fcf8bd3 mac80211: Fix duplicate frames on cooked monitor by Helmut Schaa · 14 years ago
  64. 2fceec1 tcp: len check is unnecessarily devastating, change to WARN_ON by Ilpo Järvinen · 14 years ago
  65. 2cab86b sctp: malloc enough room for asconf-ack chunk by Wei Yongjun · 14 years ago
  66. 5e58e52 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  67. c100c8f appletalk: Fix OOPS in atalk_release(). by David S. Miller · 14 years ago
  68. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 14 years ago
  69. 6f5ef99 Bluetooth: Fix warning with hci_cmd_timer by Thomas Gleixner · 14 years ago
  70. 34bd027 Bluetooth: delete hanging L2CAP channel by Andrei Emeltchenko · 14 years ago
  71. 08ba538 Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_reply by Johan Hedberg · 14 years ago
  72. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 14 years ago
  73. 23e9fde Bluetooth: Increment unacked_frames count only the first transmit by Suraj Sumangala · 14 years ago
  74. 80a1e1d Bluetooth: Add local Extended Inquiry Response (EIR) support by Johan Hedberg · 14 years ago
  75. e90165b Bluetooth: check L2CAP info_rsp ident and state by Andrei Emeltchenko · 14 years ago
  76. d101024 Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_add by Gustavo F. Padovan · 14 years ago
  77. ce85ee1 Bluetooth: Enable support for out of band association model by Szymon Janc · 14 years ago
  78. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 14 years ago
  79. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 14 years ago
  80. 8fce635 Bluetooth: Allow for NULL data in mgmt_pending_add by Szymon Janc · 14 years ago
  81. c68fb7f Bluetooth: Rename cmd to param in pending_cmd by Szymon Janc · 14 years ago
  82. e0e185e Bluetooth: Fix checkpatch error in cmtp.h by Szymon Janc · 14 years ago
  83. ffd1332 Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> by Szymon Janc · 14 years ago
  84. 58aac46 Bluetooth: Do not use assignments in IF conditions by Szymon Janc · 14 years ago
  85. 17f09a7 Bluetooth: Fix checkpatch errors, code style issues and typos in hidp by Szymon Janc · 14 years ago
  86. 8c20aa9 Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> by Szymon Janc · 14 years ago
  87. 3aad75a Bluetooth: Fix checkpatch errors and some code style issues in bnep by Szymon Janc · 14 years ago
  88. a3d9bd4 Bluetooth: Opencode macros in bnep/core.c by Szymon Janc · 14 years ago
  89. 2c6d1a2 Bluetooth: Improve error message on wrong link type by Gustavo F. Padovan · 14 years ago
  90. b312b161 Bluetooth: mgmt: Add support for setting the local name by Johan Hedberg · 14 years ago
  91. dc4fe30 Bluetooth: mgmt: Add local name information to read_info reply by Johan Hedberg · 14 years ago
  92. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 14 years ago
  93. f0681a6 Bluetooth: remove unnecessary function declaration by Gustavo F. Padovan · 14 years ago
  94. a84b50c sctp: Pass __GFP_NOWARN to hash table allocation attempts. by David S. Miller · 14 years ago
  95. e2666f8 fib: add rtnl locking in ip_fib_net_exit by Eric Dumazet · 14 years ago
  96. c031235 atm/solos-pci: Don't flap VCs when carrier state changes by Philip A. Prindeville · 14 years ago
  97. ec15e68 cfg80211: Add nl80211 event for deletion of a station entry by Jouni Malinen · 14 years ago
  98. be7974a mac80211: Minor optimization in tx status handling by Helmut Schaa · 14 years ago
  99. c835b21 mac80211: add comment about reordering by Johannes Berg · 14 years ago
  100. 79b569f netdev: fix mtu check when TSO is enabled by Daniel Lezcano · 14 years ago