index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
atm
/
solos-pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-2
/
+1
2013-01-03
Drivers: atm: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
2012-12-21
solos-pci: double lock in geos_gpio_store()
Dan Carpenter
1
-1
/
+1
2012-12-19
solos-pci: ensure all TX packets are aligned to 4 bytes
David Woodhouse
1
-4
/
+23
2012-12-19
solos-pci: add firmware upgrade support for new models
Nathan Williams
1
-11
/
+42
2012-12-19
solos-pci: remove superfluous debug output
Nathan Williams
1
-1
/
+0
2012-12-19
solos-pci: add GPIO support for newer versions on Geos board
Nathan Williams
1
-0
/
+105
2012-12-12
solos-pci: fix double-free of TX skb in DMA mode
David Woodhouse
1
-2
/
+3
2012-12-02
solos-pci: remove list_vccs() debugging function
David Woodhouse
1
-41
/
+0
2012-12-02
solos-pci: use GFP_KERNEL where possible, not GFP_ATOMIC
David Woodhouse
1
-3
/
+3
2012-12-02
solos-pci: clean up pclose() function
David Woodhouse
1
-4
/
+14
2012-12-02
solos-pci: Fix leak of skb received for unknown vcc
Nathan Williams
1
-1
/
+2
2012-12-02
solos-pci: wait for pending TX to complete when releasing vcc
David Woodhouse
1
-3
/
+14
2012-05-24
solos-pci: Fix DMA support
David Woodhouse
1
-1
/
+3
2012-02-19
drivers/atm/solos-pci.c: exchange pci_iounmaps
Julia Lawall
1
-2
/
+2
2011-04-17
atm: solos-pci: Fix set-but-unused variable.
David S. Miller
1
-2
/
+1
2011-03-30
atm/solos-pci: Don't flap VCs when carrier state changes
Philip A. Prindeville
1
-25
/
+1
2011-03-30
atm/solos-pci: Don't include frame pseudo-header on transmit hex-dump
Philip A. Prindeville
1
-1
/
+8
2011-03-30
atm/solos-pci: Use VPI.VCI notation uniformly.
Philip A. Prindeville
1
-2
/
+2
2011-02-13
ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_...
Jesper Juhl
1
-2
/
+3
2010-12-10
atm: correct sysfs 'device' link creation and parent relationships
Dan Williams
1
-4
/
+4
2010-11-08
solos: Refuse to upgrade firmware with older FPGA. It doesn't work.
David Woodhouse
1
-0
/
+8
2010-10-11
ATM: solos-pci, remove use after free
Jiri Slaby
1
-3
/
+5
2010-08-07
solos-pci: Fix race condition in tasklet RX handling
David Woodhouse
1
-1
/
+6
2010-07-09
atm/solos-pci: call atm_dev_signal_change() when signal changes.
Karl Hiramoto
1
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-11-18
drivers/atm/solos-pci.c: fix warning/bug, clean up code
Andrew Morton
1
-13
/
+16
2009-11-10
solos-pci: declare MODULE_FIRMWARE
Ben Hutchings
1
-0
/
+3
2009-09-22
Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6
David S. Miller
1
-9
/
+66
2009-07-27
drivers/atm: Correct redundant test
Julia Lawall
1
-1
/
+1
2009-04-13
Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)
Yang Hongyang
1
-1
/
+1
2009-03-25
solos: Check for rogue received packets
Nathan Williams
1
-0
/
+4
2009-03-25
solos: support new FPGA RAM layout
Nathan Williams
1
-9
/
+62
2009-03-21
Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6
David S. Miller
1
-160
/
+664
2009-03-17
solos: Disable DMA until we have an FPGA update with it actually implemented.
David Woodhouse
1
-1
/
+1
2009-03-17
solos: Automatically determine number of ports
Nathan Williams
1
-1
/
+2
2009-03-17
solos: Reset device on unload, free pending skbs
David Woodhouse
1
-1
/
+29
2009-02-08
drivers/atm: introduce missing kfree
Julia Lawall
1
-0
/
+1
2009-01-30
solos: Swap upstream/downstream rates in status packet, clean up some more
David Woodhouse
1
-26
/
+25
2009-01-30
solos: Set RX empty flag at startup only for !dma mode
David Woodhouse
1
-2
/
+4
2009-01-30
solos: Don't clear config registers at startup
David Woodhouse
1
-5
/
+1
2009-01-30
solos: Tidy up status interrupt handling, cope with 'ERROR' status
David Woodhouse
1
-4
/
+13
2009-01-30
solos: Add 'reset' module parameter to reset the DSL chips on load
David Woodhouse
1
-0
/
+10
2009-01-29
solos: Remove debugging, commented-out test code
David Woodhouse
1
-49
/
+3
2009-01-29
solos: Clean up handling of card->tx_mask a little
David Woodhouse
1
-25
/
+28
2009-01-29
solos: Fix various bugs in status packet handling
David Woodhouse
1
-21
/
+28
2009-01-29
solos: Remove superfluous wait_queue_head_t from struct solos_param
David Woodhouse
1
-1
/
+0
2009-01-29
solos: Remove IRQF_DISABLED, don't frob IRQ enable on the FPGA in solos_irq()
David Woodhouse
1
-5
/
+1
2009-01-29
solos: Remove unused loopback debug stuff
David Woodhouse
1
-23
/
+0
2009-01-29
solos: Tidy up tx_mask handling for ports which need TX
David Woodhouse
1
-7
/
+13
[next]