index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
atm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-22
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
4
-6
/
+7
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
1
-2
/
+5
2010-05-19
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-7
/
+9
2010-05-18
atm: select FW_LOADER in Kconfig for solos-pci
Nathan Williams
1
-0
/
+1
2010-04-21
net: sk_sleep() helper
Eric Dumazet
1
-3
/
+3
2010-04-15
drivers: net: use skb_headlen()
Eric Dumazet
2
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
16
-0
/
+16
2010-03-16
atm: use for_each_set_bit()
Akinobu Mita
1
-4
/
+3
2010-01-07
drivers/atm/lanai.c: use %pM to show MAC address
hartleys
1
-11
/
+3
2010-01-07
drivers/atm/fore200e.c: use %pM to show MAC address
hartleys
1
-7
/
+4
2010-01-07
drivers/atm/idt77252.c: use %pM to show MAC address
hartleys
1
-4
/
+1
2010-01-07
drivers/atm/nicstar.c: use %pM to show MAC address
hartleys
1
-3
/
+1
2009-12-14
drivers/atm: Correct code taking the size of a pointer
Julia Lawall
1
-1
/
+1
2009-12-12
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-1
/
+1
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-09
atm: [he] adjust tests to account for sk_wmem_alloc changes
chas williams - CONTRACTOR
1
-2
/
+2
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-11-18
drivers/atm/solos-pci.c: fix warning/bug, clean up code
Andrew Morton
1
-13
/
+16
2009-11-11
ambassador: declare MODULE_FIRMWARE
Ben Hutchings
1
-0
/
+1
2009-11-11
solos-pci: declare MODULE_FIRMWARE
Ben Hutchings
1
-0
/
+3
2009-10-29
atm: Cleanup redundant tests on unsigned
roel kluin
2
-3
/
+3
2009-10-01
net: Make setsockopt() optlen be unsigned.
David S. Miller
7
-14
/
+6
2009-09-28
atm: dereference of he_dev->rbps_virt in he_init_group()
Juha Leppanen
1
-7
/
+7
2009-09-23
Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6
David S. Miller
2
-9
/
+77
2009-09-23
atm: dereference of he_dev->rbps_virt in he_init_group()
roel kluin
1
-9
/
+50
2009-08-02
drivers/atm: Use DIV_ROUND_CLOSEST
Julia Lawall
1
-2
/
+2
2009-07-27
drivers/atm: Correct redundant test
Julia Lawall
1
-1
/
+1
2009-05-07
solos: Show Interleaving details for ADSL2 and 2+
Simon Farnsworth
1
-0
/
+4
2009-04-30
solos: Add some margin-related parameters
David Woodhouse
1
-0
/
+7
2009-04-14
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-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-22
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-19
atm: Add missing parentheses
Roel Kluin
1
-4
/
+4
2009-02-19
ATM: misplaced parentheses?
Roel Kluin
1
-1
/
+1
2009-02-11
fore200: fix oops on failed firmware load
Meelis Roos
1
-2
/
+2
2009-02-09
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
[next]