1. d287d66 atm: use for_each_set_bit() by Akinobu Mita · 14 years ago
  2. 8d9ded2 drivers/atm/lanai.c: use %pM to show MAC address by hartleys · 15 years ago
  3. 3008ab3 drivers/atm/fore200e.c: use %pM to show MAC address by hartleys · 15 years ago
  4. aaa09ee drivers/atm/idt77252.c: use %pM to show MAC address by hartleys · 15 years ago
  5. 1154b29 drivers/atm/nicstar.c: use %pM to show MAC address by hartleys · 15 years ago
  6. 710708e8 drivers/atm: Correct code taking the size of a pointer by Julia Lawall · 15 years ago
  7. 5017065 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  8. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  9. 504bb3b atm: [he] adjust tests to account for sk_wmem_alloc changes by chas williams - CONTRACTOR · 15 years ago
  10. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  11. 7adcdb4 drivers/atm/solos-pci.c: fix warning/bug, clean up code by Andrew Morton · 15 years ago
  12. e8c0ae2 ambassador: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  13. 9fca79d solos-pci: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  14. e0c5567 atm: Cleanup redundant tests on unsigned by roel kluin · 15 years ago
  15. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  16. 1b66c1e atm: dereference of he_dev->rbps_virt in he_init_group() by Juha Leppanen · 15 years ago
  17. efb064d Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6 by David S. Miller · 15 years ago
  18. 5d5baa9 atm: dereference of he_dev->rbps_virt in he_init_group() by roel kluin · 15 years ago
  19. 8b97c7c drivers/atm: Use DIV_ROUND_CLOSEST by Julia Lawall · 15 years ago
  20. 6cf5767 drivers/atm: Correct redundant test by Julia Lawall · 15 years ago
  21. 69a9cea solos: Show Interleaving details for ADSL2 and 2+ by Simon Farnsworth · 15 years ago
  22. a343466 solos: Add some margin-related parameters by David Woodhouse · 15 years ago
  23. e930438 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) by Yang Hongyang · 15 years ago
  24. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  25. 78f857f solos: Check for rogue received packets by Nathan Williams · 15 years ago
  26. 4dbedf4 solos: support new FPGA RAM layout by Nathan Williams · 15 years ago
  27. 32f3dde atm: fix non-const printk argument by Stephen Hemminger · 15 years ago
  28. ed36604 Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6 by David S. Miller · 15 years ago
  29. 1329f45 solos: Disable DMA until we have an FPGA update with it actually implemented. by David Woodhouse · 15 years ago
  30. 0fc36aa solos: Automatically determine number of ports by Nathan Williams · 15 years ago
  31. 97d759d solos: Reset device on unload, free pending skbs by David Woodhouse · 15 years ago
  32. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  33. ca1ada8 atm: Add missing parentheses by Roel Kluin · 15 years ago
  34. 858671f ATM: misplaced parentheses? by Roel Kluin · 15 years ago
  35. fcffd0d fore200: fix oops on failed firmware load by Meelis Roos · 15 years ago
  36. bc111d5 drivers/atm: introduce missing kfree by Julia Lawall · 15 years ago
  37. f87b2ed solos: Swap upstream/downstream rates in status packet, clean up some more by David Woodhouse · 15 years ago
  38. eab50f7 solos: Set RX empty flag at startup only for !dma mode by David Woodhouse · 15 years ago
  39. cd5549e solos: Don't clear config registers at startup by David Woodhouse · 15 years ago
  40. 95852f4 solos: Tidy up status interrupt handling, cope with 'ERROR' status by David Woodhouse · 15 years ago
  41. cc3657e solos: Add 'reset' module parameter to reset the DSL chips on load by David Woodhouse · 15 years ago
  42. bdc5462 solos: Remove debugging, commented-out test code by David Woodhouse · 15 years ago
  43. 35c2221 solos: Clean up handling of card->tx_mask a little by David Woodhouse · 15 years ago
  44. c6428e5 solos: Fix various bugs in status packet handling by David Woodhouse · 15 years ago
  45. a0641cc solos: Remove superfluous wait_queue_head_t from struct solos_param by David Woodhouse · 15 years ago
  46. fcd8266 solos: Remove IRQF_DISABLED, don't frob IRQ enable on the FPGA in solos_irq() by David Woodhouse · 15 years ago
  47. cd2169f solos: Remove unused loopback debug stuff by David Woodhouse · 15 years ago
  48. f69e417 solos: Tidy up tx_mask handling for ports which need TX by David Woodhouse · 15 years ago
  49. eaf83e3 solos: Tidy up DMA handling a little. Still untested by David Woodhouse · 15 years ago
  50. 9093723 solos: First attempt at DMA support by David Woodhouse · 15 years ago
  51. c0fe302 solos: Remove parameter group from sysfs on ATM dev deregister by David Woodhouse · 15 years ago
  52. 3456b22 solos: Fix under-allocation of skb size for get/set parameters by David Woodhouse · 15 years ago
  53. af78065 solos: Add SNR and Attn to status packet, fix oops on load by David Woodhouse · 15 years ago
  54. b28a4b9 solos: Reject non-AAL5 connections.... for now by David Woodhouse · 15 years ago
  55. 1e615df solos: Kill existing connections on link down event by David Woodhouse · 15 years ago
  56. 87ebb18 solos: Handle new line status change packets, hook up to ATM layer info by David Woodhouse · 15 years ago
  57. d057f0a solos: Add initial list of parameters by David Woodhouse · 15 years ago
  58. 01e2ffa solos: Handle attribute show/store in kernel more sanely by David Woodhouse · 15 years ago
  59. 316bea7 solos: Kill global 'opens' count. by David Woodhouse · 15 years ago
  60. fa755b9 solos: Clean up firmware loading code by David Woodhouse · 15 years ago
  61. 7c4015b solos: FPGA and firmware update support. by Simon Farnsworth · 15 years ago
  62. 4306cad solos: Slight debugging improvements by Simon Farnsworth · 15 years ago
  63. b76811a solos: Fix length header in FPGA transfers by David Woodhouse · 15 years ago
  64. b67445fc generic swap(): iphase: rename swap() to swap_byte_order() by Wu Fengguang · 16 years ago
  65. 9c54004 atm: Driver for Solos PCI ADSL2+ card. by David Woodhouse · 16 years ago
  66. aac725c ATM: horizon, fix hrz_probe fail path by Jiri Slaby · 16 years ago
  67. 56c5d90 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  68. 6a19309 drivers/atm: Use DIV_ROUND_UP by Julia Lawall · 16 years ago
  69. ceade961 atm: idt77252: Use generic SKB queue management instead of home-grown scheme. by David S. Miller · 16 years ago
  70. fd09831 sparc: Annotate of_device_id arrays with const or __initdata. by David S. Miller · 16 years ago
  71. 826b6cf fore200e: Convert over to pure OF driver. by David S. Miller · 16 years ago
  72. 63237ee sparc: Move SBUS DMA attribute interfaces out of asm/sbus.h by David S. Miller · 16 years ago
  73. 738f2b7 sparc: Convert all SBUS drivers to dma_*() interfaces. by David S. Miller · 16 years ago
  74. 7a715f4 sparc: Make SBUS DMA interfaces take struct device. by David S. Miller · 16 years ago
  75. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  76. 849e8ca atm: fix direct casts of pointers to u32 in the InterPhase driver by David Howells · 16 years ago
  77. 6f75a9b atm: [fore200e] use MODULE_FIRMWARE() and other suggested cleanups by Chas Williams · 16 years ago
  78. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  79. 27d202f firmware: convert Ambassador ATM driver to request_firmware() by David Woodhouse · 16 years ago
  80. e92481f atm: [fore200e] convert to use request_firmware() by Chas Williams · 16 years ago
  81. 7255ca3 atm: [he] remove #ifdef clutter by Chas Williams · 16 years ago
  82. 97928f7 atm: [iphase] 64-bit cleanup by Alan Cox · 16 years ago
  83. df3bc8b atm: [suni] add support for setting loopback and framing modes by Chas Williams · 16 years ago
  84. 2be63b8 atm: [iphase] move struct suni_priv to suni.h by Jorge Boncompte [DTI2] · 16 years ago
  85. 65c3e47 atm: [he] send idle cells instead of unassigned when in SDH mode by Chas Williams · 16 years ago
  86. 28e84ab atm: [he] limit queries to the device's register space by Robert T. Johnson · 16 years ago
  87. 059e377 atm: [he] only support suni driver on multimode interfaces by Chas Williams · 16 years ago
  88. d6c1d70 atm: [iphase] doesn't call phy->start due to a bogus #ifndef by Jorge Boncompte [DTI2] · 16 years ago
  89. c0ed0b6 atm: [iphase] set drvdata before enabling interrupts by Jorge Boncompte [DTI2] · 16 years ago
  90. b36ffc4 drivers/atm/eni.h: remove unused macro KERNEL_OFFSET by Pradeep Singh Rautela · 16 years ago
  91. 7ff6e6f drivers/atm/: remove CVS keywords by Adrian Bunk · 16 years ago
  92. ffd8211 iphase: Fix 64bit warning. by Alan Cox · 16 years ago
  93. 95dfec6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  94. eff0dee54 atm: ambassador: vcc_sf semaphore to mutex by Daniel Walker · 16 years ago
  95. 8da5630 drivers: atm, char fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  96. 420635f drivers/atm: use time_before, time_before_eq, etc by Julia Lawall · 16 years ago
  97. 36ef408 atm nicstar: Removal of debug code containing deprecated calls to cli()/sti() by Mark Asselstine · 16 years ago
  98. 2cf83af [ATM] drivers/atm/horizon.c: stop inlining largish static functions by Denys Vlasenko · 16 years ago
  99. a5b2db6 [ATM] drivers/atm/ambassador.c: stop inlining largish static functions by Denys Vlasenko · 16 years ago
  100. a22eb6f [ATM] drivers/atm/iphase.c: compilation warning fix by Leonardo Potenza · 16 years ago