1. 2f7fe87 ath5k: implement multi-rate retry support, fix tx status reporting by Felix Fietkau · 18 years ago
  2. 76708de mac80211: free up 2 bytes in skb->cb by Felix Fietkau · 18 years ago
  3. 0d5f031 ath5k: Add support for AR2417 v2 by Nick Kossifidis · 18 years ago
  4. 75d0edb ath5k: Fix SREV reporting after SREV updates by Nick Kossifidis · 18 years ago
  5. 1bef016 ath5k: Update registers and SREV ids v2 by Nick Kossifidis · 18 years ago
  6. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 18 years ago
  7. f59ac04 cfg80211: keep track of supported interface modes by Luis R. Rodriguez · 18 years ago
  8. c6e387a ath5k: HW code cleanup by Nick Kossifidis · 18 years ago
  9. b171e19 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  10. 67d2e2d Ath5k: fix bintval setup by Jiri Slaby · 18 years ago
  11. 0048297 Ath5k: lock beacons by Jiri Slaby · 18 years ago
  12. 0630335 ath5k: set short preamble flag for rx by Bruno Randolf · 18 years ago
  13. 798ee98 ath5k: explicitly check skb->len by Harvey Harrison · 18 years ago
  14. 63266a6 ath5k: rates cleanup by Bruno Randolf · 18 years ago
  15. d7dc100 Ath5k: unify resets by Jiri Slaby · 18 years ago
  16. 8e5f3d0 ath5k: add Mesh Point support by Andrey Yurovsky · 18 years ago
  17. 3eb75aa removed unused #include <version.h> by Huang Weiyi · 18 years ago
  18. 37465c8 ath5k: Don't fiddle with MSI on suspend/resume. by Michael Karcher · 18 years ago
  19. b1a5215 ath5k: remove Atheros 11n devices from supported list by Luis R. Rodriguez · 18 years ago
  20. dc1968e Ath5k: mask out unneeded interrupts by Jiri Slaby · 18 years ago
  21. d0f0980 mac80211: partially fix skb->cb use by Johannes Berg · 18 years ago
  22. 256b152 ath5k: don't enable MSI, we cannot handle it yet by Pavel Roskin · 18 years ago
  23. bc05116 ath5k: fix recursive locking in ath5k_beacon_update by Bob Copeland · 18 years ago
  24. 734b5aa ath5k: use positive logic for HP laptop LEDs by Bob Copeland · 18 years ago
  25. 3e4242b Ath5k: suspend/resume fixes by Jiri Slaby · 18 years ago
  26. e86600c Ath5k: fix dma operation by Jiri Slaby · 18 years ago
  27. 274c7c3 Ath5k: flush work by Jiri Slaby · 18 years ago
  28. 10488f8 Ath5k: kill tasklets on shutdown by Jiri Slaby · 18 years ago
  29. 3a0f2c8 Ath5k: fix memory corruption by Jiri Slaby · 18 years ago
  30. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 18 years ago
  31. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 18 years ago
  32. d195a2c ath5k: remove now unused variable declared in ath5k_tx by John W. Linville · 18 years ago
  33. 3a07887 ath5k: convert LED code to use mac80211 triggers by Bob Copeland · 18 years ago
  34. 24b56e7 ath5k: use frame control helpers by Harvey Harrison · 18 years ago
  35. a888d52 ath5k: use IEEE80211_SKB_CB by Johannes Berg · 18 years ago
  36. e253008 mac80211: use multi-queue master netdevice by Johannes Berg · 18 years ago
  37. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 18 years ago
  38. 2e92e6f mac80211: use rate index in TX control by Johannes Berg · 18 years ago
  39. 36d6825 mac80211: let drivers wake but not start queues by Johannes Berg · 18 years ago
  40. d6894b5 ath5k: Fix loop variable initializations by Bob Copeland · 18 years ago
  41. 566bfe5 mac80211: use hardware flags for signal/noise units by Bruno Randolf · 18 years ago
  42. 57ffc58 mac80211: clean up get_tx_stats callback by Johannes Berg · 18 years ago
  43. 1c01442 mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_conf by Ivo van Doorn · 18 years ago
  44. 533dd1b wireless: use get/put_unaligned_* helpers by Harvey Harrison · 18 years ago
  45. 194828a ath5k: Misc fixes/cleanups by Nick Kossifidis · 18 years ago
  46. 136bfc7 ath5k: Add RF2425 initvals by Nick Kossifidis · 18 years ago
  47. 06501d2 wireless: fix various printk warnings on ia64 (and others) by John W. Linville · 18 years ago
  48. 6ba81c2 ath5k: work around wrong beacon rx timestamp in IBSS mode by Bruno Randolf · 18 years ago
  49. e14296c ath5k: add notes about rx timestamp by Bruno Randolf · 18 years ago
  50. b47f407 ath5k: move rx and tx status structures out of hardware descriptor by Bruno Randolf · 18 years ago
  51. bb0c9dc ath5k: Add 2413 to srev_names so that it shows up during module load by Nick Kossifidis · 18 years ago
  52. 38c07b4 ath5k: fix all endian issues reported by sparse by Pavel Roskin · 18 years ago
  53. 6844e63 ath5k: Use software encryption for now by Luis R. Rodriguez · 18 years ago
  54. b446197 ath5k: Port debug.c over to the new band API and enable as build option by Luis R. Rodriguez · 18 years ago
  55. a3f4b91 ath5k: ath5k_copy_channels() was not setting the channel band by Luis R. Rodriguez · 18 years ago
  56. 400ec45 ath5k: Cleanup after API changes by Luis R. Rodriguez · 18 years ago
  57. d8ee398 ath5k: Port to new bitrate/channel API by Luis R. Rodriguez · 18 years ago
  58. 04f93a8 ath5k: Fix build warnings on some 64-bit platforms. by David Miller · 18 years ago
  59. b988763 WDEV, ath5k, don't return int from bool function by Jiri Slaby · 18 years ago
  60. 65872e6 WDEV: ath5k, fix lock imbalance by Jiri Slaby · 18 years ago
  61. 281c56d ath5k: correct padding in tx descriptors by Bruno Randolf · 18 years ago
  62. 04a9e45 ath5k: fix section mismatch warning by John W. Linville · 18 years ago
  63. be9b725 ath5k: debug level improvements by Bruno Randolf · 18 years ago
  64. c0e1899 ath5k: always extend rx timestamp with tsf by Bruno Randolf · 18 years ago
  65. 6d91e1d ath5k: configure backoff for IBSS beacon queue by Bruno Randolf · 18 years ago
  66. 036cd1e ath5k: use SWBA to detect IBSS HW merges by Bruno Randolf · 18 years ago
  67. 9804b98 ath5k: better beacon timer calculation by Bruno Randolf · 18 years ago
  68. e535c1a ath5k: beacon interval is in TU by Bruno Randolf · 18 years ago
  69. 247ae44 ath5k: reset key cache after resume by John W. Linville · 18 years ago
  70. c65638a ath5k: use AR5K_KEYTABLE_SIZE when initializing key table by John W. Linville · 18 years ago
  71. 32bfd35 mac80211: dont use interface indices in drivers by Johannes Berg · 18 years ago
  72. fa1c114 [PATCH] Net: add ath5k wireless driver by Jiri Slaby · 19 years ago