1. d8efea2 [PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid by Dan Williams · 19 years ago
  2. 785e8f2 [PATCH] libertas: tweak association debug output by Dan Williams · 19 years ago
  3. 707985b [PATCH] libertas: fix big-endian associate command. by David Woodhouse · 19 years ago
  4. e5b3d47 [PATCH] libertas: don't byte-swap firmware version number. It's a byte array. by David Woodhouse · 19 years ago
  5. 8676008 [PATCH] libertas: more endianness fixes, in tx.c this time by David Woodhouse · 19 years ago
  6. bb793e2 [PATCH] libertas: More endianness fixes. by David Woodhouse · 19 years ago
  7. 981f187 [PATCH] libertas: first pass at fixing up endianness issues by David Woodhouse · 19 years ago
  8. 123e0e0 [PATCH] libertas: sparse fixes by Dan Williams · 19 years ago
  9. 0e8a5bd [PATCH] libertas: fix character set in README by David Woodhouse · 19 years ago
  10. 7d8d28b [PATCH] libertas: support for mesh autostart on firmware 5.220.11 by Luis Carlos Cobo Rus · 19 years ago
  11. f5e05b6 [PATCH] libertas: split wext for eth and msh by Luis Carlos Cobo Rus · 19 years ago
  12. 0a0d08a [PATCH] libertas: make mac address configuration work with mesh interface too by Luis Carlos Cobo Rus · 19 years ago
  13. a23c58a [PATCH] libertas: updated readme file by Luis Carlos Cobo Rus · 19 years ago
  14. 90a4221 [PATCH] libertas: Make WPA work through supplicant handshake by Dan Williams · 19 years ago
  15. 45f43de [PATCH] libertas: add more verbose debugging to libertas_cmd_80211_authenticate by Dan Williams · 19 years ago
  16. 57361c6 [PATCH] libertas: debug print spacing fixes in assoc.c by Dan Williams · 19 years ago
  17. d9ad2f5 [PATCH] libertas: send SIOCGIWSCAN event after partial scans too by Dan Williams · 19 years ago
  18. aeea0ab [PATCH] libertas: honor specific channel requests during association by Dan Williams · 19 years ago
  19. ac26f81c [PATCH] libertas: fix default adhoc channel by Dan Williams · 19 years ago
  20. 80e78ef [PATCH] libertas: fix deadlock SIOCGIWSCAN handler by Dan Williams · 19 years ago
  21. 94b23855 [PATCH] libertas: correct error report paths for wlan_fwt_list_ioctl by Dan Williams · 19 years ago
  22. 6cfb008 [PATCH] libertas: correctly balance locking in libertas_process_rx_command by Dan Williams · 19 years ago
  23. 24d443b [PATCH] libertas: fix debug enter/leave prints for libertas_execute_next_command by Dan Williams · 19 years ago
  24. 3cf20931 [PATCH] libertas: use compare_ether_addr() rather than memcmp() where appropriate by Dan Williams · 19 years ago
  25. 02eb229 [PATCH] libertas: use MAC_FMT and MAC_ARG where appropriate by Dan Williams · 19 years ago
  26. e76850d [PATCH] libertas: make association paths consistent by Dan Williams · 19 years ago
  27. ef9a264 [PATCH] libertas: move channel changing into association framework by Dan Williams · 19 years ago
  28. d43fb8e [PATCH] libertas: fix oops on rmmod by Marcelo Tosatti · 19 years ago
  29. 0e37275 [PATCH] libertas: cleanup of fwt_list_route processing by Luis Carlos Cobo Rus · 19 years ago
  30. eb8f733 [PATCH] libertas: fix 'keep previous scan' behavior by Dan Williams · 19 years ago
  31. fcdb53d [PATCH] libertas: make scan result handling more flexible by Dan Williams · 19 years ago
  32. 90e8eaf [PATCH] libertas: updated mesh commands for 5.220.9.p11 by Luis Carlos Cobo · 19 years ago
  33. 7db283c [PATCH] libertas: version bump (321p0) and cmds update for new fw (5.220.10.p0) by Luis Carlos Cobo Rus · 19 years ago
  34. 1db733e [PATCH] libertas: don't tear down netdev in libertas_activate_card by Dan Williams · 19 years ago
  35. c723683 [PATCH] libertas: correctly unregister mesh netdev on error by Dan Williams · 19 years ago
  36. 4ace113 [PATCH] libertas: replace 'macaddress' with 'bssid' by Dan Williams · 19 years ago
  37. 7732ca4 [PATCH] libertas: call SET_NETDEV_DEV from common code by Dan Williams · 19 years ago
  38. 0681f98 [PATCH] libertas: fixed kernel oops on module/card removal by Luis Carlos Cobo · 19 years ago
  39. b46794d [PATCH] libertas: add URB debug info by Luis Carlos Cobo · 19 years ago
  40. 6004513 [PATCH] libertas: fixed incorrect assigment of fcs errors to frag errors by Luis Carlos Cobo · 19 years ago
  41. 634b8f4 [PATCH] libertas: remove unused variables in wlan_dev_t by Holger Schurig · 19 years ago
  42. ec3eef2 [PATCH] libertas: let DRV_NAME be overridable by Holger Schurig · 19 years ago
  43. 435a1ac [PATCH] libertas: fix RESET logic at unload time by Holger Schurig · 19 years ago
  44. 084708b [PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko) by Holger Schurig · 19 years ago
  45. ed45703 [PATCH] libertas: move contents of fw.h to decl.h by Holger Schurig · 19 years ago
  46. 208fdd2 [PATCH] libertas: indirect all hardware access via hw_XXXX functions by Holger Schurig · 19 years ago
  47. 0583e8e [PATCH] libertas: wakeup both mesh and normal wakeup when getting out of scan by Chris Ball · 19 years ago
  48. 0601e7e [PATCH] libertas: added transmission failures to mesh statistics by Javier Cardona · 19 years ago
  49. 6a81215 [PATCH] libertas: fix error handling of card initialization by Marcelo Tosatti · 19 years ago
  50. 51d84f5 [PATCH] libertas: fixed transmission flow control on the mesh interface by Javier Cardona · 19 years ago
  51. 32a74b7 [PATCH] libertas: split wlan_add_card() by Holger Schurig · 19 years ago
  52. 3874d0f [PATCH] libertas: move reset_device() code main.c to if_usb.c by Holger Schurig · 19 years ago
  53. fb3dddf [PATCH] libertas: changed some occurences of kmalloc() + memset(&a,0,sz) to kzalloc() by Holger Schurig · 19 years ago
  54. 6df3073 [PATCH] libertas: fix SSID output by Holger Schurig · 19 years ago
  55. 1ac812f [PATCH] libertas: get rid of libertas_sbi_get_priv() by Holger Schurig · 19 years ago
  56. ed37b51 [PATCH] libertas: change debug output of libertas_interrupt() by Holger Schurig · 19 years ago
  57. 78523da [PATCH] libertas: single out mesh code by Holger Schurig · 19 years ago
  58. a46c641 [PATCH] libertas: tune debug code by Holger Schurig · 19 years ago
  59. 9012b28 [PATCH] libertas: make debug configurable by Holger Schurig · 19 years ago
  60. 4686820 [PATCH] libertas: exclude non-used code when PROC_DEBUG is not set by Holger Schurig · 19 years ago
  61. 2be9219 [PATCH] libertas: fix scanning from associate path by Marcelo Tosatti · 19 years ago
  62. bf68dac [PATCH] libertas: make libertas_wlan_data_rates static by Holger Schurig · 19 years ago
  63. 66fcc55 [PATCH] libertas: move vendor & product id's into if_usb.c by Holger Schurig · 19 years ago
  64. 7b1d5c0 [PATCH] libertas: remove unused/superfluous definitions of DEV_NAME_LEN by Holger Schurig · 19 years ago
  65. 42fff92 [PATCH] libertas: remove __FILE__ from debug output by Holger Schurig · 19 years ago
  66. 5c20676 [PATCH] libertas: remove deprecated pm_register and associated code by Marcelo Tosatti · 19 years ago
  67. 0b7db95 [PATCH] libertas: fix removal of all debugfs files by Holger Schurig · 19 years ago
  68. 604ba49 [PATCH] libertas: a debug output was missing a newline by Holger Schurig · 19 years ago
  69. eb3ce63 [PATCH] libertas: rename wlan_association_worker by Holger Schurig · 19 years ago
  70. 064827e [PATCH] libertas: scan two channels per scan command by Marcelo Tosatti · 19 years ago
  71. 007a880d [TG3]: Fix link problem on Dell's onboard 5906. by Michael Chan · 19 years ago
  72. 6ffdd07 myri10ge: report link up/down in standard ethtool way by Brice Goglin · 19 years ago
  73. 225c383 NetXen: Removal of extra free_irq call by Mithlesh Thukral · 19 years ago
  74. 6026ee6 smc91x: sh solution engine fixes. by Paul Mundt · 19 years ago
  75. 416b5d1 e1000: disable polling before registering netdevice by Auke Kok · 19 years ago
  76. 25805dc network drivers: eliminate unneeded kill_vid code by Stephen Hemminger · 19 years ago
  77. cb434e3 atl1: eliminate unneeded kill_vid code by Stephen Hemminger · 19 years ago
  78. 7b33224 8139cp: fix VLAN unregistration by Stephen Hemminger · 19 years ago
  79. 3d4e66f sky2: Fix VLAN unregistration by Stephen Hemminger · 19 years ago
  80. e68a8c1 qla3xxx: device doesnt do hardware checksumming. by Stephen Hemminger · 19 years ago
  81. c79d9c9 net/hp100: fix section mismatch warning by Sam Ravnborg · 19 years ago
  82. f834368 parse errors in ifdefs by Yoann Padioleau · 19 years ago
  83. 632155e potential parse error in ifdef by Yoann Padioleau · 19 years ago
  84. 296baae Add select PHYLIB to the UCC_GETH Kconfig option by Jan Altenberg · 19 years ago
  85. 4738d2f [CASSINI]: Fix printk message typo. by David S. Miller · 19 years ago
  86. ade2137 ehea: Fixed multi queue RX bug by Thomas Klein · 19 years ago
  87. d8511f8 sky2: enable IRQ on duplex renegotiation by Stephen Hemminger · 19 years ago
  88. 4731305 e1000: restore netif_poll_enable call but make sure IRQs are off by Herbert Xu · 19 years ago
  89. 8a32352 defxx: Fix the handling of ioremap() failures by Maciej W. Rozycki · 19 years ago
  90. 34dd962 sky2: program proper register for fiber PHY by Stephen Hemminger · 19 years ago
  91. 56069c0 sky2: checksum offload plus vlan bug by Stephen Hemminger · 19 years ago
  92. b4ed372 sky2: dont set bogus bit in PHY register by Stephen Hemminger · 19 years ago
  93. 8903bab Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 19 years ago
  94. a2cb4a9 IB/mlx4: Fix last allocated object tracking in bitmap allocator by Roland Dreier · 19 years ago
  95. 5566321 Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc by Linus Torvalds · 19 years ago
  96. d7ea3be [PATCH] hostap: Allocate enough tailroom for TKIP by Brandon Craig Rhodes · 19 years ago
  97. 20c9d19 [PATCH] prism54: fix monitor mode oops by Björn Steinbrink · 19 years ago
  98. 1c1ee4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  99. 04efb87 [CASSINI]: Check pci_set_mwi() return value. by David S. Miller · 19 years ago
  100. 8a903be [TR]: Use menuconfig objects. by Jan Engelhardt · 19 years ago