1. 3e241ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  2. c3b93c8 p54: deactivate broken powersave function by Christian Lamparter · 17 years ago
  3. e306240 p54usb: add Telsey 802.11g USB2.0 Adapter by Christian Lamparter · 17 years ago
  4. 731c653 p54spi: fix locking warning in p54spi_op_tx by Christian Lamparter · 17 years ago
  5. 5408281 p54: replace MAC80211_LEDS with P54_LEDS in p54.h by Christian Lamparter · 17 years ago
  6. e930438 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) by Yang Hongyang · 17 years ago
  7. a1bfa0e p54: Kconfig maintenance by Christian Lamparter · 17 years ago
  8. d8cd7ef p54: fix SoftLED compile dependencies by Christian Lamparter · 17 years ago
  9. 1bf68e5 wireless/p54: P54_SPI should depend on GENERIC_HARDIRQS by Geert Uytterhoeven · 17 years ago
  10. 346de73 p54: completely ignore rx'd frames with bad FCS by Christian Lamparter · 17 years ago
  11. 94041b2 p54: enable power save support by Christian Lamparter · 17 years ago
  12. d0b45ae p54: initial SoftLED support by Christian Lamparter · 17 years ago
  13. efeada2 p54: fix iwconfig txpower off by Christian Lamparter · 17 years ago
  14. ad5e72e p54pci: convert printk(KERN_* to dev_* by Christian Lamparter · 17 years ago
  15. 2ac7107 p54: unify ieee80211 device registration by Christian Lamparter · 17 years ago
  16. fbf9529 p54usb: stop USB core interference in exit path by Christian Lamparter · 17 years ago
  17. d5df2a1 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  18. c035002 p54: fix race condition in memory management by Christian Lamparter · 17 years ago
  19. e05eac3 p54: misplaced parentheses by Roel Kluin · 17 years ago
  20. 881d948 wireless: restrict to 32 legacy rates by Johannes Berg · 17 years ago
  21. a211699 p54spi: remove arch specific dependencies by Christian Lamparter · 17 years ago
  22. c88a768 p54usb: fix conflict with recent usb changes by Christian Lamparter · 17 years ago
  23. cd8d3d3 p54spi: p54spi driver by Christian Lamparter · 17 years ago
  24. 4628ae7 p54spi: stlc45xx eeprom blob by Christian Lamparter · 17 years ago
  25. 6917f50 p54: longbow frontend support by Christian Lamparter · 17 years ago
  26. 83cf1b6 p54: prepare the eeprom parser routines for longbow by Christian Lamparter · 17 years ago
  27. 3cd08b3 p54: upgrade memrecord to p54_tx_info by Christian Lamparter · 17 years ago
  28. 63f2dc9 p54: refactor p54_alloc_skb by Christian Lamparter · 17 years ago
  29. acbaf32 p54: return NETDEV_TX_OK in p54_tx and fix sparse warnings by Christian Lamparter · 18 years ago
  30. 2b8d4e2 p54: power save management by Christian Lamparter · 18 years ago
  31. 51eed99 p54: implement FIF_OTHER_BSS filter setting by Christian Lamparter · 18 years ago
  32. 78eb748 p54: enable rx/tx antenna diversity by eeprom bits by Christian Lamparter · 18 years ago
  33. dc822b5 mac80211: clean up set_key callback by Johannes Berg · 18 years ago
  34. 98a8d1a p54: regulatory domain hints by Christian Lamparter · 18 years ago
  35. e365f16 p54: prevent upload of wrong firmwares by Christian Lamparter · 18 years ago
  36. 6982869 p54usb: utilize usb_reset_device for 3887 by Christian Lamparter · 18 years ago
  37. 29701e5 p54: enable proper frame injection by Christian Lamparter · 18 years ago
  38. a15bd00 p54: label queues with their corresponding names by Christian Lamparter · 18 years ago
  39. b4068a8 p54usb: fix packet loss with first generation devices by Christian Lamparter · 17 years ago
  40. e2fe154 p54usb: fix nasty use after free by Christian Lamparter · 17 years ago
  41. 12da401 p54: more cryptographic accelerator fixes by Christian Lamparter · 17 years ago
  42. 40ab73c p54: add missing break in eeprom parser by Chr · 17 years ago
  43. 6747430 p54: fix p54_set_key's return code by Christian Lamparter · 17 years ago
  44. 2757190 p54: set_tim must be atomic. by Artur Skawina · 17 years ago
  45. ef15aa4 p54: fix oops caused by bad eeproms by Christian Lamparter · 17 years ago
  46. 26d1597 p54: fix "‘ret’ may be used uninitialized" warning by John W. Linville · 17 years ago
  47. 124b68e p54: fix WARN_ON at line 2247 of net/mac80211/rx.c by Christian Lamparter · 18 years ago
  48. 00627f2 p54usb: fix random traffic stalls (LM87) by Christian Lamparter · 18 years ago
  49. c1d34c1 p54: crypto offload fixes by Christian Lamparter · 18 years ago
  50. 878e6a4 p54usb: Add USB ID for Thomson Speedtouch 121g by Michiel · 18 years ago
  51. 51fb80f p54usb: Fix to prevent SKB memory allocation errors with 4K page size by Larry Finger · 18 years ago
  52. 6110781 p54usb: bring first generation devices back to life by Christian Lamparter · 18 years ago
  53. 0a5ec96 p54: remove free_on_tx parameter by Christian Lamparter · 18 years ago
  54. 69ba3e5 p54: more accurate rssi to dBm conversion by Christian Lamparter · 18 years ago
  55. ee370ce p54: update ACK failure statistic counter in real-time by Christian Lamparter · 18 years ago
  56. 54fdb04 p54: move statistic timer update routine into a workqueue by Christian Lamparter · 18 years ago
  57. 59651e8 p54: fix oops on faulty devices by Christian Lamparter · 18 years ago
  58. 39ca5bb p54: enforce strict tx_queue limits by Christian Lamparter · 18 years ago
  59. 89fad57 mac80211: integrate sta_notify_ps cmds into sta_notify by Christian Lamparter · 18 years ago
  60. dd397dc p54usb: rewriting rx/tx routines to make use of usb_anchor's facilities by Christian Lamparter · 18 years ago
  61. c912765 p54: fix lm87 checksum endianness by Johannes Berg · 18 years ago
  62. 02e37ba p54: per-device names by Christian Lamparter · 18 years ago
  63. b2023dd p54: refactoring by Christian Lamparter · 18 years ago
  64. 64c354d p54: include support for 2.13.24.0 USB LM87 Firmwares by Christian Lamparter · 18 years ago
  65. 25900ef p54: utilize cryptographic accelerator by Christian Lamparter · 18 years ago
  66. c772a08 p54: revamp station power save management in access point mode by Christian Lamparter · 18 years ago
  67. b50563a p54: fix wmm queue settings by Christian Lamparter · 18 years ago
  68. ced0957 p54: honour bss_info_changed's basic_rates and other settings by Christian Lamparter · 18 years ago
  69. 40db0b2 p54pci: cache firmware for suspend/resume by Christian Lamparter · 18 years ago
  70. ffed785 p54: minor fixes by Christian Lamparter · 18 years ago
  71. d131bb5 p54: enable Mesh Point support by Christian Lamparter · 18 years ago
  72. 9483407 p54: initialize all deprecated fields by Chr · 18 years ago
  73. c8034c4 p54: don't report known but unhandled EEPROM codes as unknown by Pavel Roskin · 18 years ago
  74. db4186c p54: eliminate warning for uninitialized variable 'tim_len' by John W. Linville · 18 years ago
  75. e5ea92a p54: AP & Ad-hoc testing by Christian Lamparter · 18 years ago
  76. 94585b0 p54: put broadcast frames into the right queues by Christian Lamparter · 18 years ago
  77. 9e7f3f8 p54: more definitions form lmac_longbow.h and pda.h by Christian Lamparter · 18 years ago
  78. 9a8675d p54: introduce new names for device firmwares by Christian Lamparter · 18 years ago
  79. 27df605 p54: integrate parts of lmac_longbow.h and other parts of stlc45xx by John W. Linville · 18 years ago
  80. 5e73444 p54: borrow some setup code from stlc45xx by Christian Lamparter · 18 years ago
  81. b92f30d p54: fix memory management by Christian Lamparter · 18 years ago
  82. 9de5776f p54: p54: refactor p54_rx_frame_sent by Christian Lamparter · 18 years ago
  83. 0f1be97 p54: refactor statistic timer code by Christian Lamparter · 18 years ago
  84. 0fdd7c5 p54: broken out edcf changes by Christian Lamparter · 18 years ago
  85. c12abae p54: implement MRR by Johannes Berg · 18 years ago
  86. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 18 years ago
  87. 7eb27af p54/rtl8187: fix up the seqno patch by Johannes Berg · 18 years ago
  88. 9477828 mac80211: provide sequence numbers by Johannes Berg · 18 years ago
  89. 2e20cc3 p54: Move rx_mtu to struct bootrec_desc by Larry Finger · 18 years ago
  90. e897558 mac80211: introduce hw config change flags by Johannes Berg · 18 years ago
  91. 0f4ac38 mac80211: kill hw.conf.antenna_sel_{rx,tx} by Johannes Berg · 18 years ago
  92. 40333e4 p54: honour bss_info_changed's short slot time settings by Christian Lamparter · 18 years ago
  93. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  94. e174961 net: convert print_mac to %pM by Johannes Berg · 18 years ago
  95. f2c2e25 p54: fix build warnings by Christian Lamparter · 18 years ago
  96. 3596162 p54: fix misbehavings when firmware can't be found by Christian Lamparter · 18 years ago
  97. 4cc683c p54: enable 2.4/5GHz spectrum by eeprom bits. by Christian Lamparter · 18 years ago
  98. ec366eb p54usb: Device ID updates by Christian Lamparter · 18 years ago
  99. 3eadd75 p54: Fix compilation problem on PPC by Larry Finger · 18 years ago
  100. cf3e74c p54: report appropriate rate and band values for 802.11a by Christian Lamparter · 18 years ago