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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-26
cxgb3 gfp_t annotations
Al Viro
1
-1
/
+1
2007-07-26
misannotation in pppol2tp
Al Viro
1
-2
/
+2
2007-07-25
netdev: i82596 Ethernet needs <asm/cacheflush.h>
Geert Uytterhoeven
1
-0
/
+1
2007-07-25
forcedeth: mcp73 device addition
Ayaz Abdulla
1
-0
/
+16
2007-07-25
atl1: make atl1_init_ring_ptrs static
Chris Snook
1
-1
/
+1
2007-07-25
eHEA: net_poll support
Jan-Bernd Themann
2
-2
/
+22
2007-07-25
drivers/net/acenic.c: fix check-after-use
Adrian Bunk
1
-6
/
+0
2007-07-25
defxx: Use __maybe_unused rather than a local hack
Maciej W. Rozycki
1
-9
/
+8
2007-07-25
Fix error checking in Vitesse IRQ config
Andy Fleming
1
-1
/
+1
2007-07-25
ps3: reduce allocation size of rx skb buffers
Masakazu Mokuno
2
-13
/
+44
2007-07-25
atl1: use kernel provided ethernet length constants
Jay Cliburn
2
-11
/
+7
2007-07-25
atl1: fix typo in dma_req_block
Jay Cliburn
1
-2
/
+2
2007-07-25
atl1: change cmb write threshold
Jay Cliburn
1
-1
/
+4
2007-07-25
atl1: fix typo in DMA engine setup
Jay Cliburn
1
-2
/
+2
2007-07-25
atl1: change tpd_avail function name
Jay Cliburn
1
-2
/
+2
2007-07-25
ps3: fix rare issue that reenabling rx DMA fails
Masakazu Mokuno
2
-2
/
+8
2007-07-25
ps3: removed calling netif_poll_enable() in open()
Masakazu Mokuno
1
-1
/
+0
2007-07-25
ps3: use ethX as the name of irq
Masakazu Mokuno
1
-1
/
+1
2007-07-25
ps3: use net_device_stats of net_device structure
Masakazu Mokuno
2
-24
/
+8
2007-07-25
ps3: removed conditional ethtool support
Masakazu Mokuno
2
-6
/
+0
2007-07-25
ps3: removed defines no longer used
Masakazu Mokuno
1
-7
/
+0
2007-07-25
ps3: tx descriptor handling cleanup
Masakazu Mokuno
1
-53
/
+71
2007-07-25
ps3: some minor cleanups
Masakazu Mokuno
2
-3
/
+3
2007-07-25
ps3: fix wrong calculation of rx descriptor address
Masakazu Mokuno
1
-1
/
+1
2007-07-25
netxen: Load firmware during probe, dma watchdog fix.
dhananjay@netxen.com
2
-26
/
+25
2007-07-25
ucc_geth: add support to netif message level
Li Yang
1
-125
/
+190
2007-07-25
ucc_geth: add ethtool support
Li Yang
5
-14
/
+407
2007-07-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-2
/
+1
2007-07-22
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
3
-5
/
+2
2007-07-22
[NET]: Make NETDEVICES depend on NET.
Jan Engelhardt
1
-0
/
+1
2007-07-22
[IrDA]: TOSHIBA_FIR depends on virt_to_bus
Stephen Rothwell
1
-1
/
+1
2007-07-22
[IrDA]: EP7211 IR driver port to the latest SIR API
Samuel Ortiz
3
-0
/
+99
2007-07-21
mlx4_core: Change command token on timeout
Roland Dreier
1
-2
/
+1
2007-07-21
[SPARC64]: Add proper multicast support to VNET driver.
David S. Miller
2
-2
/
+146
2007-07-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...
Linus Torvalds
1
-1
/
+1
2007-07-20
Fix up sky2 breakage
Al Viro
1
-3
/
+4
2007-07-20
mac89x0: missing __init
Al Viro
1
-1
/
+1
2007-07-20
[ARM] rpc: silence two section mismatch warnings
Russell King
2
-2
/
+2
2007-07-20
[ARM] rpc: remove linux/ptrace.h from ARM ether?.c drivers
Russell King
3
-3
/
+0
2007-07-20
[SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET.
Fabio Massimo Di Nitto
1
-1
/
+1
2007-07-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
Linus Torvalds
2
-49
/
+66
2007-07-19
lguest: the net driver
Rusty Russell
2
-0
/
+355
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
30
-73
/
+35
2007-07-19
unregister_chrdev(): ignore the return value
Akinobu Mita
1
-2
/
+1
2007-07-19
[TG3]: Fix msi issue with kexec/kdump.
Michael Chan
2
-49
/
+66
2007-07-19
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
16
-51
/
+1279
2007-07-19
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
5
-73
/
+130
2007-07-19
eHEA: Fix bonding support
Thomas Klein
2
-19
/
+20
2007-07-19
Blackfin ethernet driver: on chip ethernet MAC controller driver
Bryan Wu
4
-0
/
+1186
2007-07-19
fix wrong argument of tc35815_read_plat_dev_addr()
Yoichi Yuasa
1
-1
/
+1
[next]