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
/
ibm
/
ibmveth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-03
ibmveth: Recycle buffers during replenish phase
Nick Child
1
-84
/
+60
2024-08-03
ibmveth: Optimize poll rescheduling process
Nick Child
1
-13
/
+15
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2023-10-12
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
1
-1
/
+1
2023-10-04
ibmveth: Remove condition to recompute TCP header checksum.
David Wilder
1
-13
/
+12
2023-08-23
ibmveth: Use dcbf rather than dcbfl
Michael Ellerman
1
-1
/
+1
2022-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2022-11-09
ibmveth: Reduce default tx queues to 8
Nick Child
1
-1
/
+2
2022-10-24
ibmveth: Always stop tx queues during close
Nick Child
1
-17
/
+1
2022-09-30
ibmveth: Ethtool set queue support
Nick Child
1
-29
/
+120
2022-09-30
ibmveth: Implement multi queue on xmit
Nick Child
1
-29
/
+40
2022-09-30
ibmveth: Copy tx skbs into a premapped buffer
Nick Child
1
-123
/
+62
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+1
2022-01-06
ethernet: ibmveth: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2021-10-16
ethernet: ibmveth: use ether_addr_to_u64()
Jakub Kicinski
1
-14
/
+3
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-09-27
ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()
Cai Huoqing
1
-16
/
+9
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-06-23
ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM.
David Wilder
1
-23
/
+28
2021-05-19
ibmveth: fix kobj_to_dev.cocci warnings
YueHaibing
1
-2
/
+1
2021-03-02
vio: make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2020-10-28
ibmveth: Fix use of ibmveth in a bridge.
Thomas Bogendoerfer
1
-6
/
+0
2020-10-15
ibmveth: Identify ingress large send packets.
David Wilder
1
-1
/
+12
2020-10-15
ibmveth: Switch order of ibmveth_helper calls.
David Wilder
1
-5
/
+5
2020-06-20
ibmveth: Fix max MTU limit
Thomas Falcon
1
-1
/
+1
2020-03-06
ibmveth: Remove unused page_offset macro
Matthew Wilcox (Oracle)
1
-2
/
+0
2020-03-01
net/ethtool: Introduce link_ksettings API for virtual network devices
Cris Forno
1
-24
/
+33
2019-11-15
ibmveth: Detect unsupported packets before sending to the hypervisor
Cris Forno
1
-0
/
+26
2019-08-14
ibmveth: Convert multicast list size for little-endian system
Thomas Falcon
1
-4
/
+5
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
1
-13
/
+1
2019-03-20
ibmveth: Make array ibmveth_stats static
YueHaibing
1
-1
/
+1
2019-01-25
ibmveth: Do not process frames after calling napi_reschedule
Thomas Falcon
1
-2
/
+0
2019-01-01
ibmveth: fix DMA unmap error in ibmveth_xmit_start error path
Tyrel Datwyler
1
-1
/
+5
2018-09-19
net: ethernet: remove redundant include
zhong jiang
1
-1
/
+0
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2017-08-17
net: ibm: ibmveth: constify vio_device_id
Arvind Yadav
1
-1
/
+1
2017-07-07
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-85
/
+74
2017-06-29
net: ibm: ibmveth: constify dev_pm_ops structures.
Arvind Yadav
1
-1
/
+1
2017-06-20
ibmveth: properly unwind on init errors
Christoph Hellwig
1
-85
/
+74
2017-05-21
ibmveth: Support to enable LSO/CSO for Trunk VEA.
Sivakumar Krishnasamy
1
-18
/
+89
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+5
2017-01-24
ibmveth: Add a proper check for the availability of the checksum features
Thomas Huth
1
-2
/
+5
2017-01-09
net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-12
/
+18
2016-12-17
ibmveth: calculate gso_segs for large packets
Thomas Falcon
1
-2
/
+10
2016-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+63
2016-12-10
ibmveth: set correct gso_size and gso_type
Thomas Falcon
1
-2
/
+63
[next]