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
/
net
/
ll_temac_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-29
net: include dma-mapping.h in ll_temac_main.c for dma_map_single etc
Stephen Rothwell
1
-0
/
+1
2011-06-21
ll_temac: enable transmit and receive time stamping.
Richard Cochran
1
-1
/
+4
2011-06-08
net: add needed interrupt.h
Stephen Rothwell
1
-0
/
+1
2011-02-28
dt/net: Eliminate users of of_platform_{,un}register_driver
Grant Likely
1
-5
/
+4
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2011-01-03
ll_temac: Fix section mismatch from the temac_of_probe
Michal Simek
1
-1
/
+1
2010-12-17
net: Fix drivers advertising HW_CSUM feature to use csum_start
Michał Mirosław
1
-1
/
+1
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-1
/
+1
2010-10-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-09-27
drivers/net: return operator cleanup
Eric Dumazet
1
-1
/
+1
2010-09-03
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
1
-1
/
+1
2010-09-01
of: Fix missing includes - ll_temac
Michal Simek
1
-0
/
+1
2010-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+2
2010-08-22
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+2
2010-08-19
ll_temac: Fix poll implementation
Michal Simek
1
-2
/
+2
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
1
-4
/
+4
2010-08-05
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2010-08-04
Merge branch 'master' into for-next
Jiri Kosina
1
-5
/
+13
2010-07-13
ll_temac: Fix missing validate_addr hook
Denis Kirjanov
1
-0
/
+1
2010-07-09
ll_temac: fix memory leak
Kulikov Vasiliy
1
-1
/
+4
2010-07-09
ll_temac: fix DMA resources leak
Denis Kirjanov
1
-0
/
+32
2010-07-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-5
/
+13
2010-07-08
ll_temac: Fix missing iounmaps
Denis Kirjanov
1
-5
/
+13
2010-07-02
ll_temac: add error checking to DMA init path
Denis Kirjanov
1
-2
/
+23
2010-06-16
Merge branch 'master' into for-next
Jiri Kosina
1
-31
/
+65
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
1
-1
/
+1
2010-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-25
/
+59
2010-05-27
net: ll_temac: fix checksum offload logic
Brian Hill
1
-24
/
+58
2010-05-27
net: ll_temac: fix interrupt bug when interrupt 0 is used
Brian Hill
1
-1
/
+1
2010-05-22
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
1
-45
/
+114
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
1
-1
/
+1
2010-05-19
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-5
/
+5
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-1
/
+1
2010-04-13
Add non-Virtex5 support for LL TEMAC driver
John Linn
1
-33
/
+104
2010-04-13
net: ll_temac: remove virt_to_bus call
John Linn
1
-3
/
+1
2010-04-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-08
Revert "Add non-Virtex5 support for LL TEMAC driver"
David S. Miller
1
-104
/
+33
2010-04-07
Add non-Virtex5 support for LL TEMAC driver
John Linn
1
-33
/
+104
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-8
/
+8
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-26
net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2
Jiri Pirko
1
-3
/
+4
2010-02-18
ll_temac: Fix MAC address configuration from userland
Steven J. Magnani
1
-1
/
+8
2010-02-18
ll_temac: Add support for V2 LLTEMAC core
Steven J. Magnani
1
-1
/
+4
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-3
/
+3
2010-01-04
drivers/net : Correct the size argument to kzalloc
Julia Lawall
1
-1
/
+1
2009-12-04
drivers/net: Move && and || to end of previous line
Joe Perches
1
-2
/
+2
2009-09-21
trivial: remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2009-07-06
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-04-27
net: add Xilinx ll_temac device driver
Grant Likely
1
-0
/
+969