1. 911bde0 mac80211: Turn AQL into an NL80211_EXT_FEATURE by Toke Høiland-Jørgensen · 5 years ago
  2. 3ace10f mac80211: Implement Airtime-based Queue Limit (AQL) by Kan Yan · 5 years ago
  3. 6dd47d9 mac80211: fix ieee80211_txq_setup_flows() failure path by Johannes Berg · 5 years ago
  4. 0635466 mac80211: allow drivers to set max MTU by Wen Gong · 5 years ago
  5. 3e47bf1 mac80211: Simplify Extended Key ID API by Alexander Wetzel · 6 years ago
  6. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  7. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  8. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  9. 5fdb373 net/mac80211: move WEP handling to ARC4 library interface by Ard Biesheuvel · 6 years ago
  10. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  11. 2638eb8b net: ipv4: provide __rcu annotation for ifa_list by Florian Westphal · 6 years ago
  12. 387bc002 mac80211: Set CAN_REPLACE_PTK0 for SW crypto only drivers by Alexander Wetzel · 6 years ago
  13. 622fce8 mac80211: Fix Extended Key ID auto activation by Alexander Wetzel · 6 years ago
  14. 96fc6ef mac80211: IEEE 802.11 Extended Key ID support by Alexander Wetzel · 6 years ago
  15. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  16. 5c14a4d mac80211: Change default tx_sk_pacing_shift to 7 by Toke Høiland-Jørgensen · 6 years ago
  17. caf5633 mac80211: indicate support for multiple BSSID by Sara Sharon · 6 years ago
  18. d9bb410 mac80211: allow overriding HT STBC capabilities by Sergey Matyukevich · 6 years ago
  19. b4809e9 mac80211: Add airtime accounting and scheduling to TXQs by Toke Høiland-Jørgensen · 6 years ago
  20. 1866760 mac80211: Add TXQ scheduling API by Toke Høiland-Jørgensen · 6 years ago
  21. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  22. dd665d2 mac80211: never pass NULL params to ieee80211_if_add() by Johannes Berg · 6 years ago
  23. a50e5fb mac80211: fix a kernel panic when TXing after TXQ teardown by Sara Sharon · 6 years ago
  24. b1c4f68 mac80211: minstrel: merge with minstrel_ht, always enable VHT support by Felix Fietkau · 6 years ago
  25. 48f3b9e mac80211: fix error handling in ieee80211_register_hw() by Wei Yongjun · 6 years ago
  26. 70e5366 mac80211: Store sk_pacing_shift in ieee80211_hw by Wen Gong · 7 years ago
  27. 09b4a4f mac80211: introduce capability flags for VHT EXT NSS support by Johannes Berg · 6 years ago
  28. 3630268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  29. fc3e3bf Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  30. f3ffb6c mac80211: fix a race between restart and CSA flows by Emmanuel Grumbach · 6 years ago
  31. 21a5d4c mac80211: add stop/start logic for software TXQs by Manikanta Pubbisetty · 7 years ago
  32. 67d1ba8a mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_X by Danek Duvall · 6 years ago
  33. 77cfaf5 mac80211: Run TXQ teardown code before de-registering interfaces by Toke Høiland-Jørgensen · 7 years ago
  34. 8365da2 Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  35. 41cbb0f mac80211: add support for HE by Luca Coelho · 7 years ago
  36. b8042b3d ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HE by Johannes Berg · 7 years ago
  37. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  38. b9771d4 mac80211: support scan features for improved scan privacy by Johannes Berg · 7 years ago
  39. dc8b274 mac80211: Move up init of TXQs by Toke Høiland-Jørgensen · 7 years ago
  40. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  41. 2fe4a29 mac80211: Support the new cfg80211 TXQ stats API by Toke Høiland-Jørgensen · 7 years ago
  42. 018f6fb mac80211: Send control port frames over nl80211 by Denis Kenzior · 7 years ago
  43. db3bdcb mac80211: allow AP_VLAN operation on crypto controlled devices by Manikanta Pubbisetty · 7 years ago
  44. e7881bd5 Revert "mac80211: Add TXQ scheduling API" by Johannes Berg · 7 years ago
  45. 0973dd45 Revert "mac80211: Add airtime account and scheduling to TXQs" by Johannes Berg · 7 years ago
  46. b0d52ad mac80211: Add airtime account and scheduling to TXQs by Toke Høiland-Jørgensen · 7 years ago
  47. e937b8d mac80211: Add TXQ scheduling API by Toke Høiland-Jørgensen · 7 years ago
  48. 2316380 mac80211: call synchronize_net once in the restart flow by Sara Sharon · 7 years ago
  49. 34f11cd3 mac80211: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  50. 4a19906 mac80211: disentangle iflist_mtx and chanctx_mtx by Johannes Berg · 8 years ago
  51. f64331d mac80211: keep a separate list of monitor interfaces that are up by Johannes Berg · 8 years ago
  52. 43071d8 mac80211: initialize SMPS field in HT capabilities by Felix Fietkau · 8 years ago
  53. f3ca52a mac80211: Claim Fast Initial Link Setup (FILS) STA support by Jouni Malinen · 8 years ago
  54. f3fe4e9 mac80211: add a HW flag for supporting HW TX fragmentation by Sara Sharon · 8 years ago
  55. 167e33f mac80211: Implement add_nan_func and rm_nan_func by Ayala Beker · 8 years ago
  56. 708d50e mac80211: add boilerplate code for start / stop NAN by Ayala Beker · 8 years ago
  57. 99ee7ca mac80211: add support for radiotap timestamp field by Johannes Berg · 8 years ago
  58. fa962b9 mac80211: implement fair queueing per txq by Michal Kazior · 9 years ago
  59. 80a83cf mac80211: skip netdev queue control with software queuing by Michal Kazior · 9 years ago
  60. 57fbcce cfg80211: remove enum ieee80211_band by Johannes Berg · 9 years ago
  61. e035212 mac80211: add NETIF_F_RXCSUM to features white list by Sara Sharon · 9 years ago
  62. f278ce4 mac80211: Set global RRM capability by Emmanuel Grumbach · 9 years ago
  63. 2bc533b mac80211: handle sched_scan_stopped vs. hw restart race by Eliad Peller · 9 years ago
  64. 470f4d6 mac80211: avoid ROC during hw restart by Eliad Peller · 9 years ago
  65. aaa016c mac80211: rewrite remain-on-channel logic by Johannes Berg · 9 years ago
  66. 90f9ba9 Revert "mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE" by Johannes Berg · 9 years ago
  67. 45bb780 mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE by Johannes Berg · 9 years ago
  68. 43d6df0 mac80211: use freezable workqueue for restart work by Eliad Peller · 9 years ago
  69. 3beea35 mac80211: remove cfg.h by Johannes Berg · 9 years ago
  70. 4a733ef mac80211: remove PM-QoS listener by Johannes Berg · 9 years ago
  71. 44674d9 mac80211: advertise support for full station state in AP mode by Ayala Beker · 9 years ago
  72. c8ff71e mac80211: TDLS: handle chan-switch in RTNL locked work by Arik Nemtsov · 10 years ago
  73. af9f9b2 mac80211: don't store napi struct by Johannes Berg · 10 years ago
  74. 30686bf mac80211: convert HW flags to unsigned long bitmap by Johannes Berg · 10 years ago
  75. ab499db mac80211: prevent possible crypto tx tailroom corruption by Michal Kazior · 10 years ago
  76. 94c78cb mac80211: fix memory leak by Johannes Berg · 10 years ago
  77. e3a55b5 mac80211: validate cipher scheme PN length better by Johannes Berg · 10 years ago
  78. 8d5c258 mac80211: make LED triggering depend on activation by Johannes Berg · 10 years ago
  79. df14046 mac80211: remove support for IFF_PROMISC by Johannes Berg · 10 years ago
  80. 80616c0 mac80211: allow segmentation offloads by Johannes Berg · 10 years ago
  81. 680a0da mac80211: allow drivers to support S/G by Johannes Berg · 10 years ago
  82. ba8c3d6 mac80211: add an intermediate software queue implementation by Felix Fietkau · 10 years ago
  83. 7bedd0c mac80211: use rhashtable for station table by Johannes Berg · 10 years ago
  84. 6bab2e19 cfg80211: pass name_assign_type to rdev_add_virtual_intf() by Tom Gundersen · 10 years ago
  85. abfbc3a mac80211: remove TX latency measurement code by Johannes Berg · 10 years ago
  86. 8ade538 mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphers by Jouni Malinen · 10 years ago
  87. 56c52da mac80111: Add BIP-CMAC-256 cipher by Jouni Malinen · 10 years ago
  88. 2b2ba0d mac80111: Add CCMP-256 cipher by Jouni Malinen · 10 years ago
  89. 00b9cfa mac80111: Add GCMP and GCMP-256 ciphers by Jouni Malinen · 10 years ago
  90. fa7e1fb mac80211: allow drivers to control software crypto by Johannes Berg · 10 years ago
  91. 54330bf mac80211: fix HW registration error paths by Johannes Berg · 10 years ago
  92. 848955c mac80211: move U-APSD enablement to vif flags by Johannes Berg · 10 years ago
  93. 8a4d32f mac80211: add TDLS channel-switch Rx flow by Arik Nemtsov · 10 years ago
  94. a7a6bdd mac80211: introduce TDLS channel switch ops by Arik Nemtsov · 10 years ago
  95. b5dfae0 mac80211: support creating vifs with specified mac address by Ben Greear · 10 years ago
  96. e27513f mac80211: support creating wiphy w/out creating wlanX by Ben Greear · 10 years ago
  97. ad28757 mac80211: allow creating wiphy devices with suggested name by Ben Greear · 10 years ago
  98. 486cf4c mac80211: enable DFS with channel contexts by Michal Kazior · 10 years ago
  99. e9a2194 mac80211: add extended channel switching capability if the driver supports CSA by Luciano Coelho · 10 years ago
  100. d98ad83 mac80211: add Intel Mobile Communications copyright by Johannes Berg · 10 years ago