1. c7bcae4 solos-pci: fix error return code by Julia Lawall · 10 years ago
  2. 5f4d4e3 atm: solos-pci: make solos_bh() as static by Daeseok Youn · 10 years ago
  3. 109744c atm: solos-pci: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  4. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  5. 6c44512 Drivers: atm: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  6. 2904207 solos-pci: double lock in geos_gpio_store() by Dan Carpenter · 12 years ago
  7. 152a2a8 solos-pci: ensure all TX packets are aligned to 4 bytes by David Woodhouse · 12 years ago
  8. 13af816 solos-pci: add firmware upgrade support for new models by Nathan Williams · 12 years ago
  9. 7fbdadb solos-pci: remove superfluous debug output by Nathan Williams · 12 years ago
  10. f9baad0 solos-pci: add GPIO support for newer versions on Geos board by Nathan Williams · 12 years ago
  11. cae49ed solos-pci: fix double-free of TX skb in DMA mode by David Woodhouse · 12 years ago
  12. c48d49a solos-pci: remove list_vccs() debugging function by David Woodhouse · 12 years ago
  13. a1db5c5 solos-pci: use GFP_KERNEL where possible, not GFP_ATOMIC by David Woodhouse · 12 years ago
  14. 213e85d solos-pci: clean up pclose() function by David Woodhouse · 12 years ago
  15. 007ef52 solos-pci: Fix leak of skb received for unknown vcc by Nathan Williams · 12 years ago
  16. 7ad3ead solos-pci: wait for pending TX to complete when releasing vcc by David Woodhouse · 12 years ago
  17. b4bd8ad solos-pci: Fix DMA support by David Woodhouse · 12 years ago
  18. 8ae0cfe drivers/atm/solos-pci.c: exchange pci_iounmaps by Julia Lawall · 12 years ago
  19. 06091ed atm: solos-pci: Fix set-but-unused variable. by David S. Miller · 13 years ago
  20. c031235 atm/solos-pci: Don't flap VCs when carrier state changes by Philip A. Prindeville · 13 years ago
  21. 18b429e atm/solos-pci: Don't include frame pseudo-header on transmit hex-dump by Philip A. Prindeville · 13 years ago
  22. 1e19e65 atm/solos-pci: Use VPI.VCI notation uniformly. by Philip A. Prindeville · 13 years ago
  23. da1ab3e ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_skb() interact badly. by Jesper Juhl · 13 years ago
  24. d9ca676 atm: correct sysfs 'device' link creation and parent relationships by Dan Williams · 14 years ago
  25. 3ce1227 solos: Refuse to upgrade firmware with older FPGA. It doesn't work. by David Woodhouse · 14 years ago
  26. f1ee89d ATM: solos-pci, remove use after free by Jiri Slaby · 14 years ago
  27. 1f6ea6e solos-pci: Fix race condition in tasklet RX handling by David Woodhouse · 14 years ago
  28. 49d4910 atm/solos-pci: call atm_dev_signal_change() when signal changes. by Karl Hiramoto · 14 years ago
  29. 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
  30. 7adcdb4 drivers/atm/solos-pci.c: fix warning/bug, clean up code by Andrew Morton · 15 years ago
  31. 9fca79d solos-pci: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  32. efb064d Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6 by David S. Miller · 15 years ago
  33. 6cf5767 drivers/atm: Correct redundant test by Julia Lawall · 15 years ago
  34. e930438 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) by Yang Hongyang · 15 years ago
  35. 78f857f solos: Check for rogue received packets by Nathan Williams · 15 years ago
  36. 4dbedf4 solos: support new FPGA RAM layout by Nathan Williams · 15 years ago
  37. ed36604 Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6 by David S. Miller · 15 years ago
  38. 1329f45 solos: Disable DMA until we have an FPGA update with it actually implemented. by David Woodhouse · 15 years ago
  39. 0fc36aa solos: Automatically determine number of ports by Nathan Williams · 15 years ago
  40. 97d759d solos: Reset device on unload, free pending skbs by David Woodhouse · 15 years ago
  41. bc111d5 drivers/atm: introduce missing kfree by Julia Lawall · 15 years ago
  42. f87b2ed solos: Swap upstream/downstream rates in status packet, clean up some more by David Woodhouse · 15 years ago
  43. eab50f7 solos: Set RX empty flag at startup only for !dma mode by David Woodhouse · 15 years ago
  44. cd5549e solos: Don't clear config registers at startup by David Woodhouse · 15 years ago
  45. 95852f4 solos: Tidy up status interrupt handling, cope with 'ERROR' status by David Woodhouse · 15 years ago
  46. cc3657e solos: Add 'reset' module parameter to reset the DSL chips on load by David Woodhouse · 15 years ago
  47. bdc5462 solos: Remove debugging, commented-out test code by David Woodhouse · 15 years ago
  48. 35c2221 solos: Clean up handling of card->tx_mask a little by David Woodhouse · 15 years ago
  49. c6428e5 solos: Fix various bugs in status packet handling by David Woodhouse · 15 years ago
  50. a0641cc solos: Remove superfluous wait_queue_head_t from struct solos_param by David Woodhouse · 15 years ago
  51. fcd8266 solos: Remove IRQF_DISABLED, don't frob IRQ enable on the FPGA in solos_irq() by David Woodhouse · 15 years ago
  52. cd2169f solos: Remove unused loopback debug stuff by David Woodhouse · 15 years ago
  53. f69e417 solos: Tidy up tx_mask handling for ports which need TX by David Woodhouse · 15 years ago
  54. eaf83e3 solos: Tidy up DMA handling a little. Still untested by David Woodhouse · 15 years ago
  55. 9093723 solos: First attempt at DMA support by David Woodhouse · 15 years ago
  56. c0fe302 solos: Remove parameter group from sysfs on ATM dev deregister by David Woodhouse · 15 years ago
  57. 3456b22 solos: Fix under-allocation of skb size for get/set parameters by David Woodhouse · 15 years ago
  58. af78065 solos: Add SNR and Attn to status packet, fix oops on load by David Woodhouse · 15 years ago
  59. b28a4b9 solos: Reject non-AAL5 connections.... for now by David Woodhouse · 15 years ago
  60. 1e615df solos: Kill existing connections on link down event by David Woodhouse · 15 years ago
  61. 87ebb18 solos: Handle new line status change packets, hook up to ATM layer info by David Woodhouse · 15 years ago
  62. d057f0a solos: Add initial list of parameters by David Woodhouse · 15 years ago
  63. 01e2ffa solos: Handle attribute show/store in kernel more sanely by David Woodhouse · 15 years ago
  64. 316bea7 solos: Kill global 'opens' count. by David Woodhouse · 15 years ago
  65. fa755b9 solos: Clean up firmware loading code by David Woodhouse · 15 years ago
  66. 7c4015b solos: FPGA and firmware update support. by Simon Farnsworth · 15 years ago
  67. 4306cad solos: Slight debugging improvements by Simon Farnsworth · 15 years ago
  68. b76811a solos: Fix length header in FPGA transfers by David Woodhouse · 15 years ago
  69. 9c54004 atm: Driver for Solos PCI ADSL2+ card. by David Woodhouse · 16 years ago