1. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  2. 5d5ceb8 irda: fix read buffer overflow by Roel Kluin · 15 years ago
  3. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  4. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  5. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  6. d51e9b0 net/irda: convert bfin_sir to net_device_ops by Graf Yang · 15 years ago
  7. 9d794a0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6 by David S. Miller · 15 years ago
  8. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  9. 4bd73ae net: fix network drivers ndo_start_xmit() return values (part 2) by Patrick McHardy · 15 years ago
  10. adbf7f0 irda: smsc wait count reaches -1 by Roel Kluin · 15 years ago
  11. d510fe7 irda: new Blackfin on-chip SIR IrDA driver by Graff Yang · 15 years ago
  12. e13f931 irda-usb: suspend/resume support by Tadashi Abe · 15 years ago
  13. bf98a82 sa1100_ir: fix build breakage by Alexander Beregalov · 15 years ago
  14. f6a2629 irda: include etherdevice.h for eth_*() functions by Alexander Beregalov · 15 years ago
  15. a1de966 irda/sa1100_ir: convert to net_device_ops by Alexander Beregalov · 15 years ago
  16. c76ccd6 irda/pxaficp_ir: convert to net_device_ops by Alexander Beregalov · 15 years ago
  17. 602355a irda/au1k_ir: convert to net_device_ops by Alexander Beregalov · 15 years ago
  18. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  19. ed40d0c Merge branch 'origin' into devel by Russell King · 15 years ago
  20. ddec2c8 IRDA: convert donauboe to net_device_ops by Stephen Hemminger · 15 years ago
  21. 94ffab6 irda: convert ks959 driver to net_device_ops by Stephen Hemminger · 15 years ago
  22. 0c818a6 irda: convert ksdazzle device to net_device_ops by Stephen Hemminger · 15 years ago
  23. 9b63400 irda: convert kingsun device to net_device_ops by Stephen Hemminger · 15 years ago
  24. 2b023f4 irda: convert sir device to net_device_ops by Stephen Hemminger · 15 years ago
  25. 0bd11f2 irda: convert via-ircc to net_device_ops by Stephen Hemminger · 15 years ago
  26. 02087be irda: convert smsc driver to net_device_ops by Stephen Hemminger · 15 years ago
  27. 30a5d7f irda: convert vlsi driver to net_device_ops by Stephen Hemminger · 15 years ago
  28. 2d44a22 irda: convert ali driver to net_device_ops by Stephen Hemminger · 15 years ago
  29. c279b8c irda: convert nsc_ircc driver to net_device_ops by Stephen Hemminger · 15 years ago
  30. 4113a1a irda: convert w83977af_ir to net_device_ops by Stephen Hemminger · 15 years ago
  31. 66ee279 stir4200: convert to net_device_ops by Stephen Hemminger · 15 years ago
  32. ddc2a92 irda: convert mcs driver to net_device_ops by Stephen Hemminger · 15 years ago
  33. d36733a irda: convert irda_usb to net_device_ops by Stephen Hemminger · 15 years ago
  34. 97fb44e Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel by Russell King · 15 years ago
  35. 5bf3df3 [ARM] pxa: separate definitions from pxa-regs.h and remove it finally by Eric Miao · 16 years ago
  36. 875b482 irda: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  37. 5e30589 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  38. fb08867 IRDA: cnt is off by 1 by Roel Kluin · 16 years ago
  39. e4e90b2 irda: Use __netdev_alloc_skb() instead of __dev_alloc_skb(). by David S. Miller · 16 years ago
  40. 2950e95 drivers/net/irda/irda-usb.c: fix buffer overflow by Jos-Vicente Gilabert · 16 years ago
  41. 216c32d irda: fix incomplete conversation to internal stats by Alexander Beregalov · 16 years ago
  42. af04908 irda: convert to internal stats by Stephen Hemminger · 16 years ago
  43. 14a3c4a Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  44. 0e49e64 drivers/net/irda: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  45. 8a1ec21 tty: Flags should be accessed via the foo_bit interfaces by Alan Cox · 16 years ago
  46. c5b84b3 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel by Russell King · 16 years ago
  47. 02f6526 [ARM] pxa: move UART register definitions into dedicated regs-uart.h by Eric Miao · 16 years ago
  48. b40ddf5 [ARM] pxa: move FICP register definitions into pxaficp_ir.c by Eric Miao · 16 years ago
  49. d281bc9 [ARM] fix missing includes for iop33x and sa1100_ir by Russell King · 16 years ago
  50. dcea83a [ARM] Hide ISA DMA API when ISA_DMA_API is unset by Russell King · 16 years ago
  51. 05678a9 [ARM] pxa: avoid polluting the kernel's namespace by Russell King · 16 years ago
  52. 4cf1653 netdevice: safe convert to netdev_priv() #part-2 by Wang Chen · 16 years ago
  53. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  54. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  55. abdd5a0 IRDA: remove double inclusion of module.h by Alexander Beregalov · 16 years ago
  56. 880c9c6 USB: remove info() macro from usb network drivers by Greg Kroah-Hartman · 16 years ago
  57. 4dc8994 USB: remove warn() macro from usb net drivers by Greg Kroah-Hartman · 16 years ago
  58. a65e5d7 remove CONFIG_KMOD from drivers by Johannes Berg · 16 years ago
  59. 7cc4e87 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  60. 87f3dd7 [ARM] pxa: simplify DMA register definitions by Eric Miao · 16 years ago
  61. 978e9ae irda: follow lspci device/vendor style by Bjorn Helgaas · 16 years ago
  62. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  63. 4fb8af1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Russell King · 16 years ago
  64. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  65. a97a6f1 irda: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  66. 1fa9817 nsc-ircc: default to dongle type 9 on IBM hardware by Matthew Garrett · 16 years ago
  67. db6d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  68. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  69. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  70. 5a86102 Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 by Linus Torvalds · 16 years ago
  71. 85082fd Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  72. 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 16 years ago
  73. 53ffe3b [ARM] Merge most of the PXA work for initial merge by Russell King · 16 years ago
  74. afd636e irda-usb: treat firmware data as const by David Woodhouse · 16 years ago
  75. 73d1a2c [ARM] 5147/1: pxaficp_ir: drop pxa_gpio_mode calls, as pin setting by Dmitry Baryshkov · 16 years ago
  76. 330ff19 [ARM] 5144/1: pxaficp_ir: cleanup includes by Dmitry Baryshkov · 16 years ago
  77. 7c3ceb4a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  78. 256f3bf irda: Remove useless pm_dev references by Rafael J. Wysocki · 16 years ago
  79. 0230708 irda: New device ID for nsc-ircc by Ville Syrjala · 16 years ago
  80. 568b493 irda: via-ircc proper dma freeing by Wang Chen · 16 years ago
  81. d4c3c07 irda: remove CVS keywords by Adrian Bunk · 16 years ago
  82. 1420a4f irda: net/irda build fix: mcs7780 by Ingo Molnar · 16 years ago
  83. f6c2fb5 irda-usb endianness annotations and fixes by Al Viro · 16 years ago
  84. 7a1aa30 irda: fix !PNP support for drivers/net/irda/smsc-ircc2.c by Ingo Molnar · 16 years ago
  85. c17f888 irda: fix !PNP support in drivers/net/irda/nsc-ircc.c by Ingo Molnar · 16 years ago
  86. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  87. 6caf52a4 net: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  88. a95609c netdev: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  89. 2e561c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  90. 72abb46 net drivers: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  91. baf1c5d [ARM] 4971/1: pxaficp_ir: provide startup and shutdown hooks by Dmitry Baryshkov · 16 years ago
  92. a683b14 [ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.h by eric miao · 16 years ago
  93. efad798b Spelling fixes: lenght->length by Paulius Zaleckas · 17 years ago
  94. 16b4d60 [IrDA]: Irport removal - part 2 by Adrian Bunk · 17 years ago
  95. e9888f5 [IrDA]: Irport removal - part 1 by Adrian Bunk · 17 years ago
  96. 28fc1f5 [netdrvr] irq handler minor cleanups in several drivers by Jeff Garzik · 17 years ago
  97. ea33291 [IRDA]: stir4200 fixes. by Olaf Hartmann · 17 years ago
  98. 0ff8043 [IRDA]: mcs7780 needs to free allocated rx buffer. by Hinko Kocevar · 17 years ago
  99. 497ba7f [IRDA]: Race between open and disconnect in irda-usb. by Oliver Neukum · 17 years ago
  100. d012753 [TTY]: Use tty_mode_ioctl() in network drivers. by Alan Cox · 17 years ago