1. bdcbd8e mac80211: clean up debugging by Johannes Berg · 12 years ago
  2. 08ce5ab mac80211: two small verbose debug cleanups by Johannes Berg · 12 years ago
  3. 2eb278e mac80211: unify SW/offload remain-on-channel by Johannes Berg · 12 years ago
  4. f0d2320 net: mac80211: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  5. b203ca3 mac80211: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  6. d01b316 mac80211: fix an issue in ieee80211_tx_info count field management by Lorenzo Bianconi · 12 years ago
  7. 888d04d mac80211: use compare_ether_addr on MAC addresses instead of memcmp by Felix Fietkau · 12 years ago
  8. d26ad37 mac80211: clean up asm/unaligned.h inclusion by Johannes Berg · 12 years ago
  9. 8e7c4e4 mac80211: fix a few -Wshadow warnings by Johannes Berg · 12 years ago
  10. adf5ace mac80211: Make use of ieee80211_is_* functions in tx status path by Helmut Schaa · 13 years ago
  11. d7a4858 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  12. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  13. 9c8f2c4 mac80211: Fix endian bug in radiotap header generation by Helmut Schaa · 13 years ago
  14. a729cff mac80211: implement wifi TX status by Johannes Berg · 13 years ago
  15. 0650073 mac80211: support client probe by Johannes Berg · 13 years ago
  16. 6096de7 mac80211: add helper to free TX skb by Johannes Berg · 13 years ago
  17. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  18. 7f2a5e2 mac80211: Populate radiotap header with MCS info for TX frames by Helmut Schaa · 13 years ago
  19. a2fe816 mac80211: Build TX radiotap header dynamically by Helmut Schaa · 13 years ago
  20. 28a1bcd mac80211: fix offchannel TX cookie matching by Johannes Berg · 13 years ago
  21. c2c98fd mac80211: optimise station flags by Johannes Berg · 13 years ago
  22. 47086fc mac80211: implement uAPSD by Johannes Berg · 13 years ago
  23. 8a8656f mac80211: clear more-data bit on filtered frames by Johannes Berg · 13 years ago
  24. 948d887 mac80211: split PS buffers into ACs by Johannes Berg · 13 years ago
  25. 6075039 mac80211: also expire filtered frames by Johannes Berg · 13 years ago
  26. c868cb35 mac80211: unify TIM bit handling by Johannes Berg · 13 years ago
  27. 7107676 mac80211: fix endian issues and comments for BAR failure handling by Felix Fietkau · 13 years ago
  28. 8c77124 mac80211: make ieee80211_send_bar available for drivers by Felix Fietkau · 13 years ago
  29. f0425be mac80211: retry sending failed BAR frames later instead of tearing down aggr by Felix Fietkau · 13 years ago
  30. e69dede mac80211: Tear down BA session on BAR tx failure by Helmut Schaa · 13 years ago
  31. b4ca608 mac80211: remove offchannel_tx API by Johannes Berg · 13 years ago
  32. 8178d38 mac80211: allow low level drivers to report packet loss by Arik Nemtsov · 13 years ago
  33. be7974a mac80211: Minor optimization in tx status handling by Helmut Schaa · 13 years ago
  34. 5f16a43 mac80211: support direct offchannel TX offload by Johannes Berg · 13 years ago
  35. f3e85b9 mac80211: Fix a race on enabling power save. by Vivek Natarajan · 13 years ago
  36. b67afe7 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  37. d057e5a mac80211: add HW flag for disabling auto link-PS in AP mode by Arik Nemtsov · 13 years ago
  38. 4334ec8 mac80211: fix TX status cookie in HW offload case by Johannes Berg · 13 years ago
  39. 04ac3c0 mac80211: speed up AP probing using nullfunc frames by Felix Fietkau · 14 years ago
  40. f30221e mac80211: implement off-channel mgmt TX by Johannes Berg · 14 years ago
  41. 99ba2a1 mac80211: implement packet loss notification by Johannes Berg · 14 years ago
  42. 4e5ff37 mac80211: use nullfunc instead of probe request for connection monitoring by Felix Fietkau · 14 years ago
  43. 7573eac Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  44. 4efe7f5 Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath" by John W. Linville · 14 years ago
  45. 78be49e mac80211: distinct between max rates and the number of rates the hw can report by Helmut Schaa · 14 years ago
  46. eb7d306 mac80211: clear txflags for ps-filtered frames by Christian Lamparter · 14 years ago
  47. 0fb9a9e net/mac80211: Use wiphy_<level> by Joe Perches · 14 years ago
  48. 2e161f7 cfg80211/mac80211: extensible frame processing by Johannes Berg · 14 years ago
  49. 5ed3bc7 mac80211: use netif_receive_skb in ieee80211_tx_status callpath by John W. Linville · 14 years ago
  50. 77c2061 wireless: fix several minor description typos by Walter Goldens · 14 years ago
  51. 0c86980 mac80211: Fix sta->last_tx_rate setting with no-op rate control devices by Juuso Oikarinen · 14 years ago
  52. eaf5553 mac80211: optimize tx status processing by Felix Fietkau · 14 years ago
  53. 026331c cfg80211/mac80211: allow registering for and sending action frames by Jouni Malinen · 14 years ago
  54. 375177b mac80211: Retry null data frame for power save. by Vivek Natarajan · 14 years ago
  55. 18c9490 mac80211: fill jiffies/vif on filtered frames by Johannes Berg · 14 years ago
  56. c6fcf6b mac80211: re-enable re-transmission of filtered frames by Johannes Berg · 14 years ago
  57. 697e6a0 mac80211: clear TX control on filtered frames by Johannes Berg · 14 years ago
  58. 9607e6b mac80211: add ieee80211_sdata_running by Johannes Berg · 15 years ago
  59. 0f78231 mac80211: enable spatial multiplexing powersave by Johannes Berg · 15 years ago
  60. 47846c9 mac80211: reduce reliance on netdev by Johannes Berg · 15 years ago
  61. abe6063 mac80211: make station management completely depend on vif by Johannes Berg · 15 years ago
  62. 914828f mac80211: Fix TX status reporting for injected data frames by Jouni Malinen · 15 years ago
  63. fe7a5d5 mac80211: move TX status handling by Johannes Berg · 15 years ago