index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
atm
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-13
Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)
Yang Hongyang
1
-1
/
+1
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2
-3
/
+3
2009-03-21
atm: fix non-const printk argument
Stephen Hemminger
1
-3
/
+1
2009-03-21
Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6
David S. Miller
2
-160
/
+734
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-24
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-1
/
+1
2009-02-18
atm: Add missing parentheses
Roel Kluin
1
-4
/
+4
2009-02-18
ATM: misplaced parentheses?
Roel Kluin
1
-1
/
+1
2009-02-10
fore200: fix oops on failed firmware load
Meelis Roos
1
-2
/
+2
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
2009-01-29
solos: Tidy up DMA handling a little. Still untested
David Woodhouse
1
-42
/
+53
2009-01-28
solos: First attempt at DMA support
David Woodhouse
1
-28
/
+90
2009-01-28
solos: Remove parameter group from sysfs on ATM dev deregister
David Woodhouse
1
-0
/
+2
2009-01-28
solos: Fix under-allocation of skb size for get/set parameters
David Woodhouse
1
-2
/
+2
2009-01-28
solos: Add SNR and Attn to status packet, fix oops on load
David Woodhouse
1
-7
/
+23
2009-01-27
solos: Reject non-AAL5 connections.... for now
David Woodhouse
1
-0
/
+6
2009-01-27
solos: Kill existing connections on link down event
David Woodhouse
1
-2
/
+28
2009-01-27
solos: Handle new line status change packets, hook up to ATM layer info
David Woodhouse
1
-1
/
+92
2009-01-27
solos: Add initial list of parameters
David Woodhouse
2
-6
/
+94
2009-01-27
solos: Handle attribute show/store in kernel more sanely
David Woodhouse
1
-0
/
+187
2009-01-27
solos: Kill global 'opens' count.
David Woodhouse
1
-10
/
+0
2009-01-27
solos: Clean up firmware loading code
David Woodhouse
1
-136
/
+73
2009-01-27
solos: FPGA and firmware update support.
Simon Farnsworth
1
-2
/
+169
2009-01-27
solos: Slight debugging improvements
Simon Farnsworth
1
-1
/
+2
2009-01-27
solos: Fix length header in FPGA transfers
David Woodhouse
1
-4
/
+7
2009-01-08
generic swap(): iphase: rename swap() to swap_byte_order()
Wu Fengguang
1
-3
/
+3
2008-12-26
atm: Driver for Solos PCI ADSL2+ card.
David Woodhouse
3
-0
/
+797
2008-11-29
ATM: horizon, fix hrz_probe fail path
Jiri Slaby
1
-1
/
+1
2008-10-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
5
-34
/
+18
2008-09-22
drivers/atm: Use DIV_ROUND_UP
Julia Lawall
3
-8
/
+8
2008-09-21
atm: idt77252: Use generic SKB queue management instead of home-grown scheme.
David S. Miller
2
-26
/
+10
2008-08-31
sparc: Annotate of_device_id arrays with const or __initdata.
David S. Miller
1
-1
/
+1
2008-08-29
fore200e: Convert over to pure OF driver.
David S. Miller
2
-232
/
+189
2008-08-29
sparc: Move SBUS DMA attribute interfaces out of asm/sbus.h
David S. Miller
1
-2
/
+2
2008-08-29
sparc: Convert all SBUS drivers to dma_*() interfaces.
David S. Miller
1
-8
/
+8
2008-08-29
sparc: Make SBUS DMA interfaces take struct device.
David S. Miller
1
-10
/
+24
[next]