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