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
2019-07-15
docs: driver-model: move it to the driver-api book
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
22
-120
/
+101
2019-07-13
net: hisilicon: Use devm_platform_ioremap_resource
Jiangfeng Xiao
4
-18
/
+7
2019-07-13
cxgb4: reduce kernel stack usage in cudbg_collect_mem_region()
Arnd Bergmann
1
-6
/
+13
2019-07-13
nfp: flower: ensure ip protocol is specified for L4 matches
John Hurley
1
-9
/
+6
2019-07-13
nfp: flower: fix ethernet check on match fields
John Hurley
1
-8
/
+5
2019-07-13
net/mlx5e: Provide cb_list pointer when setting up tc block on rep
Vlad Buslov
1
-1
/
+4
2019-07-13
davinci_cpdma: don't cast dma_addr_t to pointer
Arnd Bergmann
1
-13
/
+13
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-7
/
+7
2019-07-12
net/mlx5e: Convert single case statement switch statements into if statements
Nathan Chancellor
1
-23
/
+11
2019-07-12
Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
8
-32
/
+33
2019-07-12
net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usage
Saeed Mahameed
1
-1
/
+1
2019-07-12
net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is off
Saeed Mahameed
1
-3
/
+2
2019-07-12
net/mlx5e: Fix compilation error in TLS code
Tariq Toukan
1
-1
/
+1
2019-07-12
net: stmmac: Fix misuses of GENMASK macro
Joe Perches
2
-3
/
+3
2019-07-12
net: ethernet: mediatek: Fix misuses of GENMASK macro
Joe Perches
2
-2
/
+2
2019-07-11
net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rn
Aya Levin
1
-1
/
+8
2019-07-11
net/mlx5e: Fix error flow in tx reporter diagnose
Aya Levin
1
-2
/
+2
2019-07-11
net/mlx5e: Fix return value from timeout recover function
Aya Levin
1
-4
/
+2
2019-07-11
net/mlx5e: Rx, Fix checksum calculation for new hardware
Saeed Mahameed
3
-1
/
+10
2019-07-11
net/mlx5e: Fix port tunnel GRE entropy control
Eli Britstein
1
-19
/
+4
2019-07-11
net/mlx5: E-Switch, Fix default encap mode
Maor Gottlieb
2
-5
/
+7
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
513
-11235
/
+42237
2019-07-10
net/mlx5e: Return in default case statement in tx_post_resync_params
Nathan Chancellor
1
-0
/
+1
2019-07-10
mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().
David S. Miller
1
-1
/
+1
2019-07-10
net: netsec: remove static declaration for netsec_set_tx_de()
Ilias Apalodimas
1
-45
/
+41
2019-07-10
net: netsec: remove superfluous if statement
Ilias Apalodimas
1
-4
/
+4
2019-07-10
net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload
Pablo Neira Ayuso
29
-207
/
+207
2019-07-10
net: flow_offload: add flow_block_cb_is_busy() and use it
Pablo Neira Ayuso
4
-0
/
+15
2019-07-10
drivers: net: use flow block API
Pablo Neira Ayuso
19
-111
/
+239
2019-07-10
net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*
Pablo Neira Ayuso
5
-9
/
+9
2019-07-10
net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND
Pablo Neira Ayuso
4
-10
/
+10
2019-07-10
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
13
-279
/
+57
2019-07-10
net: hisilicon: Add an tx_desc to adapt HI13X1_GMAC
Jiangfeng Xiao
1
-3
/
+31
2019-07-10
net: hisilicon: Add an rx_desc to adapt HI13X1_GMAC
Jiangfeng Xiao
1
-0
/
+9
2019-07-10
net: hisilicon: Offset buf address to adapt HI13X1_GMAC
Jiangfeng Xiao
1
-3
/
+17
2019-07-10
net: hisilicon: Add group field to adapt HI13X1_GMAC
Jiangfeng Xiao
1
-3
/
+5
2019-07-10
net: hisilicon: HI13X1_GMAX need dreq reset at first
Jiangfeng Xiao
1
-0
/
+24
2019-07-10
net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REG
Jiangfeng Xiao
1
-0
/
+2
2019-07-10
net: hisilicon: Cleanup for cast to restricted __be32
Jiangfeng Xiao
1
-2
/
+2
2019-07-10
net: hisilicon: Cleanup for got restricted __be32
Jiangfeng Xiao
1
-4
/
+4
2019-07-10
net: hisilicon: Add support for HI13X1 to hip04_eth
Jiangfeng Xiao
2
-7
/
+40
2019-07-10
net: stmmac: add support for hash table size 128/256 in dwmac4
Biao Huang
5
-25
/
+42
2019-07-10
net: stmmac: dwmac4: mac address array boudary violation issue
Biao Huang
1
-1
/
+1
2019-07-09
net: mvmdio: defer probe of orion-mdio if a clock is not ready
Josua Mayer
1
-0
/
+5
2019-07-09
net: mvmdio: print warning when orion-mdio has too many clocks
Josua Mayer
1
-0
/
+4
2019-07-09
net: mvmdio: allow up to four clocks to be specified for orion-mdio
Josua Mayer
1
-1
/
+1
2019-07-09
net: netsec: start using buffers if page_pool registration succeeded
Ilias Apalodimas
1
-8
/
+9
2019-07-09
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
2
-4
/
+4
2019-07-09
net: stmmac: Introducing support for Page Pool
Jose Abreu
3
-144
/
+70
[next]