1. a3e6b12 mac80211: Allocate new mesh path and portal tables before taking locks by cozybit Inc · 14 years ago
  2. 4114fa2 mac80211: receive EAP frames from a station in an AP VLAN on the main AP by Felix Fietkau · 14 years ago
  3. ebe27c9 {mac|nl}80211: Add station connected time by Mohammed Shafi Shajakhan · 14 years ago
  4. 1570ca5 mac80211: send notification on new peer candidate for our secure mesh by Javier Cardona · 14 years ago
  5. c93b5e7 nl80211: New notification to discover mesh peer candidates. by Javier Cardona · 14 years ago
  6. 96b78df nl80211/mac80211: Perform PLINK_ACTION on new station by Javier Cardona · 14 years ago
  7. 53e8051 mac80211: ignore peer link requests from unauthenticated stations. by Javier Cardona · 14 years ago
  8. 7183912 mac80211: Let user space receive and send mesh auth/deauth frames by Javier Cardona · 14 years ago
  9. b39c48f nl80211/mac80211: let userspace authenticate stations by Javier Cardona · 14 years ago
  10. 5cff5e0 mac80211: ignore peers if security is enabled for this mesh by Javier Cardona · 14 years ago
  11. 15d5dda cfg80211/nl80211: Add userspace authentication flag to mesh setup by Javier Cardona · 14 years ago
  12. 581a8b0 nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE by Javier Cardona · 14 years ago
  13. e8306f9 mac80211: Check for queued frames before entering power save. by Vivek Natarajan · 14 years ago
  14. 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
  15. a90c7a3 cfg80211: add a timer for invalid user reg hints by Luis R. Rodriguez · 14 years ago
  16. 1460955 cfg80211: fix regulatory restore upon user hints by Luis R. Rodriguez · 14 years ago
  17. ffbd308 mac80211: remove few obsolete flags by Mohammed Shafi Shajakhan · 14 years ago
  18. f4263c9 nl80211: Add BSS parameters to station by Paul Stewart · 14 years ago
  19. 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
  20. db940cb Bluetooth: convert net/bluetooth/ to kstrtox by Alexey Dobriyan · 14 years ago
  21. e63a15e Bluetooth: Use GFP_KERNEL in user context by Gustavo F. Padovan · 14 years ago
  22. 1322901 Bluetooth: Don't use spin_lock_bh in user context by Gustavo F. Padovan · 14 years ago
  23. fada4ac Bluetooth: Use kthread API in cmtp by Szymon Janc · 14 years ago
  24. f4d7cd4 Bluetooth: Use kthread API in bnep by Szymon Janc · 14 years ago
  25. aabf6f8 Bluetooth: Use kthread API in hidp by Szymon Janc · 14 years ago
  26. a88a965 Bluetooth: Add mgmt_remote_name event by Johan Hedberg · 14 years ago
  27. e17acd4 Bluetooth: Add mgmt_device_found event by Johan Hedberg · 14 years ago
  28. 1e429f3 Bluetooth: Remove gfp_mask param from hci_reassembly() by Gustavo F. Padovan · 14 years ago
  29. 26d5953 mac80211: clean up station cleanup timer by Johannes Berg · 14 years ago
  30. 5f9f181 mac80211: remove the dependency on crypto_blkcipher by Felix Fietkau · 14 years ago
  31. 1ed7648 mac80211: fix suppressing probe responses in ad-hoc mode by Felix Fietkau · 14 years ago
  32. 279daf6 wifi: Add hwflags to debugfs. by Ben Greear · 14 years ago
  33. fcf8bd3 mac80211: Fix duplicate frames on cooked monitor by Helmut Schaa · 14 years ago
  34. 2fceec1 tcp: len check is unnecessarily devastating, change to WARN_ON by Ilpo Järvinen · 14 years ago
  35. 2cab86b sctp: malloc enough room for asconf-ack chunk by Wei Yongjun · 14 years ago
  36. 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
  37. c100c8f appletalk: Fix OOPS in atalk_release(). by David S. Miller · 14 years ago
  38. 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
  39. 6f5ef99 Bluetooth: Fix warning with hci_cmd_timer by Thomas Gleixner · 14 years ago
  40. 34bd027 Bluetooth: delete hanging L2CAP channel by Andrei Emeltchenko · 14 years ago
  41. 08ba538 Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_reply by Johan Hedberg · 14 years ago
  42. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 14 years ago
  43. 23e9fde Bluetooth: Increment unacked_frames count only the first transmit by Suraj Sumangala · 14 years ago
  44. 80a1e1d Bluetooth: Add local Extended Inquiry Response (EIR) support by Johan Hedberg · 14 years ago
  45. e90165b Bluetooth: check L2CAP info_rsp ident and state by Andrei Emeltchenko · 14 years ago
  46. d101024 Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_add by Gustavo F. Padovan · 14 years ago
  47. ce85ee1 Bluetooth: Enable support for out of band association model by Szymon Janc · 14 years ago
  48. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 14 years ago
  49. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 14 years ago
  50. 8fce635 Bluetooth: Allow for NULL data in mgmt_pending_add by Szymon Janc · 14 years ago
  51. c68fb7f Bluetooth: Rename cmd to param in pending_cmd by Szymon Janc · 14 years ago
  52. e0e185e Bluetooth: Fix checkpatch error in cmtp.h by Szymon Janc · 14 years ago
  53. ffd1332 Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> by Szymon Janc · 14 years ago
  54. 58aac46 Bluetooth: Do not use assignments in IF conditions by Szymon Janc · 14 years ago
  55. 17f09a7 Bluetooth: Fix checkpatch errors, code style issues and typos in hidp by Szymon Janc · 14 years ago
  56. 8c20aa9 Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> by Szymon Janc · 14 years ago
  57. 3aad75a Bluetooth: Fix checkpatch errors and some code style issues in bnep by Szymon Janc · 14 years ago
  58. a3d9bd4 Bluetooth: Opencode macros in bnep/core.c by Szymon Janc · 14 years ago
  59. 2c6d1a2 Bluetooth: Improve error message on wrong link type by Gustavo F. Padovan · 14 years ago
  60. b312b161 Bluetooth: mgmt: Add support for setting the local name by Johan Hedberg · 14 years ago
  61. dc4fe30 Bluetooth: mgmt: Add local name information to read_info reply by Johan Hedberg · 14 years ago
  62. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 14 years ago
  63. f0681a6 Bluetooth: remove unnecessary function declaration by Gustavo F. Padovan · 14 years ago
  64. a84b50c sctp: Pass __GFP_NOWARN to hash table allocation attempts. by David S. Miller · 14 years ago
  65. e2666f8 fib: add rtnl locking in ip_fib_net_exit by Eric Dumazet · 14 years ago
  66. c031235 atm/solos-pci: Don't flap VCs when carrier state changes by Philip A. Prindeville · 14 years ago
  67. ec15e68 cfg80211: Add nl80211 event for deletion of a station entry by Jouni Malinen · 14 years ago
  68. be7974a mac80211: Minor optimization in tx status handling by Helmut Schaa · 14 years ago
  69. c835b21 mac80211: add comment about reordering by Johannes Berg · 14 years ago
  70. 79b569f netdev: fix mtu check when TSO is enabled by Daniel Lezcano · 14 years ago
  71. ff9a57a bridge: mcast snooping, fix length check of snooped MLDv1/2 by Linus Lüssing · 14 years ago
  72. 93ca3bb net: gre: provide multicast mappings for ipv4 and ipv6 by Timo Teräs · 14 years ago
  73. 1459a3c bridge: Fix compilation warning in function br_stp_recalculate_bridge_id() by Balaji G · 14 years ago
  74. cb1817b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  75. 02aadf7 xfrm: Restrict extended sequence numbers to esp by Steffen Klassert · 14 years ago
  76. e2b1912 xfrm: Check for esn buffer len in xfrm_new_ae by Steffen Klassert · 14 years ago
  77. af2f464 xfrm: Assign esn pointers when cloning a state by Steffen Klassert · 14 years ago
  78. 36ae014 xfrm: Move the test on replay window size into the replay check functions by Steffen Klassert · 14 years ago
  79. 4910ac6 ipv4: Don't ip_rt_put() an error pointer in RAW sockets. by David S. Miller · 14 years ago
  80. 499fe9a mac80211: fix aggregation frame release during timeout by Daniel Halperin · 14 years ago
  81. 2b78ac9 cfg80211: fix BSS double-unlinking (continued) by Juuso Oikarinen · 14 years ago
  82. bef9bac cfg80211:: fix possible NULL pointer dereference by Mariusz Kozlowski · 14 years ago
  83. 67aa030 mac80211: fix possible NULL pointer dereference by Mariusz Kozlowski · 14 years ago
  84. 1f951a7 mac80211: fix NULL pointer dereference in ieee80211_key_alloc() by Petr Štetiar · 14 years ago
  85. 4dc217d mac80211: fix a crash in minstrel_ht in HT mode with no supported MCS rates by Felix Fietkau · 14 years ago
  86. 673e63c net: fix ethtool->set_flags not intended -EINVAL return value by Stanislaw Gruszka · 14 years ago
  87. 3e49e6d net: use CHECKSUM_NONE instead of magic number by Cesar Eduardo Barros · 14 years ago
  88. edf947f bridge: notify applications if address of bridge device changes by stephen hemminger · 14 years ago
  89. 8628bd8 ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo() by Jan Luebbe · 14 years ago
  90. 53914b6 can: make struct proto const by Oliver Hartkopp · 14 years ago
  91. 3b261ad net: remove useless comments in net/core/dev.c by Amerigo Wang · 14 years ago
  92. e0bccd3 rose: Add length checks to CALL_REQUEST parsing by Ben Hutchings · 14 years ago
  93. be20250 ROSE: prevent heap corruption with bad facilities by Dan Rosenberg · 14 years ago
  94. d370af0 irda: validate peer name and attribute lengths by Dan Rosenberg · 14 years ago
  95. d50e7e3 irda: prevent heap corruption on invalid nickname by Dan Rosenberg · 14 years ago
  96. e433430 dst: Clone child entry in skb_dst_pop by Steffen Klassert · 14 years ago
  97. 3bc0732 xfrm: Force a dst refcount before entering the xfrm type handlers by Steffen Klassert · 14 years ago
  98. a271c5a NFS: Ensure that rpc_release_resources_task() can be called twice. by OGAWA Hirofumi · 14 years ago
  99. 00a2470 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  100. 1fbc784 ipv4: do not ignore route errors by Julian Anastasov · 14 years ago