1. aff4b97 wimax/i2400m: make return of 0 explicit by Julia Lawall · 10 years ago
  2. 9213bb8 wimax/i2400m: use is_zero_ether_addr() instead of memcmp() by Wei Yongjun · 12 years ago
  3. 344dc8e drivers/net: Use eth_random_addr by Joe Perches · 12 years ago
  4. 5da7b2e i2400m: remove SDIO device support by John W. Linville · 12 years ago
  5. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  6. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  7. 781ba45 i2400m: drop i2400m_schedule_work() by Tejun Heo · 14 years ago
  8. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  9. e3d3268 wimax: make functions local by stephen hemminger · 14 years ago
  10. 1cdc5ab Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 14 years ago
  11. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  12. 9d7fdf1 wimax/i2400m: Move module params to other file so they can be static by Prasanna S Panchamukhi · 15 years ago
  13. 2354161 wimax/i2400m: Correct the error path handlers order in i2400m_post_reset() by Cindy H Kao · 14 years ago
  14. 599e595 wimax/i2400m: add the error recovery mechanism on TX path by Cindy H Kao · 14 years ago
  15. f4e4134 wimax/i2400m: fix for missed reset events if triggered by dev_reset_handle() by Cindy H Kao · 14 years ago
  16. 49d72df3 wimax/i2400m: correct the error path handlers in dev_start() by Cindy H Kao · 14 years ago
  17. 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
  18. 4754b3d drivers/net/wimax/i2400m/driver.c: use %pM to show MAC address by hartleys · 15 years ago
  19. c931cee wimax/i2400m: introduce i2400m_reset(), stopping TX and carrier by Inaky Perez-Gonzalez · 15 years ago
  20. 097acbe wimax/i2400m: make i2400m->bus_dev_{stop,start}() optional by Inaky Perez-Gonzalez · 15 years ago
  21. 0c96859 wimax/i2400m: Let device's status reports change the device state by Inaky Perez-Gonzalez · 15 years ago
  22. a0beba2 wimax/i2400m: queue device's report until the driver is ready for them by Inaky Perez-Gonzalez · 15 years ago
  23. af77dfa wimax/i2400m: move i2400m_init() out of i2400m.h by Inaky Perez-Gonzalez · 15 years ago
  24. b9ee950 wimax/i2400m: fix deadlock: don't do BUS reset under i2400m->init_mutex by Inaky Perez-Gonzalez · 15 years ago
  25. 5eeae35 wimax/i2400m: when stopping the device, cancel any pending message by Inaky Perez-Gonzalez · 15 years ago
  26. 3725d8c wimax/i2400m: Implement pre/post reset support in the USB driver by Inaky Perez-Gonzalez · 15 years ago
  27. 2869da8 wimax/i2400m: do bootmode buffer management in i2400m_setup/release() by Inaky Perez-Gonzalez · 15 years ago
  28. 0856ccf wimax/i2400m: introduce i2400m->bus_setup/release by Inaky Perez-Gonzalez · 15 years ago
  29. c2315b4 wimax/i2400m: clarify and fix i2400m->{ready,updown} by Inaky Perez-Gonzalez · 15 years ago
  30. 8f90f3e wimax/i2400m: cleanup initialization/destruction flow by Inaky Perez-Gonzalez · 15 years ago
  31. ac53aed wimax/i2400m: on device stop, clean up pending wake & TX work by Inaky Perez-Gonzalez · 15 years ago
  32. 7b43ca7 wimax/i2400m: cache firmware on system suspend by Inaky Perez-Gonzalez · 15 years ago
  33. 3ef6129 wimax/i2400m: add reason argument to i2400m_dev_reset_handle() by Inaky Perez-Gonzalez · 15 years ago
  34. b0fbcb2 wimax/i2400m: clean up & add a payload argument to i2400m_schedule_work() by Inaky Perez-Gonzalez · 15 years ago
  35. aba3792 wimax/i2400m: rework bootrom initialization to be more flexible by Inaky Perez-Gonzalez · 15 years ago
  36. 4c2b1a1 wimax: allow specifying debug levels as command line option by Inaky Perez-Gonzalez · 15 years ago
  37. 4dc1bf0 wimax/i2400m: add missing debug submodule definition by Inaky Perez-Gonzalez · 15 years ago
  38. a134fd6 wimax/i2400m: Ensure boot mode cmd and ack buffers are alloc'd before first message by Dirk Brandewie · 15 years ago
  39. 0bcfc5e wimax/i2400m: use -EL3RST to indicate device reset instead of -ERESTARTSYS by Cindy H Kao · 15 years ago
  40. 8b5b30ee wimax/i2400m: when bootstrap fails, reinitialize the bootrom by Cindy H Kao · 15 years ago
  41. ecddfd5 wimax/i2400m: Allow bus-specific driver to specify retry count by Inaky Perez-Gonzalez · 15 years ago
  42. b4013f9 wimax/i2400m: if a device reboot happens during probe, handle it by Inaky Perez-Gonzalez · 15 years ago
  43. 16eafba wimax/i2400m: i2400m_schedule_work() doesn't need i2400m->work_queue by Inaky Perez-Gonzalez · 15 years ago
  44. e9a6b45 wimax/i2400m: i2400m's work queue should be initialized before RX support by Inaky Perez-Gonzalez · 15 years ago
  45. fb10167 wimax/i2400m: introduce module parameter to disable entering power save by Inaky Perez-Gonzalez · 15 years ago
  46. 223beea wimax/i2400m: allow kernel commands to device to be logged too by Inaky Perez-Gonzalez · 15 years ago
  47. 44b849d wimax/i2400m: trace commands sent from user space on the "echo" pipe by Inaky Perez-Gonzalez · 15 years ago
  48. fe44268 wimax/i2400m: generate fake source MAC address with random_ether_addr() by Inaky Perez-Gonzalez · 15 years ago
  49. c747583 wimax/i2400m: implement RX reorder support by Inaky Perez-Gonzalez · 15 years ago
  50. 347707b wimax: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  51. 8987691 wimax/i2400m: allow control of the base-station idle mode timeout by Inaky Perez-Gonzalez · 15 years ago
  52. 6a0f7ab wimax/i2400m: firmware_check() encodes the firmware version in i2400m->fw_version by Inaky Perez-Gonzalez · 15 years ago
  53. 1af7ad5 wimax: fix build issue when debugfs is disabled by Inaky Perez-Gonzalez · 16 years ago
  54. 024f7f3 i2400m: Generic probe/disconnect, reset and message passing by Inaky Perez-Gonzalez · 16 years ago