1. 5fc3441 net: smc91x: Fix up type mismatch in smc_drv_resume(). by Paul Mundt · 15 years ago
  2. fd0775b smc91x: fix unused flags warnings on UP systems by Mike Frysinger · 15 years ago
  3. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  4. d5ccd67 NET: smc91x: Fix irq flags by Russell King - ARM Linux · 15 years ago
  5. 9f950f7 NET: smc91x: convert to dev_pm_ops by Kevin Hilman · 15 years ago
  6. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  7. 2f82af0 Nicolas Pitre has a new email address by Nicolas Pitre · 15 years ago
  8. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  9. 0b4f292 smc91x: fix compilation on SMP by Alexey Dobriyan · 15 years ago
  10. 8ff499e smc91x: let smc91x work well under netpoll by Dongdong Deng · 15 years ago
  11. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  12. 635ecaa netdev: restore MTU change operation by Ben Hutchings · 15 years ago
  13. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  14. a528079 smc91x: struct net_device_ops by Magnus Damm · 15 years ago
  15. db1d7bf net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  16. 357fe2c smc91x: enable ethtool EEPROM interface by Vernon Sauder · 15 years ago
  17. 4850218 smc91x: remove isa stuff from smc91x driver by Luotao Fu · 16 years ago
  18. aa2ba5f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  19. f57628d section errors in smc911x/smc91x by Al Viro · 16 years ago
  20. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  21. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  22. 55c8eb6 SMC91x: Fix compilation on some platforms. by David S. Miller · 16 years ago
  23. 237f3e1 smc91x: add __init markings to smc_drv_probe() by Mike Frysinger · 16 years ago
  24. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  25. 51ac3bef SMC91x: delete unused local variable "lp" by Mike Frysinger · 16 years ago
  26. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  27. 7cc4e87 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  28. 6a4690c Merge branch 'ptebits' into devel by Russell King · 16 years ago
  29. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  30. d6bc372 smc91x: fix nowait printout by Magnus Damm · 16 years ago
  31. b0dbcf5 [NET] smc91x: provide configurable leds by Russell King · 16 years ago
  32. 6fc30db [netdrvr] smc91x: fix resource removal (null ptr deref) by Jeff Garzik · 16 years ago
  33. 52256c0 [NET] smc91x: prepare SMC_USE_PXA_DMA to be specified in platform data by Eric Miao · 16 years ago
  34. 1591988 [NET] smc91x: prepare for SMC_IO_SHIFT to be a platform configurable variable by Eric Miao · 16 years ago
  35. c4f0e76 [NET] smc91x: add SMC91X_NOWAIT flag to platform data by Eric Miao · 16 years ago
  36. fa6d3be [NET] smc91x: favor the use of SMC91X_USE_* instead of SMC_CAN_USE_* by Eric Miao · 16 years ago
  37. d280ead [NET] smc91x: remove "irq_flags" from "struct smc91x_platdata" by Eric Miao · 16 years ago
  38. 4bb073c net: Eliminate flush_scheduled_work() calls while RTNL is held. by David S. Miller · 16 years ago
  39. 72abb46 net drivers: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  40. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  41. c500cb2 smc91x driver: fix bug: print warning only in interrupt mode by Sonic Zhang · 16 years ago
  42. 3e94794 smc91x: introduce platform data flags V2 by Magnus Damm · 16 years ago
  43. cfdfa86 smc91x: pass along private data V2 by Magnus Damm · 16 years ago
  44. e7b3dc7 [NET] smc91x: Make smc91x use IRQ resource trigger flags by Russell King · 16 years ago
  45. 073ac8f [NET] smc91x: fix PXA DMA support code by Russell King · 17 years ago
  46. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  47. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  48. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  49. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  50. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 22 years ago
  51. 6d5aefb WorkQueue: Fix up arch-specific work items where possible by David Howells · 18 years ago
  52. 9c8e7f5 [PATCH] m32r pt_regs fixes by Al Viro · 18 years ago
  53. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  54. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  55. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  56. 76cb4fe [PATCH] lockdep: fix smc91x by Russell King · 18 years ago
  57. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  58. 09779c6 [PATCH] smc91x: allow for dynamic bus access configs by Nicolas Pitre · 18 years ago
  59. 4894473 [PATCH] handle errors returned by platform_get_irq*() by David Vrabel · 18 years ago
  60. 9ded96f [PATCH] IRQ type flags by Russell King · 19 years ago
  61. e525424 [PATCH] smc91x: fix bank mismatch by Russell King · 19 years ago
  62. 5d0571d [PATCH] smc91x: fix one source of spurious interrupts by Nicolas Pitre · 19 years ago
  63. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  64. 4fd5f82 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  65. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  66. 596c96b Merge branch 'master' by Jeff Garzik · 19 years ago
  67. 99e1baf [PATCH] smc91x: shut down power after probing by Nicolas Pitre · 19 years ago
  68. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  69. 5f13e7e [PATCH] smc91x needs settable IRQ trigger type by David Brownell · 19 years ago
  70. be83668 [PATCH] smc91x: plug race between TX tasklet and driver reset by Nicolas Pitre · 19 years ago
  71. ea93756 [PATCH] smc91x: more tweaks to help with RX overruns by Nicolas Pitre · 19 years ago
  72. 8de9011 [PATCH] smc91x: improve diagnostic info by Nicolas Pitre · 19 years ago
  73. 5315510 [PATCH] smc91x addr config check by Nicolas Pitre · 19 years ago
  74. 05adc3b [PATCH] u32 vs. pm_message_t fixes for drivers/net by Pavel Machek · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago