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
/
forcedeth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-26
[FORCEDETH]: Use skb_tailroom where appropriate
Arnaldo Carvalho de Melo
1
-11
/
+7
2007-04-26
[SK_BUFF]: Convert skb->end to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-10
/
+20
2007-04-26
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-2
/
+0
2007-03-28
forcedeth: fix tx timeout
Ayaz Abdulla
1
-1
/
+2
2007-03-28
forcedeth: fix nic poll
Ayaz Abdulla
1
-1
/
+4
2007-02-27
forcedeth: fix checksum feature in mcp65
Ayaz Abdulla
1
-4
/
+4
2007-02-27
forcedeth: disable msix
Ayaz Abdulla
1
-1
/
+1
2007-02-27
forcedeth: fixed missing call in napi poll
Ayaz Abdulla
1
-3
/
+7
2007-02-06
forcedeth: statistics optimization
Ayaz Abdulla
1
-21
/
+17
2007-02-06
forcedeth: statistics supported
Ayaz Abdulla
1
-79
/
+110
2007-02-06
forcedeth: tx max work
Ayaz Abdulla
1
-6
/
+12
2007-02-06
forcedeth: irq data path optimization
Ayaz Abdulla
1
-72
/
+77
2007-02-06
forcedeth: rx data path optimization
Ayaz Abdulla
1
-182
/
+148
2007-02-06
forcedeth: tx data path optimization
Ayaz Abdulla
1
-57
/
+58
2007-02-06
forcedeth: tx limiting
Ayaz Abdulla
1
-16
/
+13
2007-02-06
forcedeth: optimized routines
Ayaz Abdulla
1
-133
/
+501
2007-02-06
forcedeth: rx skb recycle
Ayaz Abdulla
1
-35
/
+43
2007-02-06
forcedeth: tx locking
Ayaz Abdulla
1
-4
/
+5
2007-02-06
forcedeth: ring access
Ayaz Abdulla
1
-186
/
+265
2007-02-06
forcedeth: dma access
Ayaz Abdulla
1
-2
/
+2
2007-02-06
remove NETIF_F_TSO ifdefery
Arjan van de Ven
1
-5
/
+1
2007-01-09
forcedeth: sideband management fix
Ayaz Abdulla
1
-55
/
+56
2006-12-27
forcedeth: modified comment header
Ayaz Abdulla
1
-3
/
+2
2006-12-27
netpoll: drivers must not enable IRQ unconditionally in their NAPI handler
Francois Romieu
1
-4
/
+7
2006-12-02
[PATCH] forcedeth: add support for new mcp67 device
Ayaz Abdulla
1
-0
/
+16
2006-12-02
[PATCH] forcedeth: add recoverable error support
Ayaz Abdulla
1
-4
/
+74
2006-12-02
[PATCH] forcedeth: add mgmt unit support
Ayaz Abdulla
1
-17
/
+134
2006-12-02
[PATCH] forcedeth: power management support
Francois Romieu
1
-1
/
+46
2006-10-11
Merge branch 'master' into upstream-fixes
Jeff Garzik
1
-10
/
+10
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-10
/
+10
2006-10-05
[PATCH] forcedeth: hardirq lockdep warning
Peter Zijlstra
1
-14
/
+17
2006-09-26
[PATCH] fix possible NULL ptr deref in forcedeth
Jesper Juhl
1
-1
/
+7
2006-09-24
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-201
/
+361
2006-09-23
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-1
/
+2
2006-09-13
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
1
-1
/
+1
2006-09-11
[PATCH] cleanup unnecessary forcedeth printk
Andy Gospodarek
1
-1
/
+0
2006-09-06
[PATCH] forcedeth: decouple vlan and rx checksum dependency
Ayaz Abdulla
1
-14
/
+9
2006-09-06
[PATCH] forcedeth: errata for marvell phys
Ayaz Abdulla
1
-17
/
+56
2006-08-20
drivers/net: Remove deprecated use of pci_module_init()
Jeff Garzik
1
-1
/
+1
2006-08-09
[PATCH] forcdeth: revised NAPI support
Stephen Hemminger
1
-16
/
+124
2006-08-09
[PATCH] forcedeth: mac address corrected
Ayaz Abdulla
1
-11
/
+31
2006-08-09
[PATCH] forcedeth: move mac address setup/teardown
Ayaz Abdulla
1
-15
/
+14
2006-07-29
[PATCH] forcedeth: le32 annotation
Stephen Hemminger
1
-8
/
+8
2006-07-29
[PATCH] forcedeth: coding style cleanups
Stephen Hemminger
1
-123
/
+123
2006-07-13
[PATCH] forcedeth: watermark fixup
Ayaz Abdulla
1
-4
/
+19
2006-07-13
[PATCH] forcedeth: deferral fixup
Ayaz Abdulla
1
-7
/
+19
2006-07-09
[NET] gso: Add skb_is_gso
Herbert Xu
1
-1
/
+1
2006-07-04
[PATCH] lockdep: annotate forcedeth.c disable_irq()
Ingo Molnar
1
-10
/
+10
2006-07-04
[PATCH] forcedeth: typecast cleanup
Andrew Morton
1
-4
/
+4
2006-07-03
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-9
/
+9
[next]