1. 0a5fb84 p54: Move TX/RX code by Christian Lamparter · 16 years ago
  2. 0ac0d6c p54: Move mac80211 glue code by Christian Lamparter · 16 years ago
  3. 0533f796 p54: Move LMAC interface definitions by Christian Lamparter · 16 years ago
  4. 0597c01 p54: Move LED code by Christian Lamparter · 16 years ago
  5. 76074e1 p54: Move firmware code by Christian Lamparter · 16 years ago
  6. 289b098 p54: Move eeprom header by Christian Lamparter · 16 years ago
  7. 4c8a32f p54: Move eeprom code by Christian Lamparter · 16 years ago
  8. 1795378 p54: redo rx_status into skb->cb by Christian Lamparter · 16 years ago
  9. f1d58c2 mac80211: push rx status into skb->cb by Johannes Berg · 16 years ago
  10. 47ab384 p54: tx refused but queue active by Larry Finger · 16 years ago
  11. 0ca1b08 Revert "p54: Use SKB list handling helpers instead of by-hand code." by David S. Miller · 16 years ago
  12. 328d84f wireless/p54: prepare for FIRMWARE_NAME_MAX removal by Samuel Ortiz · 16 years ago
  13. a1091aa p54: Use SKB list handling helpers instead of by-hand code. by David S. Miller · 16 years ago
  14. 4de2dc7 p54spi: drop test for FW_STATE_RESET in p54spi_work by Max Filippov · 16 years ago
  15. ff561ac p54spi: use firmware/DMA bug workaround that work under hight load in p54spi_rx by Max Filippov · 16 years ago
  16. 6edf534 p54spi: always call p54spi_sleep in p54spi_tx_frame if p54spi_wakeup succeeded by Max Filippov · 16 years ago
  17. 465b635 p54spi: return status of p54spi_wakeup by Max Filippov · 16 years ago
  18. 69712e9 p54spi: cosmetic fixes: use even byte count in SPI write; drop unused interrupt status read by Max Filippov · 16 years ago
  19. 210dd1b p54spi: fix incorrect access sequence to DMA_WRITE_CTRL in p54spi_spi_write_dma by Max Filippov · 16 years ago
  20. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  21. 7c5a189 p54: call p54_wake_free_queues on every p54_free_skb and p54_rx_frame_sent by Max Filippov · 16 years ago
  22. 83f8b47 p54: correct merge damage from "p54: more SoftLED updates" by John W. Linville · 16 years ago
  23. 1379257 p54usb: Fixes compile error with CONFIG_PM=n by Hauke Mehrtens · 16 years ago
  24. 1ca5f2e p54usb: rework driver for resume by Christian Lamparter · 16 years ago
  25. a406ac0 p54usb: remove some dead code by Christian Lamparter · 16 years ago
  26. 2d0ddec mac80211: unify config_interface and bss_info_changed by Johannes Berg · 16 years ago
  27. 3e241ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  28. d577e7c p54: fix ps-poll delivery in ap mode by Christian Lamparter · 16 years ago
  29. fade5db p54: deactivate broken powersave function (part 2) by Christian Lamparter · 16 years ago
  30. 45f483c p54: remove module_ stubs by Christian Lamparter · 16 years ago
  31. 4312a86 p54: remove obsolet signal quality calculation by Christian Lamparter · 16 years ago
  32. 6dfe9a8 p54: utilize all available key slots for decryption offload by Christian Lamparter · 16 years ago
  33. 87cbfd0 p54spi: get rid of busy-wait loops by Max Filippov · 16 years ago
  34. f13027a p54: add beacon filtering support by Christian Lamparter · 16 years ago
  35. dce0725 p54: more SoftLED updates by Christian Lamparter · 16 years ago
  36. cf3a957 p54: clean up p54.h's struct p54_common by Christian Lamparter · 16 years ago
  37. 9f201a8 p54spi: compensate firmware alignment bug in p54spi_rx by Max Filippov · 16 years ago
  38. 4f5cab9 p54spi: fix p54spi_tx_frame DMA transfer initiation and skb cleanup by Max Filippov · 16 years ago
  39. 5e3af1d p54spi: fix p54spi_upload_firmware by Max Filippov · 16 years ago
  40. f74d0f5 p54spi: mask value read from SPI_ADRS_DMA_WRITE_CTRL in p54spi_wait_bit by Max Filippov · 16 years ago
  41. c3b93c8 p54: deactivate broken powersave function by Christian Lamparter · 16 years ago
  42. e306240 p54usb: add Telsey 802.11g USB2.0 Adapter by Christian Lamparter · 16 years ago
  43. 731c653 p54spi: fix locking warning in p54spi_op_tx by Christian Lamparter · 16 years ago
  44. 5408281 p54: replace MAC80211_LEDS with P54_LEDS in p54.h by Christian Lamparter · 16 years ago
  45. e930438 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) by Yang Hongyang · 16 years ago
  46. a1bfa0e p54: Kconfig maintenance by Christian Lamparter · 16 years ago
  47. d8cd7ef p54: fix SoftLED compile dependencies by Christian Lamparter · 16 years ago
  48. 1bf68e5 wireless/p54: P54_SPI should depend on GENERIC_HARDIRQS by Geert Uytterhoeven · 16 years ago
  49. 346de73 p54: completely ignore rx'd frames with bad FCS by Christian Lamparter · 16 years ago
  50. 94041b2 p54: enable power save support by Christian Lamparter · 16 years ago
  51. d0b45ae p54: initial SoftLED support by Christian Lamparter · 16 years ago
  52. efeada2 p54: fix iwconfig txpower off by Christian Lamparter · 16 years ago
  53. ad5e72e p54pci: convert printk(KERN_* to dev_* by Christian Lamparter · 16 years ago
  54. 2ac7107 p54: unify ieee80211 device registration by Christian Lamparter · 16 years ago
  55. fbf9529 p54usb: stop USB core interference in exit path by Christian Lamparter · 16 years ago
  56. d5df2a1 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  57. c035002 p54: fix race condition in memory management by Christian Lamparter · 16 years ago
  58. e05eac3 p54: misplaced parentheses by Roel Kluin · 16 years ago
  59. 881d948 wireless: restrict to 32 legacy rates by Johannes Berg · 16 years ago
  60. a211699 p54spi: remove arch specific dependencies by Christian Lamparter · 16 years ago
  61. c88a768 p54usb: fix conflict with recent usb changes by Christian Lamparter · 16 years ago
  62. cd8d3d3 p54spi: p54spi driver by Christian Lamparter · 16 years ago
  63. 4628ae7 p54spi: stlc45xx eeprom blob by Christian Lamparter · 16 years ago
  64. 6917f50 p54: longbow frontend support by Christian Lamparter · 16 years ago
  65. 83cf1b6 p54: prepare the eeprom parser routines for longbow by Christian Lamparter · 16 years ago
  66. 3cd08b3 p54: upgrade memrecord to p54_tx_info by Christian Lamparter · 16 years ago
  67. 63f2dc9 p54: refactor p54_alloc_skb by Christian Lamparter · 16 years ago
  68. acbaf32 p54: return NETDEV_TX_OK in p54_tx and fix sparse warnings by Christian Lamparter · 16 years ago
  69. 2b8d4e2 p54: power save management by Christian Lamparter · 16 years ago
  70. 51eed99 p54: implement FIF_OTHER_BSS filter setting by Christian Lamparter · 16 years ago
  71. 78eb748 p54: enable rx/tx antenna diversity by eeprom bits by Christian Lamparter · 16 years ago
  72. dc822b5 mac80211: clean up set_key callback by Johannes Berg · 16 years ago
  73. 98a8d1a p54: regulatory domain hints by Christian Lamparter · 16 years ago
  74. e365f16 p54: prevent upload of wrong firmwares by Christian Lamparter · 16 years ago
  75. 6982869 p54usb: utilize usb_reset_device for 3887 by Christian Lamparter · 16 years ago
  76. 29701e5 p54: enable proper frame injection by Christian Lamparter · 16 years ago
  77. a15bd00 p54: label queues with their corresponding names by Christian Lamparter · 16 years ago
  78. b4068a8 p54usb: fix packet loss with first generation devices by Christian Lamparter · 16 years ago
  79. e2fe154 p54usb: fix nasty use after free by Christian Lamparter · 16 years ago
  80. 12da401 p54: more cryptographic accelerator fixes by Christian Lamparter · 16 years ago
  81. 40ab73c p54: add missing break in eeprom parser by Chr · 16 years ago
  82. 6747430 p54: fix p54_set_key's return code by Christian Lamparter · 16 years ago
  83. 2757190 p54: set_tim must be atomic. by Artur Skawina · 16 years ago
  84. ef15aa4 p54: fix oops caused by bad eeproms by Christian Lamparter · 16 years ago
  85. 26d1597 p54: fix "‘ret’ may be used uninitialized" warning by John W. Linville · 16 years ago
  86. 124b68e p54: fix WARN_ON at line 2247 of net/mac80211/rx.c by Christian Lamparter · 16 years ago
  87. 00627f2 p54usb: fix random traffic stalls (LM87) by Christian Lamparter · 16 years ago
  88. c1d34c1 p54: crypto offload fixes by Christian Lamparter · 16 years ago
  89. 878e6a4 p54usb: Add USB ID for Thomson Speedtouch 121g by Michiel · 16 years ago
  90. 51fb80f p54usb: Fix to prevent SKB memory allocation errors with 4K page size by Larry Finger · 16 years ago
  91. 6110781 p54usb: bring first generation devices back to life by Christian Lamparter · 16 years ago
  92. 0a5ec96 p54: remove free_on_tx parameter by Christian Lamparter · 16 years ago
  93. 69ba3e5 p54: more accurate rssi to dBm conversion by Christian Lamparter · 16 years ago
  94. ee370ce p54: update ACK failure statistic counter in real-time by Christian Lamparter · 16 years ago
  95. 54fdb04 p54: move statistic timer update routine into a workqueue by Christian Lamparter · 16 years ago
  96. 59651e8 p54: fix oops on faulty devices by Christian Lamparter · 16 years ago
  97. 39ca5bb p54: enforce strict tx_queue limits by Christian Lamparter · 16 years ago
  98. 89fad57 mac80211: integrate sta_notify_ps cmds into sta_notify by Christian Lamparter · 16 years ago
  99. dd397dc p54usb: rewriting rx/tx routines to make use of usb_anchor's facilities by Christian Lamparter · 16 years ago
  100. c912765 p54: fix lm87 checksum endianness by Johannes Berg · 16 years ago