1. 1bad538 mac80211: validate skb->dev in the tx status path by Felix Fietkau · 13 years ago
  2. b22cfcf mac80211: use call_rcu() on sta deletion by Eliad Peller · 13 years ago
  3. e548c49 mac80211: add key flag for management keys by Johannes Berg · 13 years ago
  4. 2cc59e7 mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSS by Antonio Quartulli · 13 years ago
  5. 6ae1677 mac80211: move ieee80211_send_deauth_disassoc outside mlme code by Antonio Quartulli · 13 years ago
  6. 316b6b5 net/mac80211/scan.c: removes unnecessary semicolon by Peter Senna Tschudin · 13 years ago
  7. 23a85b45 mac80211: refactor set_channel_type by Michal Kazior · 13 years ago
  8. 964b19f mac80211: use synchronize_net() on key destroying by Eliad Peller · 13 years ago
  9. 761a48d mac80211: check power constraint IE size when parsing by Johannes Berg · 13 years ago
  10. 00b1482 Merge remote-tracking branch 'wireless-next/master' into mac80211-next by Johannes Berg · 13 years ago
  11. 882a7c6 mac80211: disconnect if channel switch fails by Johannes Berg · 13 years ago
  12. 30dd3ed mac80211: don't hang on to sched_scan_ies by Johannes Berg · 13 years ago
  13. 944b9e3 Merge remote-tracking branch 'mac80211/master' into mac80211-next by Johannes Berg · 13 years ago
  14. a4ed534 mac80211: use list_move instead of list_del/list_add by Wei Yongjun · 13 years ago
  15. 768be59 cfg80211: fix indentation by Hila Gonen · 13 years ago
  16. e5f5b2f wext: include wireless event id when it has a size problem by Arend van Spriel · 13 years ago
  17. 7ce8c7a mac80211: Various small fixes for cfg.c: mpath_set_pinfo() by LEO Airwarosu Yoichi Shinoda · 13 years ago
  18. 00ea6de mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_header by Johannes Berg · 13 years ago
  19. 00a9ac4 cfg80211: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 13 years ago
  20. b4e4f47 nl80211: fix possible memory leak nl80211_connect() by Wei Yongjun · 13 years ago
  21. 3d2abdf mac80211: clear bssid on auth/assoc failure by Eliad Peller · 13 years ago
  22. 0ef24e5 mac80211: Do not check for valid hw_queues for P2P_DEVICE by Ilan Peer · 13 years ago
  23. a4881cc Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 13 years ago
  24. aba4e6f mac80211: Fix AP mode regression by Sujith Manoharan · 13 years ago
  25. 27f0112 mac80211: fix DS to MBSS address translation by Thomas Pedersen · 13 years ago
  26. 01e17da Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 13 years ago
  27. 06d7de8 Revert "rfkill: remove dead code" by AceLan Kao · 13 years ago
  28. dcf3396 mac80211: clean up ieee80211_subif_start_xmit by Johannes Berg · 13 years ago
  29. fe94fe0 mac80211: pass channel to ieee80211_send_probe_req by Johannes Berg · 13 years ago
  30. c0af073 mac80211: convert ops checks to WARN_ON by Johannes Berg · 13 years ago
  31. 9b86487 mac80211: check operating channel in scan by Johannes Berg · 13 years ago
  32. 4797c7b mac80211: use RX status band instead of current band by Johannes Berg · 13 years ago
  33. 3d01be7 mac80211: don't assume channel is set in tracing by Johannes Berg · 13 years ago
  34. f9e6e95 mac80211: use oper_channel in rate init by Johannes Berg · 13 years ago
  35. 9e99a12 mac80211: remove freq/chantype from debugfs by Johannes Berg · 13 years ago
  36. e31583c mac80211: remove almost unused local variable by Johannes Berg · 13 years ago
  37. 466f310 mac80211: mesh: don't use global channel type by Johannes Berg · 13 years ago
  38. d348f69 mac80211: simplify buffers in aes_128_cmac_vector by Johannes Berg · 13 years ago
  39. 6d71117 mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTF by Johannes Berg · 13 years ago
  40. f142c6b mac80211: support P2P Device abstraction by Johannes Berg · 13 years ago
  41. 98104fde cfg80211: add P2P Device abstraction by Johannes Berg · 13 years ago
  42. cc74c0c mac80211: make ieee80211_beacon_connection_loss_work static by Johannes Berg · 13 years ago
  43. 5bc1420 mac80211: check size of channel switch IE when parsing by Johannes Berg · 13 years ago
  44. 3049000 mac80211: fix CSA handling timer by Johannes Berg · 13 years ago
  45. 57eebdf mac80211: clean up CSA handling code by Johannes Berg · 13 years ago
  46. 90bcf86 mac80211: remove unneeded 'bssid' variable by Johannes Berg · 13 years ago
  47. 4c29867 mac80211: support A-MPDU status reporting by Johannes Berg · 13 years ago
  48. 48613ec wireless: add radiotap A-MPDU status field by Johannes Berg · 13 years ago
  49. e687f61 mac80211: add supported rates change notification in IBSS by Antonio Quartulli · 13 years ago
  50. 4bd4c2d mac80211: clean up mpath_move_to_queue() by Thomas Pedersen · 13 years ago
  51. b22bd52 mac80211: use skb_queue_walk() in mesh_path_assign_nexthop by Thomas Pedersen · 13 years ago
  52. aa7a008 mac80211: avoid using synchronize_rcu in ieee80211_set_probe_resp by Eyal Shapira · 13 years ago
  53. df32381 mac80211: fix unnecessary beacon update after peering status change by Marco Porsch · 13 years ago
  54. 57f784f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 13 years ago
  55. cd17dec Bluetooth: Refactor in hci_le_conn_complete_evt by Andre Guedes · 13 years ago
  56. b47a09b Bluetooth: Lookup hci_conn in hci_le_conn_complete_evt by Andre Guedes · 13 years ago
  57. 0c95ab7 Bluetooth: Find hci_conn by BT_CONNECT state by Andre Guedes · 13 years ago
  58. f00a06a Bluetooth: Refactor hci_cs_le_create_conn by Andre Guedes · 13 years ago
  59. 847012c Bluetooth: Remove unneeded code by Andre Guedes · 13 years ago
  60. b9b343d Bluetooth: Fix hci_le_conn_complete_evt by Andre Guedes · 13 years ago
  61. 230fd16 Bluetooth: Trivial refactoring by Andre Guedes · 13 years ago
  62. de9b921 Bluetooth: Added /proc/net/sco via bt_procfs_init() by Masatake YAMATO · 13 years ago
  63. c6f5df16 Bluetooth: Added /proc/net/rfcomm via bt_procfs_init() by Masatake YAMATO · 13 years ago
  64. 5b28d95 Bluetooth: Added /proc/net/l2cap via bt_procfs_init() by Masatake YAMATO · 13 years ago
  65. 5c6ad8e Bluetooth: Added /proc/net/hidp via bt_procfs_init() by Masatake YAMATO · 13 years ago
  66. f7c8663 Bluetooth: Added /proc/net/hci via bt_procfs_init() by Masatake YAMATO · 13 years ago
  67. 8c8de58 Bluetooth: Added /proc/net/cmtp via bt_procfs_init() by Masatake YAMATO · 13 years ago
  68. 77cf558 Bluetooth: Added /proc/net/bnep via bt_procfs_init() by Masatake YAMATO · 13 years ago
  69. 256a06c Bluetooth: /proc/net/ entries for bluetooth protocols by Masatake YAMATO · 13 years ago
  70. 4af66c6 Bluetooth: Free the l2cap channel list only when refcount is zero by Jaganath Kanakkassery · 13 years ago
  71. 3064837 Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c by Jaganath Kanakkassery · 13 years ago
  72. ee72d15 Bluetooth: Remove locking in hci_user_passkey_request_evt by Andre Guedes · 13 years ago
  73. 9e66463 Bluetooth: Make connect / disconnect cfm functions return void by Andrei Emeltchenko · 13 years ago
  74. c58e810 Bluetooth: Use lmp_no_flush_capable where applicable by Andre Guedes · 13 years ago
  75. 999dcd1 Bluetooth: Use lmp_sniffsubr_capable where applicable by Andre Guedes · 13 years ago
  76. 6eded10 Bluetooth: Use lmp_sniff_capable where applicable by Andre Guedes · 13 years ago
  77. 9f92ebf Bluetooth: Use lmp_rswitch_capable where applicable by Andre Guedes · 13 years ago
  78. 45db810f Bluetooth: Use lmp_esco_capable where applicable by Andre Guedes · 13 years ago
  79. 9a1a199 Bluetooth: Use lmp_ssp_capable where applicable by Andre Guedes · 13 years ago
  80. c383ddc Bluetooth: Use lmp_le_capable where applicable by Andre Guedes · 13 years ago
  81. ed3fa31 Bluetooth: Use lmp_bredr_capable where applicable by Andre Guedes · 13 years ago
  82. 78eb2f9 Bluetooth: Fix processing A2MP chan in security_cfm by Andrei Emeltchenko · 13 years ago
  83. d9fc1d5 Bluetooth: Do not shadow hdr variable by Andrei Emeltchenko · 13 years ago
  84. 8e8c7e3 Bluetooth: debug: Fix printing A2MP cmd code format by Andrei Emeltchenko · 13 years ago
  85. bb4b2a9 Bluetooth: mgmt: Managing only BR/EDR HCI controllers by Andrei Emeltchenko · 13 years ago
  86. f609a43 mac80211: skb leak in mesh_plink_frame_tx() by Thomas Pedersen · 13 years ago
  87. e7570df mac80211: don't request ack for peering close by Thomas Pedersen · 13 years ago
  88. 3e17f2b mac80211: remove ieee80211_clean_sdata() by Thomas Pedersen · 13 years ago
  89. 0d466b9c mac80211: improve cleanup when leaving mesh by Thomas Pedersen · 13 years ago
  90. 899852a cfg80211: Clear "beacon_found" on regulatory restore by Paul Stewart · 13 years ago
  91. 03f6b08 cfg80211: add channel flag to prohibit OFDM operation by Seth Forshee · 13 years ago
  92. dd4c926 mac80211: cancel mesh path timer by Johannes Berg · 13 years ago
  93. 2d9957c mac80211: clear timer bits when disconnecting by Johannes Berg · 13 years ago
  94. 19c3b83 mac80211: reset station MLME flags upon new association by Johannes Berg · 13 years ago
  95. caacf05 ipv4: Properly purge netdev references on uncached routes. by David S. Miller · 13 years ago
  96. c5038a8 ipv4: Cache routes in nexthop exception entries. by David S. Miller · 13 years ago
  97. d26b3a7 ipv4: percpu nh_rth_output cache by Eric Dumazet · 13 years ago
  98. 54764bb ipv4: Restore old dst_free() behavior. by Eric Dumazet · 13 years ago
  99. e83e654 mac80211: use eth_broadcast_addr by Johannes Berg · 13 years ago
  100. 1411af1 mac80211: enable WDS carrier only after adding station by Johannes Berg · 13 years ago