1. 36323f8 mac80211: move TX station pointer and restructure TX by Thomas Huehn · 12 years ago
  2. 2c20889 wireless: Remove casts to same type by Joe Perches · 12 years ago
  3. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 12 years ago
  4. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 12 years ago
  5. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  6. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  7. d632eb1 USB: convert drivers/net/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  8. ac5c24e9 drivers/net: change moduleparam.h to module.h as required. by Paul Gortmaker · 13 years ago
  9. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  10. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  11. 77cd769 libertas_tf: deb_defs.h: Fix typo in include guard by Kartik Mohta · 13 years ago
  12. df2cbe4 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 · 13 years ago
  13. 04b7dcf wireless: unify QoS control field definitions by Johannes Berg · 13 years ago
  14. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  15. 7bb4568 mac80211: make tx() operation return void by Johannes Berg · 13 years ago
  16. 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
  17. 139455c libertas_tf: if_usb.c: Some more formatting fixes by Thomas Klute · 14 years ago
  18. 422f8d1 libertas_tf: if_usb.c: Whitespace cleanup by Thomas Klute · 14 years ago
  19. d6d1b65 param: simple locking for sysfs-writable charp parameters by Rusty Russell · 14 years ago
  20. bef9cb5 libertas_tf: add get_survey callback in order to get channel noise by John W. Linville · 14 years ago
  21. bb9c03d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  22. abf52f8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  23. 13deb23 libertas_tf: Fix warning in lbtf_rx for stats struct by Prarit Bhargava · 14 years ago
  24. 14599f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  25. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  26. 0273002 drivers/net/wireless/libertas_tf: Use kmemdup by Julia Lawall · 14 years ago
  27. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  28. 8316324 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
  29. edfcba1 libertas_tf: avoid warning about pr_fmt redefinition by John W. Linville · 14 years ago
  30. 699622a libertas_tf: remove usage of deprecated noise value by John W. Linville · 14 years ago
  31. e9bd5bc libertastf: add configurable debug messages by Steve deRosier · 14 years ago
  32. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  33. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  34. 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
  35. f323383 Add Station and AdHoc mode support to libertas_tf by Deepak Saxena · 14 years ago
  36. 891dc5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  37. 1ed32e4 mac80211: remove struct ieee80211_if_init_conf by Johannes Berg · 15 years ago
  38. 671adc9 wireless: remove remaining qual code by Johannes Berg · 15 years ago
  39. 790e756 libertas_tf_usb: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  40. 3ac64be mac80211: allow configure_filter callback to sleep by Johannes Berg · 15 years ago
  41. f1d58c2 mac80211: push rx status into skb->cb by Johannes Berg · 15 years ago
  42. 2d0ddec mac80211: unify config_interface and bss_info_changed by Johannes Berg · 15 years ago
  43. 57c4d7b mac80211: clean up beacon interval settings by Johannes Berg · 15 years ago
  44. 0ee904c drivers/net: replace BUG() with BUG_ON() if possible by Alexander Beregalov · 15 years ago
  45. 5f936f1 mac80211: constify ieee80211_if_conf.bssid by Johannes Berg · 16 years ago
  46. 51e9915 libertas_tf: return NETDEV_TX_OK in TX op by Andrey Yurovsky · 16 years ago
  47. ccf5dd1 libertas_tf: fix skb tail pointer by Johannes Berg · 16 years ago
  48. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 16 years ago
  49. e897558 mac80211: introduce hw config change flags by Johannes Berg · 16 years ago
  50. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  51. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 16 years ago
  52. de9cc7a libertas: use the common frame control functions by Harvey Harrison · 16 years ago
  53. d9c6350 libertas_tf: config and makefile by Luis Carlos Cobo · 16 years ago
  54. c305a19 libertas_tf: usb specific functions by Luis Carlos Cobo · 16 years ago
  55. 691cdb4 libertas_tf: command helper functions for libertas_tf by Luis Carlos Cobo · 16 years ago
  56. 06b16ae libertas_tf: main.c, data paths and mac80211 handlers by Luis Carlos Cobo · 16 years ago
  57. 7670e62 libertas_tf: header file by Luis Carlos Cobo · 16 years ago