1. 8dce3e6d hostap_cs: fix misspelling of current function in string by Julia Lawall · 10 years ago
  2. e5ead66 wireless: hostap: proc: print properly escaped SSID by Andy Shevchenko · 10 years ago
  3. 62c5afb hostap: proc: substitute loops by %*phN by Andy Shevchenko · 10 years ago
  4. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  5. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  6. f3b6a48 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  7. 0867c88 hostap: add Netgear MA401 card by Cédric Le Goater · 11 years ago
  8. 72471c0 hostap: Do not free priv until timer handler has actually stopped using it by Kirill Tkhai · 11 years ago
  9. 4885c87 hostap: fix "hostap: proc: Use remove_proc_subtree()" by Russell King - ARM Linux · 11 years ago
  10. 235f939 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  11. c8bf40a wireless: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  12. 1558efd drivers/net/wireless/hostap: Integer overflow by Wenliang Fan · 11 years ago
  13. 692e516 wireless: slight optimization of addr compare by dingtianhong · 11 years ago
  14. d22fbd7 hostap: slight optimization of addr compare by dingtianhong · 11 years ago
  15. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  16. db18134 net: hostap: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  17. b05930f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  18. 909bd59 Hostap: copying wrong data prism2_ioctl_giwaplist() by Dan Carpenter · 11 years ago
  19. 0cbe8c8 hostap: do not return positive number on failure path in prism2_open() by Alexey Khoroshilov · 11 years ago
  20. bc3041f wireless: single_open() leaks by Al Viro · 12 years ago
  21. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  22. 819695a hostap: proc: Use remove_proc_subtree() by David Howells · 12 years ago
  23. 6bbefe8 hostap: Don't use create_proc_read_entry() by David Howells · 12 years ago
  24. fdd3f29 drivers/net: use module_pcmcia_driver() in pcmcia drivers by H Hartley Sweeten · 12 years ago
  25. b53cf45 net: wireless: hostap: hostap_ap.c: Return -ENOMEM instead of -1 for if kmalloc() fails. by Kumar Amit Mehta · 12 years ago
  26. 04b2312 wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFIC by Arend van Spriel · 12 years ago
  27. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  28. 35622dc wireless: use is_broadcast_ether_addr() instead of memcmp() by Wei Yongjun · 12 years ago
  29. c3a2ee9 drivers/net: use is_zero_ether_addr() instead of memcmp() by Wei Yongjun · 12 years ago
  30. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  31. 2c20889 wireless: Remove casts to same type by Joe Perches · 13 years ago
  32. 5b0a3b7 net/wireless: use module_pci_driver by Axel Lin · 13 years ago
  33. 579b063 hostap: GFP_ATOMIC/GFP_KERNEL cleanup by Matt Renzelmann · 13 years ago
  34. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  35. 7d65fd7 hostap: Fix typo in hostap_hw.c by Masanari Iida · 13 years ago
  36. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
  37. 090891f hostap_cs: add ID for Canon K30225 by Veli-Pekka Peltola · 13 years ago
  38. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  39. 1f80c23 wireless: use strlcpy routine in .get_drvinfo by Rick Jones · 13 years ago
  40. 6eb07ca drivers/net: Add moduleparam.h to drivers as required. by Paul Gortmaker · 13 years ago
  41. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 14 years ago
  42. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 14 years ago
  43. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  44. f33c596 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 13 years ago
  45. 0a1013c hostap_cs: support cards with "Version 01.02" as third product ID by Pavel Roskin · 13 years ago
  46. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  47. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  48. f50d1d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  49. 25f8f54 pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 14 years ago
  50. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 14 years ago
  51. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  52. 5a8b7cd net: change to new flag variable by matt mooney · 14 years ago
  53. 4e5518c hostap_cs: fix sleeping function called from invalid context by Stanislaw Gruszka · 14 years ago
  54. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  55. b2b7ab2 hostap: remove netif_stop_queue from init by Meelis Roos · 14 years ago
  56. 1635953 hostap: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  57. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  58. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  59. 2262054 pcmcia: remove obsolete and wrong comments by Dominik Brodowski · 14 years ago
  60. 2e9b981 pcmcia: move driver name to struct pcmcia_driver by Dominik Brodowski · 14 years ago
  61. 1cc745d pcmcia: remove the "Finally, report what we've done" message by Dominik Brodowski · 14 years ago
  62. 00990e7 pcmcia: use autoconfiguration feature for ioports and iomem by Dominik Brodowski · 14 years ago
  63. 440eed4 pcmcia: introduce autoconfiguration feature by Dominik Brodowski · 14 years ago
  64. 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
  65. 7feabb6 pcmcia: move config_{base,index,regs} to struct pcmcia_device by Dominik Brodowski · 14 years ago
  66. 37979e1 pcmcia: simplify IntType by Dominik Brodowski · 14 years ago
  67. fc30110 pcmcia: simplify Status, ExtStatus register access by Dominik Brodowski · 14 years ago
  68. e8405f0 pcmcia: move Vpp setup to struct pcmcia_device by Dominik Brodowski · 14 years ago
  69. b42e179 Fix typo configue => configure in comments by Thomas Weber · 14 years ago
  70. e569aa7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  71. 24e0f9f Hostap: Fix "'ret' set but not used" warning message from GCC in hostap by Julian Calaby · 14 years ago
  72. 1685e63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  73. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  74. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  75. 17964e9 hostap:hostap_hw.c Fix typo in comment by Justin P. Mattock · 14 years ago
  76. 90abdc3 pcmcia: do not use io_req_t when calling pcmcia_request_io() by Dominik Brodowski · 14 years ago
  77. 9a017a9 pcmcia: do not use io_req_t after call to pcmcia_request_io() by Dominik Brodowski · 14 years ago
  78. 1d5cc19 pcmcia: use pcmica_{read,write}_config_byte by Dominik Brodowski · 14 years ago
  79. ac8b422 pcmcia: remove cs_types.h by Dominik Brodowski · 14 years ago
  80. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  81. 25d1fbf fix comment typos concerning "challenge" by Uwe Kleine-König · 15 years ago
  82. 0f4da2d hostap_pci: set dev->base_addr during probe by John W. Linville · 15 years ago
  83. e300d95 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  84. 8b967e4 hostap: fixup strlen() math by Dan Carpenter · 15 years ago
  85. 05318bc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  86. 1baf8a9 wireless:hostap_ap.c Fix warning: variable 'fc' set but not used by Justin P. Mattock · 15 years ago
  87. deda484 wireless:hostap_main.c warning: variable 'iface' set but not used by Justin P. Mattock · 15 years ago
  88. bb9c03d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  89. d6a574f hostap: Protect against initialization interrupt by Tim Gardner · 15 years ago
  90. 14599f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  91. 56bf882 Revert "wireless: hostap, fix oops due to early probing interrupt" by John W. Linville · 15 years ago
  92. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 15 years ago
  93. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  94. ee289b6 drivers/net: remove useless semicolons by Joe Perches · 15 years ago
  95. 6fe70aa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  96. aca8c6f drivers/net/wireless/hostap: Drop memory allocation cast by Julia Lawall · 15 years ago
  97. 317b6d6 pcmcia: dev_node removal (write-only drivers) by Dominik Brodowski · 15 years ago
  98. eb14120 pcmcia: re-work pcmcia_request_irq() by Dominik Brodowski · 15 years ago
  99. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  100. 19bc291 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago