1. 8bedb96 wimax: Remove extern from function prototypes by Joe Perches · 11 years ago
  2. 5da7b2e i2400m: remove SDIO device support by John W. Linville · 12 years ago
  3. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  4. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 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. a34f0b3 fix comment typos concerning "consistent" by Uwe Kleine-König · 14 years ago
  9. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  10. e3d3268 wimax: make functions local by stephen hemminger · 14 years ago
  11. 9d7fdf1 wimax/i2400m: Move module params to other file so they can be static by Prasanna S Panchamukhi · 15 years ago
  12. 2750290 wimax/i2400m: reserve additional space in the TX queue's buffer while allocating space for a new message header by Prasanna S. Panchamukhi · 14 years ago
  13. d11a6e4 wimax i2400m: fix race condition while accessing rx_roq by using kref count by Prasanna S. Panchamukhi · 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. 080de04 wimax/i2400m: move I2400M_MAX_MTU enum from netdev.c to i2400m.h by Prasanna S. Panchamukhi · 15 years ago
  17. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  18. c931cee wimax/i2400m: introduce i2400m_reset(), stopping TX and carrier by Inaky Perez-Gonzalez · 15 years ago
  19. 097acbe wimax/i2400m: make i2400m->bus_dev_{stop,start}() optional by Inaky Perez-Gonzalez · 15 years ago
  20. a0beba2 wimax/i2400m: queue device's report until the driver is ready for them by Inaky Perez-Gonzalez · 15 years ago
  21. af77dfa wimax/i2400m: move i2400m_init() out of i2400m.h by Inaky Perez-Gonzalez · 15 years ago
  22. b9ee950 wimax/i2400m: fix deadlock: don't do BUS reset under i2400m->init_mutex by Inaky Perez-Gonzalez · 15 years ago
  23. 3725d8c wimax/i2400m: Implement pre/post reset support in the USB driver by Inaky Perez-Gonzalez · 15 years ago
  24. 2869da8 wimax/i2400m: do bootmode buffer management in i2400m_setup/release() by Inaky Perez-Gonzalez · 15 years ago
  25. 0856ccf wimax/i2400m: introduce i2400m->bus_setup/release by Inaky Perez-Gonzalez · 15 years ago
  26. c2315b4 wimax/i2400m: clarify and fix i2400m->{ready,updown} by Inaky Perez-Gonzalez · 15 years ago
  27. 8f90f3e wimax/i2400m: cleanup initialization/destruction flow by Inaky Perez-Gonzalez · 15 years ago
  28. ac53aed wimax/i2400m: on device stop, clean up pending wake & TX work by Inaky Perez-Gonzalez · 15 years ago
  29. 7b43ca7 wimax/i2400m: cache firmware on system suspend by Inaky Perez-Gonzalez · 15 years ago
  30. 3ef6129 wimax/i2400m: add reason argument to i2400m_dev_reset_handle() by Inaky Perez-Gonzalez · 15 years ago
  31. b0fbcb2 wimax/i2400m: clean up & add a payload argument to i2400m_schedule_work() by Inaky Perez-Gonzalez · 15 years ago
  32. bfc4418 wimax/i2400m: support extended firmware format by Inaky Perez-Gonzalez · 15 years ago
  33. aba3792 wimax/i2400m: rework bootrom initialization to be more flexible by Inaky Perez-Gonzalez · 15 years ago
  34. c308365 wimax/i2400m: Make boot retries a BUS-specific parameter by Dirk Brandewie · 15 years ago
  35. a134fd6 wimax/i2400m: Ensure boot mode cmd and ack buffers are alloc'd before first message by Dirk Brandewie · 15 years ago
  36. 156f5a7 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. by GeunSik Lim · 15 years ago
  37. 7308a0c wimax/i2400m: move boot time poke table out of common driver by Dirk Brandewie · 15 years ago
  38. ecddfd5 wimax/i2400m: Allow bus-specific driver to specify retry count by Inaky Perez-Gonzalez · 15 years ago
  39. fb10167 wimax/i2400m: introduce module parameter to disable entering power save by Inaky Perez-Gonzalez · 15 years ago
  40. fe44268 wimax/i2400m: generate fake source MAC address with random_ether_addr() by Inaky Perez-Gonzalez · 15 years ago
  41. c747583 wimax/i2400m: implement RX reorder support by Inaky Perez-Gonzalez · 15 years ago
  42. fd5c565 wimax/i2400m: support extended data RX protocol (no need to reallocate skbs) by Inaky Perez-Gonzalez · 15 years ago
  43. 8987691 wimax/i2400m: allow control of the base-station idle mode timeout by Inaky Perez-Gonzalez · 15 years ago
  44. 6a0f7ab wimax/i2400m: firmware_check() encodes the firmware version in i2400m->fw_version by Inaky Perez-Gonzalez · 15 years ago
  45. 1039abb wimax/i2400m: add the ability to fallback to other firmware files if the default is not there by Inaky Perez-Gonzalez · 15 years ago
  46. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  47. 494ef10 wimax/i2400m: driver loads firmware v1.4 instead of v1.3 by Inaky Perez-Gonzalez · 15 years ago
  48. ee43777 wimax: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  49. ea24652 i2400m: host/device procotol and core driver definitions by Inaky Perez-Gonzalez · 16 years ago