1. 785e8f2 [PATCH] libertas: tweak association debug output by Dan Williams · 17 years ago
  2. 707985b [PATCH] libertas: fix big-endian associate command. by David Woodhouse · 17 years ago
  3. e5b3d47 [PATCH] libertas: don't byte-swap firmware version number. It's a byte array. by David Woodhouse · 17 years ago
  4. 8676008 [PATCH] libertas: more endianness fixes, in tx.c this time by David Woodhouse · 17 years ago
  5. bb793e2 [PATCH] libertas: More endianness fixes. by David Woodhouse · 17 years ago
  6. 981f187 [PATCH] libertas: first pass at fixing up endianness issues by David Woodhouse · 17 years ago
  7. 123e0e0 [PATCH] libertas: sparse fixes by Dan Williams · 17 years ago
  8. 0e8a5bd [PATCH] libertas: fix character set in README by David Woodhouse · 17 years ago
  9. 7d8d28b [PATCH] libertas: support for mesh autostart on firmware 5.220.11 by Luis Carlos Cobo Rus · 17 years ago
  10. f5e05b6 [PATCH] libertas: split wext for eth and msh by Luis Carlos Cobo Rus · 17 years ago
  11. 0a0d08a [PATCH] libertas: make mac address configuration work with mesh interface too by Luis Carlos Cobo Rus · 17 years ago
  12. a23c58a [PATCH] libertas: updated readme file by Luis Carlos Cobo Rus · 17 years ago
  13. 90a4221 [PATCH] libertas: Make WPA work through supplicant handshake by Dan Williams · 17 years ago
  14. 45f43de [PATCH] libertas: add more verbose debugging to libertas_cmd_80211_authenticate by Dan Williams · 17 years ago
  15. 57361c6 [PATCH] libertas: debug print spacing fixes in assoc.c by Dan Williams · 17 years ago
  16. d9ad2f5 [PATCH] libertas: send SIOCGIWSCAN event after partial scans too by Dan Williams · 17 years ago
  17. aeea0ab [PATCH] libertas: honor specific channel requests during association by Dan Williams · 17 years ago
  18. ac26f81c [PATCH] libertas: fix default adhoc channel by Dan Williams · 17 years ago
  19. 80e78ef [PATCH] libertas: fix deadlock SIOCGIWSCAN handler by Dan Williams · 17 years ago
  20. 94b23855 [PATCH] libertas: correct error report paths for wlan_fwt_list_ioctl by Dan Williams · 17 years ago
  21. 6cfb008 [PATCH] libertas: correctly balance locking in libertas_process_rx_command by Dan Williams · 17 years ago
  22. 24d443b [PATCH] libertas: fix debug enter/leave prints for libertas_execute_next_command by Dan Williams · 17 years ago
  23. 3cf20931 [PATCH] libertas: use compare_ether_addr() rather than memcmp() where appropriate by Dan Williams · 17 years ago
  24. 02eb229 [PATCH] libertas: use MAC_FMT and MAC_ARG where appropriate by Dan Williams · 17 years ago
  25. e76850d [PATCH] libertas: make association paths consistent by Dan Williams · 17 years ago
  26. ef9a264 [PATCH] libertas: move channel changing into association framework by Dan Williams · 17 years ago
  27. d43fb8e [PATCH] libertas: fix oops on rmmod by Marcelo Tosatti · 17 years ago
  28. 0e37275 [PATCH] libertas: cleanup of fwt_list_route processing by Luis Carlos Cobo Rus · 17 years ago
  29. eb8f733 [PATCH] libertas: fix 'keep previous scan' behavior by Dan Williams · 17 years ago
  30. fcdb53d [PATCH] libertas: make scan result handling more flexible by Dan Williams · 17 years ago
  31. 90e8eaf [PATCH] libertas: updated mesh commands for 5.220.9.p11 by Luis Carlos Cobo · 17 years ago
  32. 7db283c [PATCH] libertas: version bump (321p0) and cmds update for new fw (5.220.10.p0) by Luis Carlos Cobo Rus · 17 years ago
  33. 1db733e [PATCH] libertas: don't tear down netdev in libertas_activate_card by Dan Williams · 17 years ago
  34. c723683 [PATCH] libertas: correctly unregister mesh netdev on error by Dan Williams · 17 years ago
  35. 4ace113 [PATCH] libertas: replace 'macaddress' with 'bssid' by Dan Williams · 17 years ago
  36. 7732ca4 [PATCH] libertas: call SET_NETDEV_DEV from common code by Dan Williams · 17 years ago
  37. 0681f98 [PATCH] libertas: fixed kernel oops on module/card removal by Luis Carlos Cobo · 17 years ago
  38. b46794d [PATCH] libertas: add URB debug info by Luis Carlos Cobo · 17 years ago
  39. 6004513 [PATCH] libertas: fixed incorrect assigment of fcs errors to frag errors by Luis Carlos Cobo · 17 years ago
  40. 634b8f4 [PATCH] libertas: remove unused variables in wlan_dev_t by Holger Schurig · 17 years ago
  41. ec3eef2 [PATCH] libertas: let DRV_NAME be overridable by Holger Schurig · 17 years ago
  42. 435a1ac [PATCH] libertas: fix RESET logic at unload time by Holger Schurig · 17 years ago
  43. 084708b [PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko) by Holger Schurig · 17 years ago
  44. ed45703 [PATCH] libertas: move contents of fw.h to decl.h by Holger Schurig · 17 years ago
  45. 208fdd2 [PATCH] libertas: indirect all hardware access via hw_XXXX functions by Holger Schurig · 17 years ago
  46. 0583e8e [PATCH] libertas: wakeup both mesh and normal wakeup when getting out of scan by Chris Ball · 17 years ago
  47. 0601e7e [PATCH] libertas: added transmission failures to mesh statistics by Javier Cardona · 17 years ago
  48. 6a81215 [PATCH] libertas: fix error handling of card initialization by Marcelo Tosatti · 17 years ago
  49. 51d84f5 [PATCH] libertas: fixed transmission flow control on the mesh interface by Javier Cardona · 17 years ago
  50. 32a74b7 [PATCH] libertas: split wlan_add_card() by Holger Schurig · 17 years ago
  51. 3874d0f [PATCH] libertas: move reset_device() code main.c to if_usb.c by Holger Schurig · 17 years ago
  52. fb3dddf [PATCH] libertas: changed some occurences of kmalloc() + memset(&a,0,sz) to kzalloc() by Holger Schurig · 17 years ago
  53. 6df3073 [PATCH] libertas: fix SSID output by Holger Schurig · 17 years ago
  54. 1ac812f [PATCH] libertas: get rid of libertas_sbi_get_priv() by Holger Schurig · 17 years ago
  55. ed37b51 [PATCH] libertas: change debug output of libertas_interrupt() by Holger Schurig · 17 years ago
  56. 78523da [PATCH] libertas: single out mesh code by Holger Schurig · 17 years ago
  57. a46c641 [PATCH] libertas: tune debug code by Holger Schurig · 17 years ago
  58. 9012b28 [PATCH] libertas: make debug configurable by Holger Schurig · 17 years ago
  59. 4686820 [PATCH] libertas: exclude non-used code when PROC_DEBUG is not set by Holger Schurig · 17 years ago
  60. 2be9219 [PATCH] libertas: fix scanning from associate path by Marcelo Tosatti · 17 years ago
  61. bf68dac [PATCH] libertas: make libertas_wlan_data_rates static by Holger Schurig · 17 years ago
  62. 66fcc55 [PATCH] libertas: move vendor & product id's into if_usb.c by Holger Schurig · 17 years ago
  63. 7b1d5c0 [PATCH] libertas: remove unused/superfluous definitions of DEV_NAME_LEN by Holger Schurig · 17 years ago
  64. 42fff92 [PATCH] libertas: remove __FILE__ from debug output by Holger Schurig · 17 years ago
  65. 5c20676 [PATCH] libertas: remove deprecated pm_register and associated code by Marcelo Tosatti · 17 years ago
  66. 0b7db95 [PATCH] libertas: fix removal of all debugfs files by Holger Schurig · 17 years ago
  67. 604ba49 [PATCH] libertas: a debug output was missing a newline by Holger Schurig · 17 years ago
  68. eb3ce63 [PATCH] libertas: rename wlan_association_worker by Holger Schurig · 17 years ago
  69. 064827e [PATCH] libertas: scan two channels per scan command by Marcelo Tosatti · 17 years ago
  70. ff72b7a [MIPS] Fix smp barriers in test_and_{change,clear,set}_bit by Ralf Baechle · 17 years ago
  71. e10e0cc8 [MIPS] Fix IP27 build by Atsushi Nemoto · 17 years ago
  72. 4ebd523 [MIPS] Fix modpost warnings by making start_secondary __cpuinit by Ralf Baechle · 17 years ago
  73. cf75789 [MIPS] SMTC: Fix build error caused by nonsense code. by Chris Dearman · 17 years ago
  74. 6a05888 [MIPS] SMTC: The MT ASE requires to initialize c0_pagemask and c0_wired. by Ralf Baechle · 17 years ago
  75. 8e8a52e [MIPS] SMTC: Don't continue in set_vi_srs_handler on detected bad arguments. by Ralf Baechle · 17 years ago
  76. ef36fc3 [MIPS] SMTC: Fix warning. by Ralf Baechle · 17 years ago
  77. 7a6d4f3 [MIPS] Wire up utimensat, signalfd, timerfd, eventfd by Atsushi Nemoto · 17 years ago
  78. d3a5091 [MIPS] Atlas: Fix build. by Ralf Baechle · 17 years ago
  79. acaec42 [MIPS] Always install the DSP exception handler. by Chris Dearman · 17 years ago
  80. da9bc72 [MIPS] SMTC: Don't set and restore irqregs ptr from self_ipi. by Ralf Baechle · 17 years ago
  81. fbf6ede [MIPS] Fix KMODE for the R3000 by Maciej W. Rozycki · 17 years ago
  82. c5760abd Blackfin SMC91X ethernet supporting driver: SMC91C111 LEDs are note drived in the kernel like in uboot by Jean-Christian de Rivaz · 17 years ago
  83. d6fe89b Blackfin SPI driver: fix bug SPI DMA incomplete transmission by Bryan Wu · 17 years ago
  84. 6c1640d [ARM] 4445/1: ANUBIS: Fix CPLD registers by Ben Dooks · 17 years ago
  85. 5698bd2 [ARM] 4444/2: OSIRIS: CPLD suspend fix by Ben Dooks · 17 years ago
  86. 55ba86b [ARM] 4443/1: OSIRIS: Add watchdog device to machine devices by Ben Dooks · 17 years ago
  87. c362aec [ARM] 4442/1: OSIRIS: Fix CPLD register definitions by Ben Dooks · 17 years ago
  88. 27bb9e7 Blackfin SPI driver: tweak spi cleanup function to match newer kernel changes by Mike Frysinger · 17 years ago
  89. 566da5b Blackfin RTC drivers: update MAINTAINERS information by Mike Frysinger · 17 years ago
  90. 19aa638 Blackfin serial driver: decouple PARODD and CMSPAR checking from PARENB by Mike Frysinger · 17 years ago
  91. cf68676 Blackfin serial driver: actually implement the break_ctl() function by Mike Frysinger · 17 years ago
  92. 9808901 Blackfin serial driver: ignore framing and parity errors by Mike Frysinger · 17 years ago
  93. c16c3ca Blackfin serial driver: hook up our UARTs STP bit with userspaces CMSPAR by Mike Frysinger · 17 years ago
  94. df30b11 Blackfin arch: move HI/LO macros into blackfin.h and punt the rest of macros.h as it includes VDSP macros we never use by Mike Frysinger · 17 years ago
  95. de6a952 Blackfin arch: redo our linker script a bit by Mike Frysinger · 17 years ago
  96. 43a3188 Blackfin arch: make sure we initialize our L1 Data B section properly based on the linked kernel by Mike Frysinger · 17 years ago
  97. 581d62a Blackfin arch: fix bug can not wakeup from sleep via push buttons by Michael Hennerich · 17 years ago
  98. 5e10b4a Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-line by Mike Frysinger · 17 years ago
  99. fd92348 Blackfin arch: add missing gpio.h header to fix compiling in some pm configurations by Michael Hennerich · 17 years ago
  100. e7613aa Blackfin arch: As Mike pointed out range goes form m..MAX_BLACKFIN_GPIO -1 by Michael Hennerich · 17 years ago