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
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-08
net/mlx4_en: Add RFS support in UDP
Eyal Perry
1
-11
/
+34
2013-11-08
ixgbe: enable l2 forwarding acceleration for macvlans
John Fastabend
4
-89
/
+443
2013-11-08
net/mlx4_en: Fixed crash when port type is changed
Amir Vadai
1
-4
/
+4
2013-11-08
tg3: avoid double-freeing of rx data memory
Ivan Vecera
1
-6
/
+6
2013-11-08
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-2
/
+1
2013-11-07
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
29
-270
/
+395
2013-11-07
net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
Duan Jiong
1
-3
/
+1
2013-11-07
smsc: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
Duan Jiong
1
-3
/
+1
2013-11-07
smsc9420: Use netif_<level>
Joe Perches
1
-78
/
+77
2013-11-07
jme: Remove unused #define PFX
Joe Perches
1
-1
/
+0
2013-11-06
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
10
-0
/
+33
2013-11-06
net: mv643xx_eth: Add missing phy_addr_set in DT mode
Jason Gunthorpe
1
-0
/
+1
2013-11-05
net/mlx4_core: Implement resource quota enforcement
Jack Morgenstein
2
-13
/
+173
2013-11-05
net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapper
Jack Morgenstein
1
-23
/
+65
2013-11-05
mlx4: Structures and init/teardown for VF resource quotas
Jack Morgenstein
5
-19
/
+201
2013-11-05
net/mlx4_core: Fix checking order in MR table init
Jack Morgenstein
1
-3
/
+3
2013-11-05
net/mlx4_core: Don't fail reg/unreg vlan for older guests
Jack Morgenstein
3
-1
/
+18
2013-11-05
net/mlx4_core: Resource tracker for reg/unreg vlans
Jack Morgenstein
1
-6
/
+121
2013-11-05
net/mlx4_en: Use vlan id instead of vlan index for unregistration
Jack Morgenstein
5
-20
/
+19
2013-11-05
net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware spec
Jack Morgenstein
2
-25
/
+48
2013-11-05
net/mlx4_core: Fix register/unreg vlan flow
Jack Morgenstein
1
-11
/
+10
2013-11-05
sh_eth: check platform data pointer
Sergei Shtylyov
1
-0
/
+6
2013-11-05
qlcnic: update version to 5.3.52
Himanshu Madhani
1
-2
/
+2
2013-11-05
qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.
Himanshu Madhani
5
-17
/
+18
2013-11-05
qlcnic: refactor Tx/SDS ring calculation and validation in driver.
Himanshu Madhani
12
-311
/
+404
2013-11-05
qlcnic: Enhance ethtool Statistics for Multiple Tx queue.
Himanshu Madhani
4
-62
/
+94
2013-11-05
qlcnic: Register netdev in FAILED state for 83xx/84xx
Sucheta Chakraborty
6
-33
/
+67
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-32
/
+70
2013-11-04
net/mlx4_core: Fix call to __mlx4_unregister_mac
Jack Morgenstein
1
-1
/
+1
2013-11-02
smsc9420: replace printk with netdev_ calls
Ben Boeckel
1
-13
/
+13
2013-11-02
smc91c92_cs: replace printk with netdev_ calls
Ben Boeckel
1
-22
/
+21
2013-11-02
smc9194: replace printk with netdev_ calls
Ben Boeckel
1
-27
/
+25
2013-11-02
smsc911x: replace printk with netdev_ calls
Ben Boeckel
1
-1
/
+1
2013-11-02
smc911x: replace printk with netdev_ calls
Ben Boeckel
2
-167
/
+166
2013-11-02
smc91x: replace printk with netdev_ calls
Ben Boeckel
2
-123
/
+118
2013-11-02
epic100: replace printk with netdev_ calls
Ben Boeckel
1
-67
/
+58
2013-11-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
6
-28
/
+27
2013-11-01
ixgbe: fix inconsistent clearing of the multicast table
Emil Tantilov
1
-8
/
+7
2013-11-01
ixgbe: cleanup IXGBE_DESC_UNUSED
Don Skidmore
2
-8
/
+12
2013-11-01
ixgbe: Reduce memory consumption with larger page sizes
Anton Blanchard
1
-0
/
+4
2013-11-01
igb: Don't let ethtool try to write to iNVM in i210/i211
Fujinaka, Todd
1
-1
/
+3
2013-11-01
ixgbevf: remove redundant workaround
Emil Tantilov
1
-9
/
+0
2013-11-01
e1000: fix wrong queue idx calculation
Hong Zhiguo
1
-2
/
+1
2013-11-01
sfc: Fix DMA unmapping issue with firmware assisted TSO
Alexandre Rames
2
-2
/
+8
2013-10-31
DMA-API: net: octeon: use dma_coerce_mask_and_coherent()
Russell King
1
-2
/
+3
2013-10-31
DMA-API: net: nxp/lpc_eth: use dma_coerce_mask_and_coherent()
Russell King
1
-2
/
+4
2013-10-31
bgmac: pass received packet to the netif instead of copying it
Rafał Miłecki
1
-27
/
+39
2013-10-30
bgmac: don't update slot on skb alloc/dma mapping error
Nathan Hintz
1
-6
/
+14
2013-10-30
ibm emac: Fix locking for enable/disable eob irq
Alistair Popple
1
-0
/
+4
2013-10-30
ibm emac: Don't call napi_complete if napi_reschedule failed
Alistair Popple
1
-8
/
+4
[prev]
[next]