1. eb4f98d hostap: move under intersil vendor directory by Kalle Valo · 9 years ago[Renamed from drivers/net/wireless/hostap/hostap_ap.c]
  2. 93803b3 wireless: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  3. 6f24fe3 hostap: Delete an unnecessary check before the function call "kfree" by Markus Elfring · 9 years ago
  4. 72471c0 hostap: Do not free priv until timer handler has actually stopped using it by Kirill Tkhai · 10 years ago
  5. d22fbd7 hostap: slight optimization of addr compare by dingtianhong · 10 years ago
  6. bc3041f wireless: single_open() leaks by Al Viro · 11 years ago
  7. 6bbefe8 hostap: Don't use create_proc_read_entry() by David Howells · 11 years ago
  8. b53cf45 net: wireless: hostap: hostap_ap.c: Return -ENOMEM instead of -1 for if kmalloc() fails. by Kumar Amit Mehta · 11 years ago
  9. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  10. 6eb07ca drivers/net: Add moduleparam.h to drivers as required. by Paul Gortmaker · 13 years ago
  11. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  12. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  13. 1635953 hostap: don't use flush_scheduled_work() by Tejun Heo · 13 years ago
  14. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  15. 25d1fbf fix comment typos concerning "challenge" by Uwe Kleine-König · 14 years ago
  16. 1baf8a9 wireless:hostap_ap.c Fix warning: variable 'fc' set but not used by Justin P. Mattock · 14 years ago
  17. ee289b6 drivers/net: remove useless semicolons by Joe Perches · 14 years ago
  18. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  19. 4cfa8e4 hostap: convert to internal net_device_stats by Stephen Hemminger · 15 years ago
  20. 1ea893f hostap: convert usage of net/ieee80211.h to linux/ieee80211.h by Dan Williams · 15 years ago
  21. c1b4aa3 wireless: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  22. 274bfb8 lib80211: absorb crypto bits from net/ieee80211 by John W. Linville · 16 years ago
  23. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  24. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  25. 1bcca3c hostap: fix sparse warnings by Pavel Roskin · 16 years ago
  26. ccc5805 wext: Emit event stream entries correctly when compat. by David S. Miller · 16 years ago
  27. 21f644f [NET]: Undo code bloat in hot paths due to print_mac(). by David S. Miller · 16 years ago
  28. 8a9faf3 hostap annotations by Al Viro · 16 years ago
  29. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  30. c150573 [PATCH] hostap: Use list_for_each_entry by Matthias Kaehlcke · 17 years ago
  31. b918099 [PATCH] hostap: Suppress broadcast if no stations are associated by Pavel Roskin · 17 years ago
  32. 85d32e7 [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi by Jouni Malinen · 17 years ago
  33. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  34. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  35. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  36. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 17 years ago
  37. 359f2d1 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream by Jeff Garzik · 17 years ago
  38. b0471bb7 [PATCH] hostap: replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  39. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  40. 5d25ea7 [PATCH] unused exports in wireless drivers by Arjan van de Ven · 18 years ago
  41. 54b85f4 [PATCH] hostap: Fix ap_add_sta() return value verification by Adrian Bunk · 18 years ago
  42. 5fad5a2 [PATCH] hostap: don't #include C files in hostap_main.c by Adrian Bunk · 18 years ago
  43. c28df16e [PATCH] hostap: Add support for WE-19 by Jean Tourrilhes · 19 years ago
  44. 5bfc819 [PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changes by James Ketrenos · 19 years ago
  45. d041674 [PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changes by James Ketrenos · 19 years ago
  46. 831a179 hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix build by Jeff Garzik · 19 years ago
  47. b2f4a2e [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones by Jouni Malinen · 19 years ago
  48. 4339d32 [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE} by Jouni Malinen · 19 years ago
  49. c0f72ca [PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdr by Jouni Malinen · 19 years ago
  50. 5bee720 [PATCH] hostap: Fix skb->cb use for TX meta data by Jouni Malinen · 19 years ago
  51. 74fae82 [wireless hostap] trim trailing whitespace by Jeff Garzik · 19 years ago
  52. 62fe7e3 [PATCH] hostap: Replace crypto code with net/ieee80211 version by Jouni Malinen · 19 years ago
  53. ebed67d [PATCH] hostap: Start using net/ieee80211.h by Jouni Malinen · 19 years ago
  54. ff1d276 Add HostAP wireless driver. by Jouni Malinen · 19 years ago