1. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  2. 78f857f solos: Check for rogue received packets by Nathan Williams · 15 years ago
  3. 4dbedf4 solos: support new FPGA RAM layout by Nathan Williams · 15 years ago
  4. 32f3dde atm: fix non-const printk argument by Stephen Hemminger · 15 years ago
  5. ed36604 Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6 by David S. Miller · 15 years ago
  6. 1329f45 solos: Disable DMA until we have an FPGA update with it actually implemented. by David Woodhouse · 15 years ago
  7. 0fc36aa solos: Automatically determine number of ports by Nathan Williams · 15 years ago
  8. 97d759d solos: Reset device on unload, free pending skbs by David Woodhouse · 15 years ago
  9. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  10. ca1ada8 atm: Add missing parentheses by Roel Kluin · 15 years ago
  11. 858671f ATM: misplaced parentheses? by Roel Kluin · 15 years ago
  12. fcffd0d fore200: fix oops on failed firmware load by Meelis Roos · 15 years ago
  13. bc111d5 drivers/atm: introduce missing kfree by Julia Lawall · 15 years ago
  14. f87b2ed solos: Swap upstream/downstream rates in status packet, clean up some more by David Woodhouse · 15 years ago
  15. eab50f7 solos: Set RX empty flag at startup only for !dma mode by David Woodhouse · 15 years ago
  16. cd5549e solos: Don't clear config registers at startup by David Woodhouse · 15 years ago
  17. 95852f4 solos: Tidy up status interrupt handling, cope with 'ERROR' status by David Woodhouse · 15 years ago
  18. cc3657e solos: Add 'reset' module parameter to reset the DSL chips on load by David Woodhouse · 15 years ago
  19. bdc5462 solos: Remove debugging, commented-out test code by David Woodhouse · 15 years ago
  20. 35c2221 solos: Clean up handling of card->tx_mask a little by David Woodhouse · 15 years ago
  21. c6428e5 solos: Fix various bugs in status packet handling by David Woodhouse · 15 years ago
  22. a0641cc solos: Remove superfluous wait_queue_head_t from struct solos_param by David Woodhouse · 15 years ago
  23. fcd8266 solos: Remove IRQF_DISABLED, don't frob IRQ enable on the FPGA in solos_irq() by David Woodhouse · 15 years ago
  24. cd2169f solos: Remove unused loopback debug stuff by David Woodhouse · 15 years ago
  25. f69e417 solos: Tidy up tx_mask handling for ports which need TX by David Woodhouse · 15 years ago
  26. eaf83e3 solos: Tidy up DMA handling a little. Still untested by David Woodhouse · 15 years ago
  27. 9093723 solos: First attempt at DMA support by David Woodhouse · 15 years ago
  28. c0fe302 solos: Remove parameter group from sysfs on ATM dev deregister by David Woodhouse · 15 years ago
  29. 3456b22 solos: Fix under-allocation of skb size for get/set parameters by David Woodhouse · 15 years ago
  30. af78065 solos: Add SNR and Attn to status packet, fix oops on load by David Woodhouse · 15 years ago
  31. b28a4b9 solos: Reject non-AAL5 connections.... for now by David Woodhouse · 15 years ago
  32. 1e615df solos: Kill existing connections on link down event by David Woodhouse · 15 years ago
  33. 87ebb18 solos: Handle new line status change packets, hook up to ATM layer info by David Woodhouse · 15 years ago
  34. d057f0a solos: Add initial list of parameters by David Woodhouse · 15 years ago
  35. 01e2ffa solos: Handle attribute show/store in kernel more sanely by David Woodhouse · 15 years ago
  36. 316bea7 solos: Kill global 'opens' count. by David Woodhouse · 15 years ago
  37. fa755b9 solos: Clean up firmware loading code by David Woodhouse · 15 years ago
  38. 7c4015b solos: FPGA and firmware update support. by Simon Farnsworth · 15 years ago
  39. 4306cad solos: Slight debugging improvements by Simon Farnsworth · 15 years ago
  40. b76811a solos: Fix length header in FPGA transfers by David Woodhouse · 15 years ago
  41. b67445fc generic swap(): iphase: rename swap() to swap_byte_order() by Wu Fengguang · 15 years ago
  42. 9c54004 atm: Driver for Solos PCI ADSL2+ card. by David Woodhouse · 16 years ago
  43. aac725c ATM: horizon, fix hrz_probe fail path by Jiri Slaby · 16 years ago
  44. 56c5d90 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  45. 6a19309 drivers/atm: Use DIV_ROUND_UP by Julia Lawall · 16 years ago
  46. ceade961 atm: idt77252: Use generic SKB queue management instead of home-grown scheme. by David S. Miller · 16 years ago
  47. fd09831 sparc: Annotate of_device_id arrays with const or __initdata. by David S. Miller · 16 years ago
  48. 826b6cf fore200e: Convert over to pure OF driver. by David S. Miller · 16 years ago
  49. 63237ee sparc: Move SBUS DMA attribute interfaces out of asm/sbus.h by David S. Miller · 16 years ago
  50. 738f2b7 sparc: Convert all SBUS drivers to dma_*() interfaces. by David S. Miller · 16 years ago
  51. 7a715f4 sparc: Make SBUS DMA interfaces take struct device. by David S. Miller · 16 years ago
  52. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  53. 849e8ca atm: fix direct casts of pointers to u32 in the InterPhase driver by David Howells · 16 years ago
  54. 6f75a9b atm: [fore200e] use MODULE_FIRMWARE() and other suggested cleanups by Chas Williams · 16 years ago
  55. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  56. 27d202f firmware: convert Ambassador ATM driver to request_firmware() by David Woodhouse · 16 years ago
  57. e92481f atm: [fore200e] convert to use request_firmware() by Chas Williams · 16 years ago
  58. 7255ca3 atm: [he] remove #ifdef clutter by Chas Williams · 16 years ago
  59. 97928f7 atm: [iphase] 64-bit cleanup by Alan Cox · 16 years ago
  60. df3bc8b atm: [suni] add support for setting loopback and framing modes by Chas Williams · 16 years ago
  61. 2be63b8 atm: [iphase] move struct suni_priv to suni.h by Jorge Boncompte [DTI2] · 16 years ago
  62. 65c3e47 atm: [he] send idle cells instead of unassigned when in SDH mode by Chas Williams · 16 years ago
  63. 28e84ab atm: [he] limit queries to the device's register space by Robert T. Johnson · 16 years ago
  64. 059e377 atm: [he] only support suni driver on multimode interfaces by Chas Williams · 16 years ago
  65. d6c1d70 atm: [iphase] doesn't call phy->start due to a bogus #ifndef by Jorge Boncompte [DTI2] · 16 years ago
  66. c0ed0b6 atm: [iphase] set drvdata before enabling interrupts by Jorge Boncompte [DTI2] · 16 years ago
  67. b36ffc4 drivers/atm/eni.h: remove unused macro KERNEL_OFFSET by Pradeep Singh Rautela · 16 years ago
  68. 7ff6e6f drivers/atm/: remove CVS keywords by Adrian Bunk · 16 years ago
  69. ffd8211 iphase: Fix 64bit warning. by Alan Cox · 16 years ago
  70. 95dfec6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  71. eff0dee54 atm: ambassador: vcc_sf semaphore to mutex by Daniel Walker · 16 years ago
  72. 8da5630 drivers: atm, char fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  73. 420635f drivers/atm: use time_before, time_before_eq, etc by Julia Lawall · 16 years ago
  74. 36ef408 atm nicstar: Removal of debug code containing deprecated calls to cli()/sti() by Mark Asselstine · 16 years ago
  75. 2cf83af [ATM] drivers/atm/horizon.c: stop inlining largish static functions by Denys Vlasenko · 16 years ago
  76. a5b2db6 [ATM] drivers/atm/ambassador.c: stop inlining largish static functions by Denys Vlasenko · 16 years ago
  77. a22eb6f [ATM] drivers/atm/iphase.c: compilation warning fix by Leonardo Potenza · 16 years ago
  78. f4c4b4a [ATM] atm/idt77252.c: Make 2 functions static by Adrian Bunk · 16 years ago
  79. 0ee897d [ATM]: Make atm/he.c:read_prom_byte() static by Adrian Bunk · 16 years ago
  80. d41a95e [ATM] firestream: Fix uninitialized var warning. by David S. Miller · 16 years ago
  81. 63734a3 fore2000 - fix misannotations by Al Viro · 16 years ago
  82. 5a346a1 atm: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  83. 7d1f8db [ATM]: [he] fixing compilation when you define USE_RBPS_POOL/USE_RBPL_POOL by Jorge Boncompte · 17 years ago
  84. a5929af [ATM]: [ambassador] kmalloc + memset conversion to kzalloc by Joonwoo Park · 17 years ago
  85. 900092a [ATM]: [he] This patch removes the ancient version string. by Adrian Bunk · 17 years ago
  86. 421c991 [ATM] atm/suni.c: Fix section mismatch. by Adrian Bunk · 16 years ago
  87. 799fa67 [ATM] atm/idt77105.c: Fix section mismatch. by Adrian Bunk · 16 years ago
  88. 5296195 [ATM]: [nicstar] delay irq setup until card is configured by Chas Williams · 16 years ago
  89. c5c0f33 [ATM]: Spelling fixes by Joe Perches · 17 years ago
  90. f58adb7 [ATM]: Fix compiler warning noise with FORE200E driver by Tom "spot" Callaway · 17 years ago
  91. 8a8037a [ATM]: [he] initialize lock and tasklet earlier by chas williams · 17 years ago
  92. 06efcad Eliminate pointless casts from void* in a few driver irq handlers. by Jeff Garzik · 17 years ago
  93. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  94. 821f3ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 17 years ago
  95. 06c5040 kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP by Sam Ravnborg · 17 years ago
  96. b4482a4 more trivial signedness fixes in drivers by Al Viro · 17 years ago
  97. 64b3361 long vs. unsigned long - low-hanging fruits in drivers by Al Viro · 17 years ago
  98. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  99. 06bfb7e Add some help texts to recently-introduced kconfig items by Jan Engelhardt · 17 years ago
  100. f714176 [ATM] drivers/atm/iphase.c: mostly kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago