1. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 11 years ago
  2. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 11 years ago
  3. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  4. 45ac936 irda: remove __dev* attributes by Bill Pemberton · 12 years ago
  5. 97076d2 NET: smsc-ircc2: mark non-experimental by Linus Walleij · 12 years ago
  6. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  7. 5ee5a07 irda: use PCI_VENDOR_ID_* by Jon Mason · 13 years ago
  8. f470e5a irda: fix smsc-ircc2 section mismatch warning by Randy Dunlap · 13 years ago
  9. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  10. 948252c Revert "net: fix section mismatches" by David S. Miller · 13 years ago
  11. e5cb966 net: fix section mismatches by Michał Mirosław · 13 years ago
  12. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  13. 1170bed smsc-ircc2: Fix section mismatch derived from smsc_ircc_pnp_probe() by Sedat Dilek · 14 years ago
  14. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  15. 2e4e7a9 drivers/net/irda: use for_each_pci_dev() by Kulikov Vasiliy · 14 years ago
  16. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  17. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 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. 83cf0a9 comment typo fix: sybsystem -> subsystem by Jean Delvare · 15 years ago
  20. 6518bbb irda: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  21. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  22. adbf7f0 irda: smsc wait count reaches -1 by Roel Kluin · 15 years ago
  23. 02087be irda: convert smsc driver to net_device_ops by Stephen Hemminger · 15 years ago
  24. af04908 irda: convert to internal stats by Stephen Hemminger · 16 years ago
  25. 0e49e64 drivers/net/irda: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  26. a97a6f1 irda: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  27. d4c3c07 irda: remove CVS keywords by Adrian Bunk · 16 years ago
  28. 7a1aa30 irda: fix !PNP support for drivers/net/irda/smsc-ircc2.c by Ingo Molnar · 16 years ago
  29. 28fc1f5 [netdrvr] irq handler minor cleanups in several drivers by Jeff Garzik · 17 years ago
  30. 32db927 [IRDA]: Document the fact that smsc-ircc2 will not use PNP by default by Jonathan Bastien-Filiatrault · 17 years ago
  31. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  32. cbcdd77 smsc-ircc2: bypass PNP detection until we get the quirks worked out by Bjorn Helgaas · 17 years ago
  33. 7c31d2f smsc-ircc2: skip preconfiguration for PNP devices by Bjorn Helgaas · 17 years ago
  34. d0d4f69 smsc-ircc2: add PNP support by Bjorn Helgaas · 17 years ago
  35. 916f11c smsc-ircc2: tidy up module parameter checking by Bjorn Helgaas · 17 years ago
  36. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  37. afdf27c [IrDA]: SMC SuperIO Chip LPC47N227 not identified properly by Peter Kovar · 17 years ago
  38. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  39. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  40. 895de09 [IrDA] smsc-ircc: More laptops detected by Linus Walleij (LD/EAB · 18 years ago
  41. c5d965c [PATCH] smsc-ircc2: fix section reference mismatches by Dmitry Torokhov · 18 years ago
  42. d94c77b [IRDA]: smsc-ircc: Minimal hotplug support. by David Brownell · 18 years ago
  43. 08d0999 [IRDA]: smsc-ircc2, smcinit support for ALi ISA bridges by Linus Walleij · 18 years ago
  44. c1e14a6 [IRDA]: smcinit merged into smsc-ircc driver by Linus Walleij · 18 years ago
  45. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  46. 4fd5f82 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  47. e812cb5 [PATCH] smsc-ircc2: PM cleanup - do not close device when suspending by Dmitry Torokhov · 19 years ago
  48. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  49. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  50. 505db03 [PATCH] Fix smsc_ircc_init return value by Brice Goglin · 19 years ago
  51. 0fa2f49 [PATCH] smsc-ircc2: dont use void * where specific type will do by Dmitry Torokhov · 19 years ago
  52. da0841a [PATCH] smsc-ircc2: use netdev_priv() by Dmitry Torokhov · 19 years ago
  53. 6bb3b2c [PATCH] smsc-ircc2: add to sysfs as platform device, new PM by Dmitry Torokhov · 19 years ago
  54. 80a9058 [PATCH] smsc-ircc2: dont pass iobase around by Dmitry Torokhov · 19 years ago
  55. b6158d2 [PATCH] smsc-ircc2: remove typedefs by Dmitry Torokhov · 19 years ago
  56. a956f4c [PATCH] smsc-ircc2: drop DIM macro in favor of ARRAY_SIZE by Dmitry Torokhov · 19 years ago
  57. 98b7777 [PATCH] smsc-ircc2: formatting fixes by Dmitry Torokhov · 19 years ago
  58. 527b6af [PATCH] smsc-ircc2: whitespace fixes by Dmitry Torokhov · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago